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

Method stack

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

Source from the content-addressed store, hash-verified

1876class LowLevelILRegStackPush(LowLevelILInstruction, RegisterStack):
1877 @property
1878 def stack(self) -> ILRegisterStack:
1879 return self._get_reg_stack(0)
1880
1881 @property
1882 def src(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_reg_stackMethod · 0.80

Tested by

no test coverage detected