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

Method params

python/highlevelil.py:2059–2060  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2057class HighLevelILSyscall(HighLevelILInstruction, Syscall):
2058 @property
2059 def params(self) -> List[HighLevelILInstruction]:
2060 return self.get_expr_list(0, 1)
2061
2062 @property
2063 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_expr_listMethod · 0.80

Tested by

no test coverage detected