Zydis  v2.0.1
ZydisInstructionEncodingInfo_ Struct Reference

Defines the ZydisInstructionEncodingInfo struct. More...

#include <DecoderData.h>

Data Fields

ZydisInstructionEncodingFlags flags
 Contains flags with information about the physical instruction-encoding. More...
 
struct {
   ZydisU8   size [3]
 The size of the displacement value. More...
 
disp
 Displacement info. More...
 
struct {
   ZydisU8   size [3]
 The size of the immediate value. More...
 
   ZydisBool   isSigned
 Signals, if the value is signed. More...
 
   ZydisBool   isRelative
 Signals, if the value is a relative offset. More...
 
imm [2]
 Immediate info. More...
 

Detailed Description

Defines the ZydisInstructionEncodingInfo struct.

Field Documentation

◆ 

struct { ... } disp

Displacement info.

◆ flags

Contains flags with information about the physical instruction-encoding.

◆ 

struct { ... } imm[2]

Immediate info.

◆ isRelative

ZydisBool isRelative

Signals, if the value is a relative offset.

◆ isSigned

ZydisBool isSigned

Signals, if the value is signed.

◆ size

ZydisU8 size[3]

The size of the displacement value.

The size of the immediate value.


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