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

Method src

python/mediumlevelil.py:1696–1697  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1694class MediumLevelILAddressOfField(MediumLevelILInstruction):
1695 @property
1696 def src(self) -> variable.Variable:
1697 return self._get_var(0)
1698
1699 @property
1700 def offset(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected