Stats display refactor using ini file done.

This commit is contained in:
Hash Borgir
2024-05-02 21:43:43 -06:00
parent f8349e6ba1
commit 7fd617abd7
176 changed files with 1731 additions and 1866 deletions

View File

@@ -3,7 +3,7 @@
using namespace dllnotify;
DllNotify::DllNotify()
DllNotify::DllNotify()
{
}
@@ -65,7 +65,6 @@ BOOL DllNotify::Init_Dllnotify()
return status == 0;
}
BOOL DllNotify::Uninit_Dllnotify()
{
NTSTATUS status = 1;
@@ -77,4 +76,4 @@ BOOL DllNotify::Uninit_Dllnotify()
}
return status == 0;
}
}

View File

@@ -13,7 +13,7 @@ namespace dllnotify
public:
DllNotify();
virtual ~DllNotify() noexcept {}
typedef const UNICODE_STRING* PCUNICODE_STRING;
typedef struct _LDR_DLL_LOADED_NOTIFICATION_DATA {
@@ -52,7 +52,6 @@ namespace dllnotify
_Out_ PVOID* Cookie
);
typedef NTSTATUS(NTAPI* PLDR_UNREGISTER_DLL_NOTIFICATION)(
_In_ PVOID Cookie
);
@@ -62,7 +61,6 @@ namespace dllnotify
static bool is_d2expres();
static bool is_sgd2freeres();
private:
static VOID CALLBACK LdrDllNotification(
_In_ ULONG NotificationReason,