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

Method src

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

Source from the content-addressed store, hash-verified

1253class LowLevelILUnaryBase(LowLevelILInstruction, UnaryOperation):
1254 @property
1255 def src(self) -> LowLevelILInstruction:
1256 return self._get_expr(0)
1257
1258 @property
1259 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected