Skip to content

Commit 6eac30d

Browse files
committed
abb: temp workaround pending binding update
1 parent 799e3c7 commit 6eac30d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

python/architecture.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ def _get_instruction_low_level_il(self, ctxt, data, addr, length, il):
725725

726726
def _analyze_basic_blocks(self, ctx, func, ptr_bn_bb_context):
727727
try:
728+
return core.BNArchitectureDefaultAnalyzeBasicBlocks(func, ptr_bn_bb_context)
728729
bn_bb_context = ptr_bn_bb_context.contents
729730
indirect_branches = []
730731
for i in range(0, bn_bb_context.indirectBranchesCount):

python/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def children(self) -> List[TypeBuilder]:
949949

950950
@property
951951
def offset(self) -> int:
952-
""" Currently not used and has no effect (Leaving this in for compatibility)""""
952+
""" Currently not used and has no effect (Leaving this in for compatibility)"""
953953
return core.BNGetTypeBuilderOffset(self._handle)
954954

955955
@offset.setter

0 commit comments

Comments
 (0)