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

Method stack

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

Source from the content-addressed store, hash-verified

2828class LowLevelILRegStackRelSsa(LowLevelILInstruction, RegisterStack, SSA):
2829 @property
2830 def stack(self) -> SSARegisterStack:
2831 return self._get_reg_stack_ssa(0, 1)
2832
2833 @property
2834 def src(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_reg_stack_ssaMethod · 0.80

Tested by

no test coverage detected