Zydis  v3.1.0
ZydisFormatterContext_ Struct Reference

Defines the ZydisFormatterContext struct. More...

#include <Formatter.h>

Collaboration diagram for ZydisFormatterContext_:

Data Fields

const ZydisDecodedInstructioninstruction
 A pointer to the ZydisDecodedInstruction struct. More...
 
const ZydisDecodedOperandoperand
 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...
 

Detailed Description

Defines the ZydisFormatterContext struct.

Field Documentation

◆ instruction

const ZydisDecodedInstruction* instruction

A pointer to the ZydisDecodedInstruction struct.

◆ operand

const ZydisDecodedOperand* operand

A pointer to the ZydisDecodedOperand struct.

◆ runtime_address

ZyanU64 runtime_address

The runtime address of the instruction.

◆ user_data

void* user_data

A pointer to user-defined data.


The documentation for this struct was generated from the following file: