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

#include <dttr_core.h>

Data Fields

DTTR_Core_TargetKind kind
bool required
uintptr_t address
const char * aob
intptr_t offset
const uint8_t * patch_bytes
size_t patch_size
voiddetour
void ** out_original
int prologue_size
voidnew_value

Detailed Description

Definition at line 38 of file dttr_core.h.

Field Documentation

◆ address

uintptr_t DTTR_Core_TargetSpec::address

Definition at line 41 of file dttr_core.h.

◆ aob

const char* DTTR_Core_TargetSpec::aob

Definition at line 42 of file dttr_core.h.

◆ detour

void* DTTR_Core_TargetSpec::detour

Definition at line 46 of file dttr_core.h.

◆ kind

DTTR_Core_TargetKind DTTR_Core_TargetSpec::kind

Definition at line 39 of file dttr_core.h.

◆ new_value

void* DTTR_Core_TargetSpec::new_value

Definition at line 49 of file dttr_core.h.

◆ offset

intptr_t DTTR_Core_TargetSpec::offset

Definition at line 43 of file dttr_core.h.

◆ out_original

void** DTTR_Core_TargetSpec::out_original

Definition at line 47 of file dttr_core.h.

◆ patch_bytes

const uint8_t* DTTR_Core_TargetSpec::patch_bytes

Definition at line 44 of file dttr_core.h.

◆ patch_size

size_t DTTR_Core_TargetSpec::patch_size

Definition at line 45 of file dttr_core.h.

◆ prologue_size

int DTTR_Core_TargetSpec::prologue_size

Definition at line 48 of file dttr_core.h.

◆ required

bool DTTR_Core_TargetSpec::required

Definition at line 40 of file dttr_core.h.


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