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

Method src

python/mediumlevelil.py:1233–1234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1231class MediumLevelILLoad(MediumLevelILInstruction, Load):
1232 @property
1233 def src(self) -> MediumLevelILInstruction:
1234 return self._get_expr(0)
1235
1236 @property
1237 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected