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

Method src

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

Source from the content-addressed store, hash-verified

1757class LowLevelILRegSsa(LowLevelILInstruction, SSA):
1758 @property
1759 def src(self) -> SSARegister:
1760 return self._get_reg_ssa(0, 1)
1761
1762 @property
1763 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