102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
DTTR_PCDOGS_T_Patch_Spec Struct Reference

#include <dttr_pcdogs.h>

Data Fields

DTTR_PCDOGS_T_Patch_Kind kind
bool required
DTTR_PCDOGS_T_Function_ID function
DTTR_PCDOGS_T_Data_ID global
DTTR_Core_TargetSpec target
uintptr_t address
const char * aob
intptr_t offset
const uint8_t * patch_bytes
size_t patch_size
voiddetour
voidnew_value
void ** out_original

Detailed Description

Definition at line 21858 of file dttr_pcdogs.h.

Field Documentation

◆ address

uintptr_t DTTR_PCDOGS_T_Patch_Spec::address

Definition at line 21864 of file dttr_pcdogs.h.

Referenced by patch_spec_target().

◆ aob

const char* DTTR_PCDOGS_T_Patch_Spec::aob

Definition at line 21865 of file dttr_pcdogs.h.

Referenced by patch_spec_target().

◆ detour

◆ function

◆ global

◆ kind

◆ new_value

◆ offset

intptr_t DTTR_PCDOGS_T_Patch_Spec::offset

Definition at line 21866 of file dttr_pcdogs.h.

Referenced by patch_spec_target().

◆ out_original

◆ patch_bytes

const uint8_t* DTTR_PCDOGS_T_Patch_Spec::patch_bytes

Definition at line 21867 of file dttr_pcdogs.h.

Referenced by patch_spec_target().

◆ patch_size

size_t DTTR_PCDOGS_T_Patch_Spec::patch_size

Definition at line 21868 of file dttr_pcdogs.h.

Referenced by patch_spec_target().

◆ required

◆ target

DTTR_Core_TargetSpec DTTR_PCDOGS_T_Patch_Spec::target

Definition at line 21863 of file dttr_pcdogs.h.

Referenced by patch_spec_target().


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