[*] Increase NT block symbol table size

This commit is contained in:
Reece Wilson 2024-04-15 17:22:47 +01:00
parent 88a07714e5
commit 78f59f5cef

View File

@ -65,9 +65,9 @@ namespace Aurora
#endif
#if !defined(AURORA_DLL_BLACKLIST)
static AuUInt32 gBlockedDLLTable[64] {};
static AuUInt32 gBlockedDLLTable[128] {};
#else
static AuUInt32 gBlockedDLLTable[64] { AURORA_DLL_BLACKLIST };
static AuUInt32 gBlockedDLLTable[128] { AURORA_DLL_BLACKLIST };
#endif
AUKN_SYM bool AddBlockedDLL(const char *pString)