|
Zydis
v3.0.0
|
Detailed info about immediate-bytes. More...
#include <DecoderTypes.h>
Data Structures | |
| union | ZydisDecodedInstructionRawImmValue_ |
| The immediate value. More... | |
Data Fields | |
| ZyanBool | is_signed |
| Signals, if the immediate value is signed. | |
| ZyanBool | is_relative |
Signals, if the immediate value contains a relative offset. You can use ZydisCalcAbsoluteAddress to determine the absolute address value. | |
| union ZydisDecodedInstruction_::ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawImm_::ZydisDecodedInstructionRawImmValue_ | value |
| ZyanU8 | size |
| The physical immediate size, in bits. | |
| ZyanU8 | offset |
| The offset of the immediate data, relative to the beginning of the instruction, in bytes. | |
Detailed info about immediate-bytes.
1.8.14