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

#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_Hookhook
DTTR_Core_Hookentry_hook
uint8_t * trampoline

Detailed Description

Definition at line 5819 of file dttr_pcdogs.h.

Field Documentation

◆ address

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

◆ callable

bool DTTR_PCDOGS_T_Symbol_Function::callable

Definition at line 5827 of file dttr_pcdogs.h.

Referenced by patch_group_hook_symbol_function().

◆ calling_convention

DTTR_PCDOGS_T_Calling_Convention DTTR_PCDOGS_T_Symbol_Function::calling_convention

Definition at line 5820 of file dttr_pcdogs.h.

◆ entry_hook

DTTR_Core_Hook* DTTR_PCDOGS_T_Symbol_Function::entry_hook

Definition at line 5832 of file dttr_pcdogs.h.

◆ entry_patch_size

uint32_t DTTR_PCDOGS_T_Symbol_Function::entry_patch_size

Definition at line 5826 of file dttr_pcdogs.h.

◆ hook

DTTR_Core_Hook* DTTR_PCDOGS_T_Symbol_Function::hook

Definition at line 5831 of file dttr_pcdogs.h.

◆ hook_kind

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

◆ mask

const char* DTTR_PCDOGS_T_Symbol_Function::mask

Definition at line 5822 of file dttr_pcdogs.h.

◆ match_offset

int32_t DTTR_PCDOGS_T_Symbol_Function::match_offset

Definition at line 5823 of file dttr_pcdogs.h.

◆ patch_size

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

◆ resolved

bool DTTR_PCDOGS_T_Symbol_Function::resolved

Definition at line 5830 of file dttr_pcdogs.h.

Referenced by dttr_pcdogs_crash_symbol_provider().

◆ sig

const char* DTTR_PCDOGS_T_Symbol_Function::sig

Definition at line 5821 of file dttr_pcdogs.h.

◆ supported_builds

DTTR_PCDOGS_T_Build_Mask DTTR_PCDOGS_T_Symbol_Function::supported_builds

Definition at line 5828 of file dttr_pcdogs.h.

◆ trampoline

uint8_t* DTTR_PCDOGS_T_Symbol_Function::trampoline

Definition at line 5833 of file dttr_pcdogs.h.


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