This project is for educational purposes only.
Windows 10 KeyLogger with basic key capturing (english letters, numbers, capitalKey, shiftKey, backspaceKey, mouseKeys, enterKey, escapeKey).
If you want to save keyLogger result to another destination, change the value of "textFilePath" variable.
If you want to balance between capturing precision and computer performace, change the value of "checkKeyboardEveryNMiliseconds" variable.
A keylogger is a form of software which is used to track or log the all the keys that a user strikes on their keyboard, usually in secret so that the user doesn’t know that their actions are being monitored. Keylogger is short for keystroke logger and is otherwise known as a keyboard capturer. Keyloggers capture everything the user types — personal messages, passwords, credit card numbers etc.
Tools: Visual Studio IDE
BASIC USAGE:
- Copy KeyLoggerWIN10.exe file from KeyLoggerWIN10/x64/Debug/ to custom location on your PC.
- Run KeyLoggerWIN10.exe.
- KeyLogger is now active.
- After a while turn off KeyLoggerWIN10.exe in Task Manager->Processes->KeyLoggerWIN10.exe->End task.
- Go to the custom location (defined in step #1).
- Open text.txt to see the result.

