Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 673 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 673 Bytes

cpp_keylogger

A simple keylogger for windows created in C++

Changelog

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.

Use

Simply compile using Visual Studio C++ libraries and then run the generated .exe file on windows.