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

Method GetRawOperandAsConstantData

highlevelilinstruction.cpp:732–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730
731
732ConstantData HighLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const
733{
734 return ConstantData((BNRegisterValueType)operands[operand], (uint64_t)operands[operand + 1], size, function->GetFunction());
735}
736
737
738size_t HighLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const

Callers 1

GetConstantDataMethod · 0.45

Calls 2

ConstantDataClass · 0.70
GetFunctionMethod · 0.45

Tested by

no test coverage detected