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

Method src

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

Source from the content-addressed store, hash-verified

1931class MediumLevelILVarAliasedField(MediumLevelILInstruction, SSA):
1932 @property
1933 def src(self) -> SSAVariable:
1934 return self._get_var_ssa(0, 1)
1935
1936 @property
1937 def offset(self) -> int:

Callers

nothing calls this directly

Calls 1

_get_var_ssaMethod · 0.80

Tested by

no test coverage detected