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

Method GetRawOperandAsInteger

lowlevelilinstruction.cpp:1432–1435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1430
1431
1432uint64_t LowLevelILInstructionBase::GetRawOperandAsInteger(size_t operand) const
1433{
1434 return operands[operand];
1435}
1436
1437
1438size_t LowLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const

Callers 1

GetIntegerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected