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

Method src

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

Source from the content-addressed store, hash-verified

1509class MediumLevelILUnimplMem(MediumLevelILInstruction, Memory):
1510 @property
1511 def src(self) -> MediumLevelILInstruction:
1512 return self._get_expr(0)
1513
1514 @property
1515 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