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

Method low

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

Source from the content-addressed store, hash-verified

1680
1681 @property
1682 def low(self) -> variable.Variable:
1683 return self._get_var(1)
1684
1685 @property
1686 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected