Zydis 3.2.1.0
|
Defines the ZydisInstructionSegments
struct.
More...
#include <Utils.h>
Data Fields | |
ZyanU8 | count |
The number of logical instruction segments. | |
struct { | |
ZydisInstructionSegment type | |
The type of the segment. | |
ZyanU8 offset | |
The offset of the segment relative to the start of the instruction (in bytes). | |
ZyanU8 size | |
The size of the segment, in bytes. | |
} | segments [ZYDIS_MAX_INSTRUCTION_SEGMENT_COUNT] |
Defines the ZydisInstructionSegments
struct.