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

Method dest

python/lowlevelil.py:2468–2469  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2466class LowLevelILRegPhi(LowLevelILInstruction, Phi):
2467 @property
2468 def dest(self) -> SSARegister:
2469 return self._get_reg_ssa(0, 1)
2470
2471 @property
2472 def src(self) -> List[SSARegister]:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected