_______________________________________________________________________________
Shown above is a demo of a simple keylogger using C++. I wrote this program in my free time. The program's goal is to log all key strokes, mouse clicks, and outputs the recorded information to a blank command prompt window. After the application has been closed, the program takes all information logged and places it into a notepad document.


_______________________________________________________________________________
Shown above is the program's source code. The code was written with Visual Studio 2019. The video that inspired me to write this program is located here: https://www.youtube.com/watch?v=8X2UOfkOuZY
_______________________________________________________________________________
*Note* I do not distribute malware, the content shown is for research and experimentation purposes only.
Click to return to "James Dollar-Works."