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

Method GetRawOperandAsInteger

highlevelilinstruction.cpp:726–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724
725
726uint64_t HighLevelILInstructionBase::GetRawOperandAsInteger(size_t operand) const
727{
728 return operands[operand];
729}
730
731
732ConstantData HighLevelILInstructionBase::GetRawOperandAsConstantData(size_t operand) const

Callers 2

GetIntegerMethod · 0.45
GetIntrinsicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected