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

Method dest

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

Source from the content-addressed store, hash-verified

2281class LowLevelILSetRegSsa(LowLevelILInstruction, SetReg, SSA):
2282 @property
2283 def dest(self) -> SSARegister:
2284 return self._get_reg_ssa(0, 1)
2285
2286 @property
2287 def src(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected