|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
Data Fields | |
| uintptr_t | addr |
| size_t | patch_size |
| size_t | prologue_size |
| uint8_t * | original |
| uint8_t * | trampoline |
| DTTR_Core_Hook * | head |
| DTTR_Core_Hook * | tail |
Definition at line 38 of file hook_registry.c.
| uintptr_t hook_chain::addr |
Definition at line 39 of file hook_registry.c.
Referenced by DTTR_Core_HookAttachFunction(), function_chain_push_head(), function_link_create(), function_link_detach(), and hook_find_function_chain().
| DTTR_Core_Hook* hook_chain::head |
Definition at line 44 of file hook_registry.c.
Referenced by function_chain_append(), function_chain_push_head(), and function_link_detach().
| uint8_t* hook_chain::original |
Definition at line 42 of file hook_registry.c.
Referenced by DTTR_Core_HookAttachFunction(), function_link_detach(), and hook_chain_destroy().
| size_t hook_chain::patch_size |
Definition at line 40 of file hook_registry.c.
Referenced by DTTR_Core_HookAttachFunction(), function_link_create(), and function_link_detach().
| size_t hook_chain::prologue_size |
Definition at line 41 of file hook_registry.c.
Referenced by DTTR_Core_HookAttachFunction().
| DTTR_Core_Hook* hook_chain::tail |
Definition at line 45 of file hook_registry.c.
Referenced by function_chain_push_head(), and function_link_detach().
| uint8_t* hook_chain::trampoline |
Definition at line 43 of file hook_registry.c.
Referenced by DTTR_Core_HookAttachFunction(), function_chain_append(), function_link_next_target(), and hook_chain_destroy().