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

Method hi

python/lowlevelil.py:2319–2320  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2317class LowLevelILRegSplitSsa(LowLevelILInstruction, SetReg, SSA):
2318 @property
2319 def hi(self) -> SSARegister:
2320 return self._get_reg_ssa(0, 1)
2321
2322 @property
2323 def lo(self) -> SSARegister:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected