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

Method GetInstruction

mediumlevelil.cpp:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257
258
259MediumLevelILInstruction MediumLevelILFunction::GetInstruction(size_t i)
260{
261 size_t expr = GetIndexForInstruction(i);
262 return MediumLevelILInstruction(this, GetRawExpr(expr), expr, i);
263}
264
265
266MediumLevelILInstruction MediumLevelILFunction::GetExpr(size_t i)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected