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

Method src

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

Source from the content-addressed store, hash-verified

3076
3077 @property
3078 def src(self) -> SSARegister:
3079 return self._get_reg_ssa(2, 3)
3080
3081
3082ILInstruction:Dict[LowLevelILOperation, LowLevelILInstruction] = { # type: ignore

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected