A simple keylogger for windows created in C++
v6: Added functionality to hide the cmd window from the user. v5: Added filter for special keys. v4: Added filters for special characters in v3. v3: Rewrote the keylogger to ony record uppercase letters and lower case letters. v2: Addedd filters for Backspace, Esc,Del and Enter. v1: Logs everything with keyvalue bettween 8 and 222 without filtering Backspace, Space, Enter, Del and Esc keys and special characters.Registers all text as uppercase.
Simply compile using Visual Studio C++ libraries and then run the generated .exe file on windows.