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

Method output

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

Source from the content-addressed store, hash-verified

2656class MediumLevelILCall(MediumLevelILCallBase, Localcall):
2657 @property
2658 def output(self) -> List[variable.Variable]:
2659 return self._get_var_list(0, 1)
2660
2661 @property
2662 def dest(self) -> MediumLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_var_listMethod · 0.80

Tested by

no test coverage detected