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

Method var

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

Source from the content-addressed store, hash-verified

1246
1247 @property
1248 def var(self) -> variable.Variable:
1249 return self._get_var(0)
1250
1251 @property
1252 def detailed_operands(self) -> List[Tuple[str, MediumLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected