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

Method dest

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

Source from the content-addressed store, hash-verified

3072class LowLevelILForceVerSsa(LowLevelILInstruction, SSA):
3073 @property
3074 def dest(self) -> SSARegister:
3075 return self._get_reg_ssa(0, 1)
3076
3077 @property
3078 def src(self) -> SSARegister:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected