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

Method params

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

Source from the content-addressed store, hash-verified

2339
2340 @property
2341 def params(self) -> List[MediumLevelILInstruction]:
2342 return self._get_expr_list(2, 3)
2343
2344 @property
2345 def src_memory(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_expr_listMethod · 0.45

Tested by

no test coverage detected