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

Method stack

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

Source from the content-addressed store, hash-verified

1966class LowLevelILRegStackFreeRel(LowLevelILInstruction, RegisterStack):
1967 @property
1968 def stack(self) -> ILRegisterStack:
1969 return self._get_reg_stack(0)
1970
1971 @property
1972 def dest(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_reg_stackMethod · 0.80

Tested by

no test coverage detected