Zydis
v2.0.0
|
Defines decoder/encoder-shared macros and types. More...
#include <Zydis/CommonTypes.h>
Go to the source code of this file.
Macros | |
#define | ZYDIS_MAX_INSTRUCTION_LENGTH 15 |
#define | ZYDIS_MAX_OPERAND_COUNT 10 |
Typedefs | |
typedef ZydisU8 | ZydisMachineMode |
Defines the ZydisMachineMode datatype. More... | |
typedef ZydisU8 | ZydisAddressWidth |
Defines the ZydisAddressWidth datatype. More... | |
typedef ZydisU8 | ZydisElementType |
Defines the ZydisElementType datatype. More... | |
typedef ZydisU16 | ZydisElementSize |
Defines the ZydisElementSize datatype. More... | |
typedef ZydisU8 | ZydisOperandType |
Defines the ZydisOperandType datatype. More... | |
typedef ZydisU8 | ZydisOperandEncoding |
Defines the ZydisOperandEncoding datatype. More... | |
typedef ZydisU8 | ZydisOperandVisibility |
Defines the ZydisOperandVisibility datatype. More... | |
typedef ZydisU8 | ZydisOperandAction |
Defines the ZydisOperandAction datatype. More... | |
typedef ZydisU8 | ZydisInstructionEncoding |
Defines the ZydisInstructionEncoding datatype. More... | |
typedef ZydisU8 | ZydisOpcodeMap |
Defines the ZydisOpcodeMap map. More... | |
Defines decoder/encoder-shared macros and types.
#define ZYDIS_MAX_INSTRUCTION_LENGTH 15 |
#define ZYDIS_MAX_OPERAND_COUNT 10 |
typedef ZydisU8 ZydisAddressWidth |
Defines the ZydisAddressWidth
datatype.
typedef ZydisU16 ZydisElementSize |
Defines the ZydisElementSize
datatype.
typedef ZydisU8 ZydisElementType |
Defines the ZydisElementType
datatype.
typedef ZydisU8 ZydisInstructionEncoding |
Defines the ZydisInstructionEncoding
datatype.
typedef ZydisU8 ZydisMachineMode |
Defines the ZydisMachineMode
datatype.
typedef ZydisU8 ZydisOpcodeMap |
Defines the ZydisOpcodeMap
map.
typedef ZydisU8 ZydisOperandAction |
Defines the ZydisOperandAction
datatype.
typedef ZydisU8 ZydisOperandEncoding |
Defines the ZydisOperandEncoding
datatype.
typedef ZydisU8 ZydisOperandType |
Defines the ZydisOperandType
datatype.
typedef ZydisU8 ZydisOperandVisibility |
Defines the ZydisOperandVisibility
datatype.
enum ZydisAddressWidths |
enum ZydisElementTypes |
Values that represent element-types.
Values that represent instruction-encodings.
enum ZydisMachineModes |
Values that represent machine modes.
enum ZydisOpcodeMaps |
enum ZydisOperandActions |
Values that represent operand-actions.
Values that represent operand-encodings.
enum ZydisOperandTypes |
Values that represent operand-types.
Values that represent operand-visibilities.