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

Method output

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

Source from the content-addressed store, hash-verified

2234class MediumLevelILIntrinsic(MediumLevelILInstruction, Intrinsic):
2235 @property
2236 def output(self) -> List[variable.Variable]:
2237 return self._get_var_list(0, 1)
2238
2239 @property
2240 def intrinsic(self) -> 'lowlevelil.ILIntrinsic':

Callers

nothing calls this directly

Calls 1

_get_var_listMethod · 0.80

Tested by

no test coverage detected