Zydis
master
|
Extended info for immediate-operands. More...
#include <DecoderTypes.h>
Data Structures | |
union | ZydisDecodedOperandImmValue_ |
The immediate value. More... | |
Data Fields | |
ZyanBool | is_signed |
Signals, if the immediate value is signed. More... | |
ZyanBool | is_relative |
Signals, if the immediate value contains a relative offset. More... | |
union ZydisDecodedOperandImm_::ZydisDecodedOperandImmValue_ | value |
ZyanU8 | offset |
The offset of the immediate data, relative to the beginning of the instruction, in bytes. More... | |
ZyanU8 | size |
The physical immediate size, in bits. More... | |
Extended info for immediate-operands.
ZyanBool is_relative |
Signals, if the immediate value contains a relative offset.
You can use ZydisCalcAbsoluteAddress
to determine the absolute address value.
ZyanBool is_signed |
Signals, if the immediate value is signed.
ZyanU8 offset |
The offset of the immediate data, relative to the beginning of the instruction, in bytes.
ZyanU8 size |
The physical immediate size, in bits.