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

Method src

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

Source from the content-addressed store, hash-verified

1808
1809 @property
1810 def src(self) -> List['LowLevelILInstruction']:
1811 return self._get_expr_list(0)
1812
1813 @property
1814 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