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

Method dest

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

Source from the content-addressed store, hash-verified

1726class LowLevelILRegSplitDestSsa(LowLevelILInstruction, SSA):
1727 @property
1728 def dest(self) -> SSARegister:
1729 return self._get_reg_ssa(0, 1)
1730
1731 @property
1732 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