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

Method full_reg

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

Source from the content-addressed store, hash-verified

2759class LowLevelILSetRegSsaPartial(LowLevelILInstruction, SetReg, SSA):
2760 @property
2761 def full_reg(self) -> SSARegister:
2762 return self._get_reg_ssa(0, 1)
2763
2764 @property
2765 def dest(self) -> ILRegister:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected