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

Data Fields

uintptr_t addr
size_t patch_size
size_t prologue_size
uint8_t * original
uint8_t * trampoline
DTTR_Core_Hookhead
DTTR_Core_Hooktail

Detailed Description

Definition at line 38 of file hook_registry.c.

Field Documentation

◆ addr

◆ head

DTTR_Core_Hook* hook_chain::head

◆ original

uint8_t* hook_chain::original

◆ patch_size

size_t hook_chain::patch_size

◆ prologue_size

size_t hook_chain::prologue_size

Definition at line 41 of file hook_registry.c.

Referenced by DTTR_Core_HookAttachFunction().

◆ tail

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().

◆ trampoline

uint8_t* hook_chain::trampoline

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