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

Method stack_adjustment

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

Source from the content-addressed store, hash-verified

2590
2591 @property
2592 def stack_adjustment(self) -> int:
2593 return self._get_int(1)
2594
2595 @property
2596 def reg_stack_adjustments(self) -> Dict['architecture.RegisterStackName', int]:

Callers

nothing calls this directly

Calls 1

_get_intMethod · 0.45

Tested by

no test coverage detected