mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
3
This commit is contained in:
parent
6f7f6b101a
commit
e1f242a4de
1 changed files with 6 additions and 3 deletions
|
@ -41,9 +41,9 @@ DWORD WINAPI Init(HINSTANCE hinstDLL)
|
|||
|
||||
while ( !GetAsyncKeyState( VK_DELETE ) )
|
||||
{
|
||||
kmanager.MonitorCallbackReports();
|
||||
kmanager.VerifySystemModules();
|
||||
//srand( time( NULL ) );
|
||||
//int seed = ( rand() % 6 );
|
||||
//int seed = ( rand() % 7 );
|
||||
|
||||
//std::cout << "Seed: " << seed << std::endl;
|
||||
|
||||
|
@ -67,11 +67,14 @@ DWORD WINAPI Init(HINSTANCE hinstDLL)
|
|||
//case 5:
|
||||
// kmanager.RunNmiCallbacks();
|
||||
// break;
|
||||
//case 6:
|
||||
// kmanager.CheckForAttachedThreads();
|
||||
// break;
|
||||
//}
|
||||
|
||||
//kmanager.MonitorCallbackReports();
|
||||
|
||||
std::this_thread::sleep_for( std::chrono::seconds( 10 ) );
|
||||
std::this_thread::sleep_for( std::chrono::seconds( 5 ) );
|
||||
}
|
||||
|
||||
fclose( stdout );
|
||||
|
|
Loading…
Reference in a new issue