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

Method src

python/highlevelil.py:1261–1262  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1259class HighLevelILRet(HighLevelILInstruction, Return):
1260 @property
1261 def src(self) -> List[HighLevelILInstruction]:
1262 return self.get_expr_list(0, 1)
1263
1264 @property
1265 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_expr_listMethod · 0.80

Tested by

no test coverage detected