|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#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 |
| void * | detour |
| void ** | out_original |
| int | prologue_size |
| void * | new_value |
Definition at line 38 of file dttr_core.h.
| uintptr_t DTTR_Core_TargetSpec::address |
Definition at line 41 of file dttr_core.h.
| const char* DTTR_Core_TargetSpec::aob |
Definition at line 42 of file dttr_core.h.
| void* DTTR_Core_TargetSpec::detour |
Definition at line 46 of file dttr_core.h.
| DTTR_Core_TargetKind DTTR_Core_TargetSpec::kind |
Definition at line 39 of file dttr_core.h.
| void* DTTR_Core_TargetSpec::new_value |
Definition at line 49 of file dttr_core.h.
| intptr_t DTTR_Core_TargetSpec::offset |
Definition at line 43 of file dttr_core.h.
| void** DTTR_Core_TargetSpec::out_original |
Definition at line 47 of file dttr_core.h.
| const uint8_t* DTTR_Core_TargetSpec::patch_bytes |
Definition at line 44 of file dttr_core.h.
| size_t DTTR_Core_TargetSpec::patch_size |
Definition at line 45 of file dttr_core.h.
| int DTTR_Core_TargetSpec::prologue_size |
Definition at line 48 of file dttr_core.h.
| bool DTTR_Core_TargetSpec::required |
Definition at line 40 of file dttr_core.h.