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

Method GetRawOperandAsIndex

highlevelilinstruction.cpp:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736
737
738size_t HighLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const
739{
740 return (size_t)operands[operand];
741}
742
743
744HighLevelILInstruction HighLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const

Callers 1

GetIndexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected