🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    ThreadStackSpoofer/main.cpp
    skipped 7 lines
    8 8   
    9 9  void WINAPI MySleep(DWORD _dwMilliseconds)
    10 10  {
    11  - const volatile DWORD dwMilliseconds = _dwMilliseconds;
     11 + const register DWORD dwMilliseconds = _dwMilliseconds;
    12 12   
    13 13   // Perform this (current) thread call stack spoofing.
    14 14   spoofCallStack(true);
    skipped 486 lines
Please wait...
Page is in error, reload to recover