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

Method high

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

Source from the content-addressed store, hash-verified

1676class MediumLevelILVarSplit(MediumLevelILInstruction):
1677 @property
1678 def high(self) -> variable.Variable:
1679 return self._get_var(0)
1680
1681 @property
1682 def low(self) -> variable.Variable:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected