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

Method low

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

Source from the content-addressed store, hash-verified

2589
2590 @property
2591 def low(self) -> variable.Variable:
2592 return self._get_var(1)
2593
2594 @property
2595 def src(self) -> MediumLevelILInstruction:

Callers

nothing calls this directly

Calls 1

_get_varMethod · 0.80

Tested by

no test coverage detected