[*] Increase NT block symbol table size
This commit is contained in:
parent
88a07714e5
commit
78f59f5cef
@ -65,9 +65,9 @@ namespace Aurora
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(AURORA_DLL_BLACKLIST)
|
#if !defined(AURORA_DLL_BLACKLIST)
|
||||||
static AuUInt32 gBlockedDLLTable[64] {};
|
static AuUInt32 gBlockedDLLTable[128] {};
|
||||||
#else
|
#else
|
||||||
static AuUInt32 gBlockedDLLTable[64] { AURORA_DLL_BLACKLIST };
|
static AuUInt32 gBlockedDLLTable[128] { AURORA_DLL_BLACKLIST };
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
AUKN_SYM bool AddBlockedDLL(const char *pString)
|
AUKN_SYM bool AddBlockedDLL(const char *pString)
|
||||||
|
Loading…
Reference in New Issue
Block a user