Skip to content

ilazim/Keylogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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 --> <Project_name> Property---->C/C++---->Code Generation---->Runtime library--->SELECT Multi-threaded Debug (/MTd) instead of Multi-threaded Debug DLL (/MDd)-->apply

Build-->build <project_name>

About

Simple C++ Keylogger...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%