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

Method src

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

Source from the content-addressed store, hash-verified

1743
1744 @property
1745 def src(self) -> SSARegisterStack:
1746 return self._get_reg_stack_ssa(0, 2)
1747
1748 @property
1749 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_reg_stack_ssaMethod · 0.80

Tested by

no test coverage detected