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

Method low

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

Source from the content-addressed store, hash-verified

1953
1954 @property
1955 def low(self) -> SSAVariable:
1956 return self._get_var_ssa(2, 3)
1957
1958 @property
1959 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected