|
102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
|
#include <dttr_pcdogs.h>
Data Fields | |
| DTTR_PCDOGS_T_Calling_Convention | calling_convention |
| const char * | sig |
| const char * | mask |
| int32_t | match_offset |
| DTTR_PCDOGS_T_Hook_Kind | hook_kind |
| uint32_t | patch_size |
| uint32_t | entry_patch_size |
| bool | callable |
| DTTR_PCDOGS_T_Build_Mask | supported_builds |
| uintptr_t | address |
| bool | resolved |
| DTTR_Core_Hook * | hook |
| DTTR_Core_Hook * | entry_hook |
| uint8_t * | trampoline |
Definition at line 5819 of file dttr_pcdogs.h.
| uintptr_t DTTR_PCDOGS_T_Symbol_Function::address |
Definition at line 5829 of file dttr_pcdogs.h.
Referenced by dttr_pcdogs_crash_symbol_provider(), and function_address_at().
| bool DTTR_PCDOGS_T_Symbol_Function::callable |
Definition at line 5827 of file dttr_pcdogs.h.
Referenced by patch_group_hook_symbol_function().
| DTTR_PCDOGS_T_Calling_Convention DTTR_PCDOGS_T_Symbol_Function::calling_convention |
Definition at line 5820 of file dttr_pcdogs.h.
| DTTR_Core_Hook* DTTR_PCDOGS_T_Symbol_Function::entry_hook |
Definition at line 5832 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Symbol_Function::entry_patch_size |
Definition at line 5826 of file dttr_pcdogs.h.
| DTTR_Core_Hook* DTTR_PCDOGS_T_Symbol_Function::hook |
Definition at line 5831 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Hook_Kind DTTR_PCDOGS_T_Symbol_Function::hook_kind |
Definition at line 5824 of file dttr_pcdogs.h.
Referenced by patch_group_hook_symbol_function().
| const char* DTTR_PCDOGS_T_Symbol_Function::mask |
Definition at line 5822 of file dttr_pcdogs.h.
| int32_t DTTR_PCDOGS_T_Symbol_Function::match_offset |
Definition at line 5823 of file dttr_pcdogs.h.
| uint32_t DTTR_PCDOGS_T_Symbol_Function::patch_size |
Definition at line 5825 of file dttr_pcdogs.h.
Referenced by patch_group_hook_symbol_function().
| bool DTTR_PCDOGS_T_Symbol_Function::resolved |
Definition at line 5830 of file dttr_pcdogs.h.
Referenced by dttr_pcdogs_crash_symbol_provider().
| const char* DTTR_PCDOGS_T_Symbol_Function::sig |
Definition at line 5821 of file dttr_pcdogs.h.
| DTTR_PCDOGS_T_Build_Mask DTTR_PCDOGS_T_Symbol_Function::supported_builds |
Definition at line 5828 of file dttr_pcdogs.h.
| uint8_t* DTTR_PCDOGS_T_Symbol_Function::trampoline |
Definition at line 5833 of file dttr_pcdogs.h.