Public Member Functions | |
ConstantData () | |
ConstantData (BNRegisterValueType state, uint64_t value) | |
ConstantData (BNRegisterValueType state, uint64_t value, size_t size, Ref< Function > func=nullptr) | |
DataBuffer | ToDataBuffer () const |
RegisterValue | ToRegisterValue () const |
Public Attributes | |
Ref< Function > | func = nullptr |
Public Attributes inherited from BNRegisterValue | |
BNRegisterValueType | state |
int64_t | value |
int64_t | offset |
size_t | size |
ConstantData::ConstantData | ( | ) |
ConstantData::ConstantData | ( | BNRegisterValueType | state, |
uint64_t | value | ||
) |
ConstantData::ConstantData | ( | BNRegisterValueType | state, |
uint64_t | value, | ||
size_t | size, | ||
Ref< Function > | func = nullptr |
||
) |
DataBuffer ConstantData::ToDataBuffer | ( | ) | const |
RegisterValue ConstantData::ToRegisterValue | ( | ) | const |