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

Method src

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

Source from the content-addressed store, hash-verified

1149class MediumLevelILUnaryBase(MediumLevelILInstruction, UnaryOperation):
1150 @property
1151 def src(self) -> MediumLevelILInstruction:
1152 return self._get_expr(0)
1153
1154 @property
1155 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