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

Method high

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

Source from the content-addressed store, hash-verified

1949class MediumLevelILVarSplitSsa(MediumLevelILInstruction, SSA):
1950 @property
1951 def high(self) -> SSAVariable:
1952 return self._get_var_ssa(0, 1)
1953
1954 @property
1955 def low(self) -> SSAVariable:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected