Zydis
master
|
Information about a decoded instruction. More...
#include <DecoderTypes.h>
Data Fields | |
ZydisMachineMode | machine_mode |
The machine mode used to decode this instruction. More... | |
ZydisMnemonic | mnemonic |
The instruction-mnemonic. More... | |
ZyanU8 | length |
The length of the decoded instruction. More... | |
ZydisInstructionEncoding | encoding |
The instruction-encoding (LEGACY , 3DNOW , VEX , EVEX , XOP ). More... | |
ZydisOpcodeMap | opcode_map |
The opcode-map. More... | |
ZyanU8 | opcode |
The instruction-opcode. More... | |
ZyanU8 | stack_width |
The stack width. More... | |
ZyanU8 | operand_width |
The effective operand width. More... | |
ZyanU8 | address_width |
The effective address width. More... | |
ZyanU8 | operand_count |
The number of instruction-operands. More... | |
ZyanU8 | operand_count_visible |
The number of explicit (visible) instruction-operands. More... | |
ZydisInstructionAttributes | attributes |
See Instruction attributes. More... | |
const ZydisAccessedFlags * | cpu_flags |
Information about CPU flags accessed by the instruction. More... | |
const ZydisAccessedFlags * | fpu_flags |
Information about FPU flags accessed by the instruction. More... | |
ZydisDecodedInstructionAvx | avx |
Extended info for AVX instructions. More... | |
ZydisDecodedInstructionMeta | meta |
Meta info. More... | |
ZydisDecodedInstructionRaw | raw |
Detailed info about different instruction-parts like ModRM , SIB or encoding-prefixes. More... | |
Information about a decoded instruction.
ZyanU8 address_width |
The effective address width.
ZydisInstructionAttributes attributes |
Extended info for AVX
instructions.
const ZydisAccessedFlags* cpu_flags |
Information about CPU flags accessed by the instruction.
The bits in the masks correspond to the actual bits in the FLAGS/EFLAGS/RFLAGS
register. See CPU flags.
ZydisInstructionEncoding encoding |
The instruction-encoding (LEGACY
, 3DNOW
, VEX
, EVEX
, XOP
).
const ZydisAccessedFlags* fpu_flags |
Information about FPU flags accessed by the instruction.
See FPU flags.
ZyanU8 length |
The length of the decoded instruction.
ZydisMachineMode machine_mode |
The machine mode used to decode this instruction.
Meta info.
ZydisMnemonic mnemonic |
The instruction-mnemonic.
ZyanU8 opcode |
The instruction-opcode.
ZydisOpcodeMap opcode_map |
The opcode-map.
ZyanU8 operand_count |
The number of instruction-operands.
Explicit and implicit operands are guaranteed to be in the front and ordered as they are printed by the formatter in Intel
mode. No assumptions can be made about the order of hidden operands, except that they always located behind the explicit and implicit operands.
ZyanU8 operand_count_visible |
The number of explicit (visible) instruction-operands.
Explicit and implicit operands are guaranteed to be in the front and ordered as they are printed by the formatter in Intel
mode.
ZyanU8 operand_width |
The effective operand width.
Detailed info about different instruction-parts like ModRM
, SIB
or encoding-prefixes.
ZyanU8 stack_width |
The stack width.