Simple C++ Keyloger

 





A little keylogger that I created with a few features. It is not a complete program so I am just giving away the source code as this was practice for myself. This does not use a global keyboard hook. It uses GetASyncKeyState(), a reputable replacement but still no true match to the old KBDLLHOOKSTRUCT. It automatically installs itself in the registry when ran so be aware, it also displays the window title if a new window is selected. Happy hacking, The source is below.



Code: #include #include #include #include

Komentar

Postingan Populer