|
Zydis
v3.0.0
|
Defines the ZydisInstructionEncodingInfo struct.
More...
#include <DecoderData.h>
Data Fields | |
| ZydisInstructionEncodingFlags | flags |
| Contains flags with information about the physical instruction-encoding. | |
| struct { | |
| ZyanU8 size [3] | |
| The size of the displacement value. | |
| } | disp |
| Displacement info. | |
| struct { | |
| ZyanU8 size [3] | |
| The size of the immediate value. | |
| ZyanBool is_signed | |
| Signals, if the value is signed. | |
| ZyanBool is_relative | |
| Signals, if the value is a relative offset. | |
| } | imm [2] |
| Immediate info. | |
Defines the ZydisInstructionEncodingInfo struct.
| ZyanU8 size[3] |
The size of the displacement value.
The size of the immediate value.
1.8.14