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) 583 ZYDIS_DECORATOR_INVALID,
1022 ZyanU64 runtime_address);
1040 ZyanU64 runtime_address,
void* user_data);
1060 ZyanU64 runtime_address);
1082 ZyanU64 runtime_address,
void* user_data);
Defines the ZydisFormatterContext struct.
Definition: Formatter.h:632
const ZydisDecodedInstruction * instruction
A pointer to the ZydisDecodedInstruction struct.
Definition: Formatter.h:637
Defines the basic ZydisDecodedInstruction and ZydisDecodedOperand structs.
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
Defines the ZydisDecodedOperand struct.
Definition: DecoderTypes.h:91
Defines the ZydisDecodedInstruction struct.
Definition: DecoderTypes.h:891
const ZydisDecodedOperand * operand
A pointer to the ZydisDecodedOperand struct.
Definition: Formatter.h:641