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

Method src

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

Source from the content-addressed store, hash-verified

1436class MediumLevelILRet(MediumLevelILInstruction, Return):
1437 @property
1438 def src(self) -> List[MediumLevelILInstruction]:
1439 return self._get_expr_list(0, 1)
1440
1441 @property
1442 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_expr_listMethod · 0.45

Tested by

no test coverage detected