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

Method src

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

Source from the content-addressed store, hash-verified

1770class LowLevelILFlagSsa(LowLevelILInstruction, SSA):
1771 @property
1772 def src(self) -> SSAFlag:
1773 return self._get_flag_ssa(0, 1)
1774
1775 @property
1776 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_flag_ssaMethod · 0.80

Tested by

no test coverage detected