[+] AURORA_DLL_BLACKLIST
This commit is contained in:
parent
f62771b6e7
commit
27fd8ff292
@ -23,7 +23,11 @@ namespace Aurora
|
||||
LPCSTR lpProcName);
|
||||
#endif
|
||||
|
||||
#if !defined(AURORA_DLL_BLACKLIST)
|
||||
static AuUInt32 gBlockedDLLTable[32] {};
|
||||
#else
|
||||
static AuUInt32 gBlockedDLLTable[32] { AURORA_DLL_BLACKLIST };
|
||||
#endif
|
||||
|
||||
AUKN_SYM bool AddBlockedDLL(const char *pString)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user