From 27fd8ff292879ff21f30cd2b36268fcb8b356c14 Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Tue, 17 Oct 2023 05:38:08 +0100 Subject: [PATCH] [+] AURORA_DLL_BLACKLIST --- Source/AuProcAddresses.NT.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/AuProcAddresses.NT.cpp b/Source/AuProcAddresses.NT.cpp index 9eb2e4a2..d26865d3 100644 --- a/Source/AuProcAddresses.NT.cpp +++ b/Source/AuProcAddresses.NT.cpp @@ -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) {