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

Method src

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

Source from the content-addressed store, hash-verified

1257class MediumLevelILAddressOf(MediumLevelILInstruction):
1258 @property
1259 def src(self) -> variable.Variable:
1260 return self._get_var(0)
1261
1262 @property
1263 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected