Zydis
v3.1.0
|
Detailed info about different instruction-parts like ModRM
, SIB
or encoding-prefixes.
More...
#include <DecoderTypes.h>
Data Structures | |
struct | ZydisDecodedInstructionModRm_ |
Detailed info about the ModRM byte. More... | |
struct | ZydisDecodedInstructionRawDisp_ |
Detailed info about displacement-bytes. More... | |
struct | ZydisDecodedInstructionRawEvex_ |
Detailed info about the EVEX prefix. More... | |
struct | ZydisDecodedInstructionRawImm_ |
Detailed info about immediate-bytes. More... | |
struct | ZydisDecodedInstructionRawMvex_ |
Detailed info about the MVEX prefix. More... | |
struct | ZydisDecodedInstructionRawPrefixes_ |
Detailed info about the legacy prefixes (including REX ). More... | |
struct | ZydisDecodedInstructionRawRex_ |
Detailed info about the REX prefix. More... | |
struct | ZydisDecodedInstructionRawSib_ |
Detailed info about the SIB byte. More... | |
struct | ZydisDecodedInstructionRawVex_ |
Detailed info about the VEX prefix. More... | |
struct | ZydisDecodedInstructionRawXop_ |
Detailed info about the XOP prefix. More... | |
Detailed info about different instruction-parts like ModRM
, SIB
or encoding-prefixes.
ZyanU8 prefix_count |
The number of legacy prefixes.
struct ZydisDecodedInstruction_::ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawPrefixes_ prefixes[ZYDIS_MAX_INSTRUCTION_LENGTH] |