Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ AsNonAST
Method
AsNonAST
highlevelilinstruction.cpp:1028–1031 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1026
1027
1028
HighLevelILInstruction HighLevelILInstructionBase::AsNonAST() const
1029
{
1030
return function->GetExpr(exprIndex, false);
1031
}
1032
1033
1034
bool HighLevelILInstructionBase::HasParent() const
Callers
nothing calls this directly
Calls
1
GetExpr
Method · 0.45
Tested by
no test coverage detected