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

Method params

python/mediumlevelil.py:2752–2753  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2750
2751 @property
2752 def params(self) -> List[MediumLevelILInstruction]:
2753 return self._get_expr_list(2, 3)
2754
2755 @property
2756 def src_memory(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_expr_listMethod · 0.45

Tested by

no test coverage detected