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

Method GetIndexForInstruction

lowlevelil.cpp:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572
573
574size_t LowLevelILFunction::GetIndexForInstruction(size_t i) const
575{
576 return BNGetLowLevelILIndexForInstruction(m_object, i);
577}
578
579
580size_t LowLevelILFunction::GetInstructionForExpr(size_t expr) const

Callers 2

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected