Commit graph

3 commits

Author SHA1 Message Date
Kevin Phoenix
f939c5b88c
Enable ruff isort rule (#6452)
* Enable ruff isort rule

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-06-02 14:48:07 -07:00
Fish
d3bf694c0c
CFG: Use hints from PE import/export tables. (#6276)
* CFG: Use hints from PE import/export tables.

Also:

- Fix multiple issues causing incorrect sort for MemoryData.

- Fix an issue causing overlapping code and memory data instances.

* Do not extend memory data to max_size when fill_gaps is False.

* Fix mismatches between seg list sort and memory data sort.

* Resilience against loading pointers from unmapped regions.
2026-03-24 11:44:25 -07:00
Audrey Dutcher
dd1e33840e
add test for decompiler resilience and error loading (#5021)
* Unify kb.structured_code and kb.decompilations; add test for decompiler resilience and error loading

* forgot to commit
2024-10-31 23:29:11 -07:00