Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
VisitExprs
Method · 0.45
jsoncpp.cpp
File · 0.45
FormatLines
Method · 0.45
Calls
1
_get_expr
Method · 0.45
Tested by
no test coverage detected