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

Method stack

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

Source from the content-addressed store, hash-verified

1612class LowLevelILRegStackPop(LowLevelILInstruction, RegisterStack):
1613 @property
1614 def stack(self) -> ILRegisterStack:
1615 return self._get_reg_stack(0)
1616
1617 @property
1618 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_reg_stackMethod · 0.80

Tested by

no test coverage detected