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

Method stack

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

Source from the content-addressed store, hash-verified

2335class LowLevelILRegStackAbsSsa(LowLevelILInstruction, RegisterStack, SSA):
2336 @property
2337 def stack(self) -> SSARegisterStack:
2338 return self._get_reg_stack_ssa(0, 1)
2339
2340 @property
2341 def src(self) -> ILRegister:

Callers

nothing calls this directly

Calls 1

_get_reg_stack_ssaMethod · 0.80

Tested by

no test coverage detected