https://github.com/melardev/c_win32keytanloggerhook
https://github.com/melardev/c_win32keytanloggerhook
c keylogger win32
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/melardev/c_win32keytanloggerhook
- Owner: melardev
- License: mit
- Created: 2019-05-30T12:28:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T14:19:09.000Z (about 7 years ago)
- Last Synced: 2025-01-25T23:37:27.756Z (over 1 year ago)
- Topics: c, keylogger, win32
- Language: C
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)