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

Method lo

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

Source from the content-addressed store, hash-verified

2321
2322 @property
2323 def lo(self) -> SSARegister:
2324 return self._get_reg_ssa(2, 3)
2325
2326 @property
2327 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected