An open API service indexing awesome lists of open source software.

https://github.com/egebalci/keylogger

Simple C++ Keylogger...
https://github.com/egebalci/keylogger

keylogger

Last synced: 3 months ago
JSON representation

Simple C++ Keylogger...

Awesome Lists containing this project

README

          

# 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