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

Method src

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

Source from the content-addressed store, hash-verified

1913class MediumLevelILVarSsaField(MediumLevelILInstruction, SSA):
1914 @property
1915 def src(self) -> SSAVariable:
1916 return self._get_var_ssa(0, 1)
1917
1918 @property
1919 def offset(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected