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

Method dest

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

Source from the content-addressed store, hash-verified

1596class MediumLevelILSetVar(MediumLevelILInstruction, SetVar):
1597 @property
1598 def dest(self) -> variable.Variable:
1599 return self._get_var(0)
1600
1601 @property
1602 def src(self) -> MediumLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected