EgeBalci / Keylogger

Simple C++ Keylogger...
137 stars 89 forks source link
keylogger

Keylogger

Simple C++ Keylogger...

Building c++ executable :

Install Microsoft visual studo :

create a c++ project.

use the provided source code.

To produce DLL independent code : On the top menu:under Project --> Property---->C/C++---->Code Generation---->Runtime library--->SELECT Multi-threaded Debug (/MTd) instead of Multi-threaded Debug DLL (/MDd)-->apply

Build-->build