Zydis
v3.1.0
|
Defines the ZydisFormatterContext
struct.
More...
#include <Formatter.h>
Data Fields | |
const ZydisDecodedInstruction * | instruction |
A pointer to the ZydisDecodedInstruction struct. More... | |
const ZydisDecodedOperand * | operand |
A pointer to the ZydisDecodedOperand struct. More... | |
ZyanU64 | runtime_address |
The runtime address of the instruction. More... | |
void * | user_data |
A pointer to user-defined data. More... | |
Defines the ZydisFormatterContext
struct.
const ZydisDecodedInstruction* instruction |
A pointer to the ZydisDecodedInstruction
struct.
const ZydisDecodedOperand* operand |
A pointer to the ZydisDecodedOperand
struct.
ZyanU64 runtime_address |
The runtime address of the instruction.
void* user_data |
A pointer to user-defined data.