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

Method GetConstant

highlevelilinstruction.cpp:2362–2368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2360
2361
2362int64_t HighLevelILInstruction::GetConstant() const
2363{
2364 size_t operandIndex;
2365 if (GetOperandIndexForUsage(ConstantHighLevelOperandUsage, operandIndex))
2366 return GetRawOperandAsInteger(operandIndex);
2367 throw HighLevelILInstructionAccessException();
2368}
2369
2370
2371ConstantData HighLevelILInstruction::GetConstantData() const

Callers 1

operator<Method · 0.45

Tested by

no test coverage detected