Zydis
master
|
Defines the ZydisInstructionSegments
struct.
More...
#include <Segment.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] |
Defines the ZydisInstructionSegments
struct.
ZyanU8 count |
The number of logical instruction segments.
ZyanU8 offset |
The offset of the segment relative to the start of the instruction (in bytes).
struct { ... } segments[ZYDIS_MAX_INSTRUCTION_SEGMENT_COUNT] |
ZyanU8 size |
The size of the segment, in bytes.
The type of the segment.