102 Patches: Detours to the Rescue
C reference for DttR maintainers and modders.
Loading...
Searching...
No Matches
dttr_sigscan.h File Reference
#include <stddef.h>
#include <stdint.h>
#include <string.h>

Go to the source code of this file.

Functions

static const uint8_t * DTTR_Sigscan_Bytes (const uint8_t *base, size_t size, const void *sig, const char *mask)

Function Documentation

◆ DTTR_Sigscan_Bytes()

const uint8_t * DTTR_Sigscan_Bytes ( const uint8_t * base,
size_t size,
const void * sig,
const char * mask )
inlinestatic

Definition at line 9 of file dttr_sigscan.h.

References NULL, and size.

Referenced by DTTR_Core_HookSigscan(), and DTTR_TestPE_Sigscan().