GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.06k stars 617 forks source link

Update klog_main.cpp #150

Closed mydarkthawts closed 7 months ago

mydarkthawts commented 7 months ago

Added a system boot-up check function and call it in the main. It will query the windows api for boot metrics every 10 seconds and wait for it to say it is fully booted before executing the rest of the program code. I've very lightly tested this but it is not code breaking at all and appears to work in my multiple virtual machine environments on boot ups with Windows 10, Windows 11, and Windows Server 2022 Datacenter Edition.

GiacomoLaw commented 7 months ago

Thanks very much!