Zydis  v3.2.0
ZydisInstructionSegments_ Struct Reference

Defines the ZydisInstructionSegments struct. More...

#include <Utils.h>

Data Fields

ZyanU8 count
 The number of logical instruction segments. More...
 
struct {
   ZydisInstructionSegment   type
 The type of the segment. More...
 
   ZyanU8   offset
 The offset of the segment relative to the start of the instruction (in bytes). More...
 
   ZyanU8   size
 The size of the segment, in bytes. More...
 
segments [ZYDIS_MAX_INSTRUCTION_SEGMENT_COUNT]
 

Detailed Description

Defines the ZydisInstructionSegments struct.

Field Documentation

◆ count

ZyanU8 count

The number of logical instruction segments.

◆ offset

ZyanU8 offset

The offset of the segment relative to the start of the instruction (in bytes).

◆ 

struct { ... } segments[ZYDIS_MAX_INSTRUCTION_SEGMENT_COUNT]

◆ size

ZyanU8 size

The size of the segment, in bytes.

◆ type

The type of the segment.


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