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

Method dest

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

Source from the content-addressed store, hash-verified

1404class LowLevelILTailcall(LowLevelILInstruction, Tailcall):
1405 @property
1406 def dest(self) -> LowLevelILInstruction:
1407 return self._get_expr(0)
1408
1409 @property
1410 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