MCPcopy 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_writtenMethod · 0.45
data_insertedMethod · 0.45
data_removedMethod · 0.45
function_addedMethod · 0.45
function_removedMethod · 0.45
function_updatedMethod · 0.45
data_var_addedMethod · 0.45
data_var_updatedMethod · 0.45
data_var_removedMethod · 0.45
data_metadata_updatedMethod · 0.45
tag_type_updatedMethod · 0.45

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected