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

Method src

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

Source from the content-addressed store, hash-verified

1789
1790 @property
1791 def src(self) -> List['LowLevelILInstruction']:
1792 return self._get_expr_list(0)
1793
1794 @property
1795 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