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

Method dest

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

Source from the content-addressed store, hash-verified

1343class HighLevelILVarInitSsa(HighLevelILInstruction, SetVar, SSA):
1344 @property
1345 def dest(self) -> 'mediumlevelil.SSAVariable':
1346 return self.get_var_ssa(0, 1)
1347
1348 @property
1349 def src(self) -> HighLevelILInstruction:

Callers

nothing calls this directly

Calls 1

get_var_ssaMethod · 0.80

Tested by

no test coverage detected