MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / basic_blocks

Method basic_blocks

python/function.py:670–672  ·  view source on GitHub ↗

function.BasicBlockList of BasicBlocks in the current function (read-only)

(self)

Source from the content-addressed store, hash-verified

668
669 @property
670 def basic_blocks(self) -> BasicBlockList:
671 """function.BasicBlockList of BasicBlocks in the current function (read-only)"""
672 return BasicBlockList(self)
673
674 @property
675 def is_thunk(self) -> bool:

Callers 1

sorted_basic_blocksFunction · 0.45

Calls 1

BasicBlockListClass · 0.85

Tested by

no test coverage detected