Zydis
master
|
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 | ZydisDecodedInstructionRawImm_ |
Detailed info about immediate-bytes. More... | |
struct | ZydisDecodedInstructionRawPrefixes_ |
Detailed info about the legacy prefixes (including REX ). More... | |
struct | ZydisDecodedInstructionRawSib_ |
Detailed info about the SIB byte. More... | |
Detailed info about different instruction-parts like ModRM
, SIB
or encoding-prefixes.
union { ... } |
ZydisInstructionEncoding encoding2 |
ZyanU8 prefix_count |
The number of legacy prefixes.
struct ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawPrefixes_ prefixes[ZYDIS_MAX_INSTRUCTION_LENGTH] |