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

Method dest

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

Source from the content-addressed store, hash-verified

1469class MediumLevelILFreeVarSlot(MediumLevelILInstruction, RegisterStack):
1470 @property
1471 def dest(self) -> variable.Variable:
1472 return self._get_var(0)
1473
1474 @property
1475 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected