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

Method dest

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

Source from the content-addressed store, hash-verified

2329class HighLevelILForceVerSsa(HighLevelILInstruction, SSA):
2330 @property
2331 def dest(self) -> 'mediumlevelil.SSAVariable':
2332 return self.get_var_ssa(0, 1)
2333
2334 @property
2335 def src(self) -> 'mediumlevelil.SSAVariable':

Callers

nothing calls this directly

Calls 1

get_var_ssaMethod · 0.80

Tested by

no test coverage detected