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

Method src

python/lowlevelil.py:1829–1830  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1827
1828 @property
1829 def src(self) -> List['LowLevelILInstruction']:
1830 return self._get_expr_list(0)
1831
1832 @property
1833 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_expr_listMethod · 0.45

Tested by

no test coverage detected