mirror of
https://github.com/rad9800/misc
synced 2026-06-08 16:56:08 +00:00
Update UnregisterAllLdrRegisterDllNotification.c
This commit is contained in:
@@ -165,8 +165,8 @@ VOID RemoveEntryList(LIST_ENTRY* Entry)
|
||||
|
||||
LIST_ENTRY* removeDllLoadNotifications()
|
||||
{
|
||||
LIST_ENTRY* dllNotificationList = getDllLoadNotifications();
|
||||
if (dllNotificationList)
|
||||
LIST_ENTRY* dllNotificationList = NULL;
|
||||
if (dllNotificationList = getDllLoadNotifications())
|
||||
{
|
||||
LIST_ENTRY* head = dllNotificationList;
|
||||
LIST_ENTRY* next = dllNotificationList->Flink;
|
||||
|
||||
Reference in New Issue
Block a user