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

Method dest

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

Source from the content-addressed store, hash-verified

1502class HighLevelILVarPhi(HighLevelILInstruction, Phi, SetVar):
1503 @property
1504 def dest(self) -> 'mediumlevelil.SSAVariable':
1505 return self.get_var_ssa(0, 1)
1506
1507 @property
1508 def src(self) -> List['mediumlevelil.SSAVariable']:

Callers

nothing calls this directly

Calls 1

get_var_ssaMethod · 0.80

Tested by

no test coverage detected