🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    ThreadStackSpoofer/main.cpp
    skipped 133 lines
    134 134   
    135 135   g_hookedSleep.origSleep = reinterpret_cast<typeSleep>(Sleep);
    136 136   
    137  - if (!fastTrampoline(true, (BYTE*)::Sleep, &MySleep, &buffers))
     137 + if (!fastTrampoline(true, (BYTE*)::Sleep, (void*)&MySleep, &buffers))
    138 138   return false;
    139 139   
    140 140   return true;
    skipped 142 lines
Please wait...
Page is in error, reload to recover