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

Method GetInstruction

highlevelil.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195
196HighLevelILInstruction HighLevelILFunction::GetInstruction(size_t i)
197{
198 size_t expr = GetIndexForInstruction(i);
199 return HighLevelILInstruction(this, GetRawNonASTExpr(expr), expr, false, i);
200}
201
202
203HighLevelILInstruction HighLevelILFunction::GetExpr(size_t i, bool asFullAst)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected