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

Method stack

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

Source from the content-addressed store, hash-verified

1948class LowLevelILRegStackRel(LowLevelILInstruction, RegisterStack):
1949 @property
1950 def stack(self) -> ILRegisterStack:
1951 return self._get_reg_stack(0)
1952
1953 @property
1954 def src(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_reg_stackMethod · 0.80

Tested by

no test coverage detected