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

Method params

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

Source from the content-addressed store, hash-verified

2070class HighLevelILSyscallSsa(HighLevelILInstruction, Syscall, SSA):
2071 @property
2072 def params(self) -> List[HighLevelILInstruction]:
2073 return self.get_expr_list(0, 1)
2074
2075 @property
2076 def dest_memory(self) -> int:

Callers

nothing calls this directly

Calls 1

get_expr_listMethod · 0.80

Tested by

no test coverage detected