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

Method index

python/basicblock.py:363–365  ·  view source on GitHub ↗

Basic block index in list of blocks for the function (read-only)

(self)

Source from the content-addressed store, hash-verified

361
362 @property
363 def index(self) -> int:
364 """Basic block index in list of blocks for the function (read-only)"""
365 return core.BNGetBasicBlockIndex(self.handle)
366
367 def _make_edges(self, edges, count: int, direction: bool) -> List[BasicBlockEdge]:
368 assert edges is not None, "Got empty edges list from core"

Callers 3

get_symbols_by_nameMethod · 0.45
parse_typesMethod · 0.45
parse_mod_symbolsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected