32 #ifndef ZYDIS_FORMATTER_H
33 #define ZYDIS_FORMATTER_H
35 #include <Zycore/Defines.h>
36 #include <Zycore/String.h>
37 #include <Zycore/Types.h>
54 #define ZYDIS_RUNTIME_ADDRESS_NONE (ZyanU64)(-1)
1022 ZyanU64 runtime_address);
1040 ZyanU64 runtime_address,
void* user_data);
1060 ZyanU64 runtime_address);
1082 ZyanU64 runtime_address,
void* user_data);
Defines the basic ZydisDecodedInstruction and ZydisDecodedOperand structs.
enum ZydisRegister_ ZydisRegister
Defines the ZydisRegister enum.
Defines the ZydisDecodedInstruction struct.
Definition: DecoderTypes.h:892
Defines the ZydisDecodedOperand struct.
Definition: DecoderTypes.h:92
Defines the ZydisFormatterContext struct.
Definition: Formatter.h:633
const ZydisDecodedInstruction * instruction
A pointer to the ZydisDecodedInstruction struct.
Definition: Formatter.h:637
void * user_data
A pointer to user-defined data.
Definition: Formatter.h:649
ZyanU64 runtime_address
The runtime address of the instruction.
Definition: Formatter.h:645
const ZydisDecodedOperand * operand
A pointer to the ZydisDecodedOperand struct.
Definition: Formatter.h:641