Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeeky committed Sep 30, 2021
1 parent ec0237c commit c250724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ThreadStackSpoofer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c250724

Please sign in to comment.