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

Method var

python/highlevelil.py:1491–1492  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1489class HighLevelILVarSsa(HighLevelILInstruction, SSAVariableInstruction):
1490 @property
1491 def var(self) -> 'mediumlevelil.SSAVariable':
1492 return self.get_var_ssa(0, 1)
1493
1494 @property
1495 def detailed_operands(self) -> List[Tuple[str, HighLevelILOperandType, str]]:

Callers

nothing calls this directly

Calls 1

get_var_ssaMethod · 0.80

Tested by

no test coverage detected