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

Method GetRawOperandAsInteger

mediumlevelilinstruction.cpp:969–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

967
968
969uint64_t MediumLevelILInstructionBase::GetRawOperandAsInteger(size_t operand) const
970{
971 return operands[operand];
972}
973
974
975ConstantData MediumLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const

Callers 2

GetIntegerMethod · 0.45
GetIntrinsicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected