We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec0237c commit c250724Copy full SHA for c250724
ThreadStackSpoofer/main.cpp
@@ -8,7 +8,7 @@ StackTraceSpoofingMetadata g_stackTraceSpoofing;
8
9
void WINAPI MySleep(DWORD _dwMilliseconds)
10
{
11
- const volatile DWORD dwMilliseconds = _dwMilliseconds;
+ const register DWORD dwMilliseconds = _dwMilliseconds;
12
13
// Perform this (current) thread call stack spoofing.
14
spoofCallStack(true);
0 commit comments