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

Method dest

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

Source from the content-addressed store, hash-verified

2484class LowLevelILRegStackPhi(LowLevelILInstruction, RegisterStack, Phi):
2485 @property
2486 def dest(self) -> SSARegisterStack:
2487 return self._get_reg_stack_ssa(0, 1)
2488
2489 @property
2490 def src(self) -> List[SSARegisterStack]:

Callers

nothing calls this directly

Calls 1

_get_reg_stack_ssaMethod · 0.80

Tested by

no test coverage detected