|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Symbol_Data_ID | SymbolID |
| DTTR_PCDOGS_T_Data_ID | DataID |
| DTTR_PCDOGS_T_Write_Policy(* | Policy )() |
| DTTR_Result(* | Status )() |
| bool(* | IsResolved )() |
| uintptr_t(* | Address )() |
| DTTR_PCDOGS_T_PKG_TOCEntry *(* | Ptr )() |
| DTTR_Result(* | Read )(DTTR_PCDOGS_T_PKG_TOCEntry *out_value) |
| DTTR_Result(* | Write )(DTTR_PCDOGS_T_PKG_TOCEntry value) |
| DTTR_Result(* | UnsafeWrite )(DTTR_PCDOGS_T_PKG_TOCEntry value) |
| Bypasses Policy(); still requires resolved, writable memory. | |
| DTTR_PCDOGS_T_Patch_Spec(* | PatchSpec )(bool required, void *new_value, void **out_original) |
Base of the / package table of contents; each PKG_TOCEntry stores file position and size.
Definition at line 65208 of file dttr_pcdogs.h.
| uintptr_t(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::Address) () |
Definition at line 65214 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Data_ID DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::DataID |
Definition at line 65210 of file dttr_pcdogs.h.
| bool(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::IsResolved) () |
Definition at line 65213 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Patch_Spec(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::PatchSpec) (bool required, void *new_value, void **out_original) |
Definition at line 65223 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Write_Policy(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::Policy) () |
Definition at line 65211 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_PKG_TOCEntry *(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::Ptr) () |
Definition at line 65215 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::Read) (DTTR_PCDOGS_T_PKG_TOCEntry *out_value) |
Definition at line 65216 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::Status) () |
Definition at line 65212 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Symbol_Data_ID DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::SymbolID |
Definition at line 65209 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::UnsafeWrite) (DTTR_PCDOGS_T_PKG_TOCEntry value) |
Bypasses Policy(); still requires resolved, writable memory.
Definition at line 65221 of file dttr_pcdogs.h.
| DTTR_Result(* DTTR_PCDOGS_D_PKG_LoadEntry_Toc_type::Write) (DTTR_PCDOGS_T_PKG_TOCEntry value) |
Writer that enforces the symbol write policy. Returns DTTR_ERR_POLICY_MISMATCH unless Policy() is RAW_MEMORY.
Definition at line 65219 of file dttr_pcdogs.h.