diff options
| author | Ryan Snyder <ryan@vector35.com> | 2025-06-24 10:10:47 -0400 |
|---|---|---|
| committer | Ryan Snyder <ryan@vector35.com> | 2025-06-24 11:04:24 -0400 |
| commit | 6eac30d6885f0602e907ced87d35575f62da74b7 (patch) | |
| tree | e8597f3c62e04514b32f533840435638f835b09f /python/architecture.py | |
| parent | 799e3c7a23d5f7dea70ebbe7e7ad971bcd0ae155 (diff) | |
abb: temp workaround pending binding update
Diffstat (limited to 'python/architecture.py')
| -rw-r--r-- | python/architecture.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/architecture.py b/python/architecture.py index 8ce4b4f6..827d4bef 100644 --- a/python/architecture.py +++ b/python/architecture.py @@ -725,6 +725,7 @@ class Architecture(metaclass=_ArchitectureMetaClass): def _analyze_basic_blocks(self, ctx, func, ptr_bn_bb_context): try: + return core.BNArchitectureDefaultAnalyzeBasicBlocks(func, ptr_bn_bb_context) bn_bb_context = ptr_bn_bb_context.contents indirect_branches = [] for i in range(0, bn_bb_context.indirectBranchesCount): |
