diff options
| author | Brandon Miller <brandon@vector35.com> | 2026-02-10 10:03:47 -0500 |
|---|---|---|
| committer | Brandon Miller <brandon@vector35.com> | 2026-02-10 10:03:47 -0500 |
| commit | c56a37539cbafd3c2a8745138009265a211413b3 (patch) | |
| tree | d523ae3b2a201152c58bdbfae63ea30e8dc44d70 /python | |
| parent | 99194f432a4dad6938497e7d54ccb0d812dfacac (diff) | |
Fix Python ABB triggering guided analysis
Diffstat (limited to 'python')
| -rw-r--r-- | python/architecture.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/architecture.py b/python/architecture.py index c941af8c..83a7cef7 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -390,7 +390,6 @@ class BasicBlockAnalysisContext: direct_no_return_calls[i].address = loc.addr core.BNAnalyzeBasicBlocksContextSetDirectNoReturnCalls(self._handle, direct_no_return_calls, total) - self._halted_disassembly_addresses.add(function.ArchAndAddr(self._function.arch, 0)) if self._halted_disassembly_addresses: total = len(self._halted_disassembly_addresses) halted_addresses = (core.BNArchitectureAndAddress * total)() |
