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

Method dest

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

Source from the content-addressed store, hash-verified

1356class MediumLevelILJump(MediumLevelILInstruction, Terminal):
1357 @property
1358 def dest(self) -> MediumLevelILInstruction:
1359 return self._get_expr(0)
1360
1361 @property
1362 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