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

Method GetInstruction

lowlevelil.cpp:561–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559
560
561LowLevelILInstruction LowLevelILFunction::GetInstruction(size_t i)
562{
563 size_t expr = GetIndexForInstruction(i);
564 return LowLevelILInstruction(this, GetRawExpr(expr), expr, i);
565}
566
567
568LowLevelILInstruction LowLevelILFunction::GetExpr(size_t i)

Calls 1

Tested by

no test coverage detected