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

Method dest

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

Source from the content-addressed store, hash-verified

2502class LowLevelILFlagPhi(LowLevelILInstruction, Phi):
2503 @property
2504 def dest(self) -> SSAFlag:
2505 return self._get_flag_ssa(0, 1)
2506
2507 @property
2508 def src(self) -> List[SSAFlag]:

Callers

nothing calls this directly

Calls 1

_get_flag_ssaMethod · 0.80

Tested by

no test coverage detected