MCPcopy 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
1022HighLevelILInstruction HighLevelILInstructionBase::AsAST() const
1023{
1024 return function->GetExpr(exprIndex, true);
1025}
1026
1027
1028HighLevelILInstruction HighLevelILInstructionBase::AsNonAST() const

Callers

nothing calls this directly

Calls 1

GetExprMethod · 0.45

Tested by

no test coverage detected