An open API service indexing awesome lists of open source software.

https://github.com/melardev/c_win32keytanloggerhook


https://github.com/melardev/c_win32keytanloggerhook

c keylogger win32

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Introduction
This is a basic Win32 Keylogger written in C. It uses Win32 API as much as I could for everything.
It records the keys entered using the SetWindowsHookEx method, it buffers the keys to reduce IO Operations,
then it only writes into disk after a threshold of chars are recorded in memory.
**Meant for educational purposes only!**

# TODO
- Uppercase logging.
- Better key modifiers logging

# Social Media
- [Youtube](https://youtube.com/Melardev)
- [Twitter](https://twitter.com/@melardev)
- [Instagram](https://instagram.com/melar_dev)