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