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

Method stack

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

Source from the content-addressed store, hash-verified

2543class LowLevelILSetRegStackRel(LowLevelILInstruction, RegisterStack):
2544 @property
2545 def stack(self) -> ILRegisterStack:
2546 return self._get_reg_stack(0)
2547
2548 @property
2549 def dest(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_reg_stackMethod · 0.80

Tested by

no test coverage detected