|
Zydis v4.1.1
|
Detailed info about different instruction-parts like ModRM, SIB or encoding-prefixes. More...
#include <DecoderTypes.h>
Data Structures | |
| struct | ZydisDecodedInstructionRawPrefixes_ |
| Detailed info about the legacy prefixes (including REX). More... | |
| struct | ZydisDecodedInstructionModRm_ |
| Detailed info about the ModRM byte. More... | |
| struct | ZydisDecodedInstructionRawSib_ |
| Detailed info about the SIB byte. More... | |
| struct | ZydisDecodedInstructionRawDisp_ |
| Detailed info about displacement-bytes. More... | |
| struct | ZydisDecodedInstructionRawImm_ |
| Detailed info about immediate-bytes. More... | |
| union | [union].__unnamed0__ |
Data Fields | |
| ZyanU8 | prefix_count |
| The number of legacy prefixes. | |
| struct ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawPrefixes_ | prefixes [ZYDIS_MAX_INSTRUCTION_LENGTH] |
| ZydisInstructionEncoding | encoding2 |
| union | |
| struct ZydisDecodedInstructionRaw_::ZydisDecodedInstructionModRm_ | modrm |
| struct ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawSib_ | sib |
| struct ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawDisp_ | disp |
| struct ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawImm_ | imm [2] |
Detailed info about different instruction-parts like ModRM, SIB or encoding-prefixes.
| union ZydisDecodedInstructionRaw_::[union].__unnamed0__ @204303233320324054236262376147021244313112306366 |
| ZydisInstructionEncoding encoding2 |
| ZyanU8 prefix_count |
The number of legacy prefixes.
| struct ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawPrefixes_ prefixes[ZYDIS_MAX_INSTRUCTION_LENGTH] |