Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ GetRootExpr
Method
GetRootExpr
highlevelil.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
71
HighLevelILInstruction HighLevelILFunction::GetRootExpr()
72
{
73
return GetExpr(BNGetHighLevelILRootExpr(m_object));
74
}
75
76
77
void HighLevelILFunction::SetRootExpr(ExprId expr)
Callers
6
BeginLines
Method · 0.80
EndLines
Method · 0.80
GetExprText
Method · 0.80
BeginLines
Method · 0.80
EndLines
Method · 0.80
GetExprTextInternal
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected