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

Method dest

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

Source from the content-addressed store, hash-verified

2370class LowLevelILSetFlagSsa(LowLevelILInstruction, SSA):
2371 @property
2372 def dest(self) -> SSAFlag:
2373 return self._get_flag_ssa(0, 1)
2374
2375 @property
2376 def src(self) -> LowLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_flag_ssaMethod · 0.80

Tested by

no test coverage detected