Zydis v4.1.1
Loading...
Searching...
No Matches
ZydisDecodedInstructionRaw_ Struct Reference

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 Description

Detailed info about different instruction-parts like ModRM, SIB or encoding-prefixes.

Field Documentation

◆ @204303233320324054236262376147021244313112306366

union ZydisDecodedInstructionRaw_::[union].__unnamed0__ @204303233320324054236262376147021244313112306366

◆ disp

◆ encoding2

◆ imm

◆ modrm

◆ prefix_count

ZyanU8 prefix_count

The number of legacy prefixes.

◆ prefixes

◆ sib


The documentation for this struct was generated from the following file: