mirror of
https://github.com/mgeeky/ThreadStackSpoofer
synced 2026-06-06 16:14:32 +00:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user