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

Method src

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

Source from the content-addressed store, hash-verified

2430
2431 @property
2432 def src(self) -> SSARegister:
2433 return self._get_reg_ssa(0, 1)
2434
2435 @property
2436 def src_memory(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_reg_ssaMethod · 0.80

Tested by

no test coverage detected