From c2507248723d167fb2feddf50d35435a17fd61a2 Mon Sep 17 00:00:00 2001 From: "Mariusz B. / mgeeky" Date: Thu, 30 Sep 2021 17:56:42 +0200 Subject: [PATCH] update --- ThreadStackSpoofer/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ThreadStackSpoofer/main.cpp b/ThreadStackSpoofer/main.cpp index 77e8b26..a80cd35 100644 --- a/ThreadStackSpoofer/main.cpp +++ b/ThreadStackSpoofer/main.cpp @@ -8,7 +8,7 @@ StackTraceSpoofingMetadata g_stackTraceSpoofing; void WINAPI MySleep(DWORD _dwMilliseconds) { - const volatile DWORD dwMilliseconds = _dwMilliseconds; + const register DWORD dwMilliseconds = _dwMilliseconds; // Perform this (current) thread call stack spoofing. spoofCallStack(true);