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

Method src

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

Source from the content-addressed store, hash-verified

2388class LowLevelILFlagBitSsa(LowLevelILInstruction, SSA):
2389 @property
2390 def src(self) -> SSAFlag:
2391 return self._get_flag_ssa(0, 1)
2392
2393 @property
2394 def bit(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_flag_ssaMethod · 0.80

Tested by

no test coverage detected