This commit is contained in:
lhodges1 2023-09-23 04:23:49 +10:00
parent 6f7f6b101a
commit e1f242a4de

View file

@ -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 );