MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetExpr

Method GetExpr

highlevelil.cpp:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201
202
203HighLevelILInstruction HighLevelILFunction::GetExpr(size_t i, bool asFullAst)
204{
205 if (asFullAst)
206 return HighLevelILInstruction(this, GetRawExpr(i), i, true, GetInstructionForExpr(i));
207 return HighLevelILInstruction(this, GetRawNonASTExpr(i), i, false, GetInstructionForExpr(i));
208}
209
210
211size_t HighLevelILFunction::GetIndexForInstruction(size_t i) const

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected