diff --git a/src/wufuc/rundll32.c b/src/wufuc/rundll32.c index f36c224..8e68635 100644 --- a/src/wufuc/rundll32.c +++ b/src/wufuc/rundll32.c @@ -139,7 +139,7 @@ destroy_list: ptrlist_destroy(&list); if ( Suspending ) - NtSuspendProcess(GetCurrentProcess()); + NtSuspendProcess(NtCurrentProcess()); release_mutex: ReleaseMutex(g_hMainMutex); CloseHandle(g_hMainMutex);