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

Method params

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

Source from the content-addressed store, hash-verified

1899
1900 @property
1901 def params(self) -> List[MediumLevelILInstruction]:
1902 return self._get_expr_list(2, 3)
1903
1904 @property
1905 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