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

Method params

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

Source from the content-addressed store, hash-verified

2471
2472 @property
2473 def params(self) -> List[MediumLevelILInstruction]:
2474 return self._get_expr_list(1, 2)
2475
2476 @property
2477 def src_memory(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_expr_listMethod · 0.45

Tested by

no test coverage detected