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

Method output

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

Source from the content-addressed store, hash-verified

1895class MediumLevelILSyscall(MediumLevelILInstruction, Syscall):
1896 @property
1897 def output(self) -> List[variable.Variable]:
1898 return self._get_var_list(0, 1)
1899
1900 @property
1901 def params(self) -> List[MediumLevelILInstruction]:

Callers

nothing calls this directly

Calls 1

_get_var_listMethod · 0.80

Tested by

no test coverage detected