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

Method GetInstructionIndex

highlevelilinstruction.cpp:1010–1013  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1008
1009
1010size_t HighLevelILInstructionBase::GetInstructionIndex() const
1011{
1012 return function->GetInstructionForExpr(exprIndex);
1013}
1014
1015
1016HighLevelILInstruction HighLevelILInstructionBase::GetInstruction() const

Callers 1

SetCurrentExprMethod · 0.80

Calls 1

GetInstructionForExprMethod · 0.45

Tested by

no test coverage detected