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

Method top

python/lowlevelil.py:2838–2839  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2836
2837 @property
2838 def top(self) -> LowLevelILInstruction:
2839 return self._get_expr(3)
2840
2841 @property
2842 def detailed_operands(self) -> List[Tuple[str, LowLevelILOperandType, str]]:

Callers 3

VisitExprsMethod · 0.45
jsoncpp.cppFile · 0.45
FormatLinesMethod · 0.45

Calls 1

_get_exprMethod · 0.45

Tested by

no test coverage detected