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

Method params

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

Source from the content-addressed store, hash-verified

2276
2277 @property
2278 def params(self) -> List[MediumLevelILInstruction]:
2279 return self._get_expr_list(3, 4)
2280
2281 @property
2282 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_expr_listMethod · 0.45

Tested by

no test coverage detected