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

Method GetRawOperandAsConstantData

mediumlevelilinstruction.cpp:975–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973
974
975ConstantData MediumLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const
976{
977 return ConstantData((BNRegisterValueType)operands[operand], (uint64_t)operands[operand + 1], size, function->GetFunction());
978}
979
980
981size_t MediumLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const

Callers 1

GetConstantDataMethod · 0.45

Calls 2

ConstantDataClass · 0.70
GetFunctionMethod · 0.45

Tested by

no test coverage detected