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

Method dest

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

Source from the content-addressed store, hash-verified

1739class LowLevelILRegStackDestSsa(LowLevelILInstruction, RegisterStack, SSA):
1740 @property
1741 def dest(self) -> SSARegisterStack:
1742 return self._get_reg_stack_ssa(0, 1)
1743
1744 @property
1745 def src(self) -> SSARegisterStack:

Callers

nothing calls this directly

Calls 1

_get_reg_stack_ssaMethod · 0.80

Tested by

no test coverage detected