Simple keylogger using Windows hooks mechanisem. Features:
- Supports foreign languages
- Keys are stored in a log file ("encrypted" using XOR)
- Suicide mechanisem
- Persistency using
CurrentVersion\Runregistry key - Single instance running using Mutex
- Detailed configuration at compile time
- WH_KEYBOARD_LL - The WH_KEYBOARD_LL hook enables you to monitor keyboard input events about to be posted in a thread input queue.
I wrote this tool as a learning project to understand some of the inner working of Windows better.
For educational purposes only, please use responsibly.