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

Method GetRawOperandAsIndex

mediumlevelilinstruction.cpp:981–984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

979
980
981size_t MediumLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const
982{
983 return (size_t)operands[operand];
984}
985
986
987MediumLevelILInstruction MediumLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const

Callers 3

GetIndexMethod · 0.45
GetDestMemoryVersionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected