Name | Modified | Size | Downloads / Week |
---|---|---|---|
Readme.md | 2024-05-23 | 1.3 kB | |
Install.bat | 2024-05-23 | 78.7 kB | |
Keylogger.exe | 2021-12-10 | 25.1 kB | |
Totals: 3 Items | 105.1 kB | 6 |
Winhook keylogger C# example
Description
The Internet is full of such stuff. So why not introduce to you another one? Here it is! This is another example of using Win32 API functions to hook some system messages and manage log records.
Installation
Run install.bat and a keylogger.exe will appear in the same folder.
Usage
Just run it once to start listening to the keyboard and clipboard and writing all content into a text log file. Recording will stop the second time you execute it.
Details
The log file is designed to be easy to use, allowing you to quickly find the information you need. The text you enter is saved with consideration for uppercase and lowercase letters, in accordance with your selected input language. If you copy any other text to the clipboard, it will also be added to the log file.
This means you'll get an accurate and readable record that reflects exactly the text that you see on the screen, but not just a list of keystrokes, as in many other similar tools.
Finally, all records are labeled with the date, time, and title of the window they were taken from.
The author promises that this keylogger has no undeclared functions and is not a malicious program. It is intended for educational use and not for collecting sensitive information.