Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ stack
Method
stack
python/lowlevelil.py:2957–2958 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2955
2956
@property
2957
def
stack(self) -> LowLevelILInstruction:
2958
return
self._get_expr(2)
2959
2960
@property
2961
def
param(self) -> LowLevelILCallParam:
Callers
15
_function_name_
Function · 0.45
data_written
Method · 0.45
data_inserted
Method · 0.45
data_removed
Method · 0.45
function_added
Method · 0.45
function_removed
Method · 0.45
function_updated
Method · 0.45
data_var_added
Method · 0.45
data_var_updated
Method · 0.45
data_var_removed
Method · 0.45
data_metadata_updated
Method · 0.45
tag_type_updated
Method · 0.45
Calls
1
_get_expr
Method · 0.45
Tested by
no test coverage detected