https://github.com/egebalci/keylogger
Simple C++ Keylogger...
https://github.com/egebalci/keylogger
keylogger
Last synced: 3 months ago
JSON representation
Simple C++ Keylogger...
- Host: GitHub
- URL: https://github.com/egebalci/keylogger
- Owner: EgeBalci
- Created: 2016-06-06T11:27:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-13T06:54:51.000Z (over 2 years ago)
- Last Synced: 2025-05-07T15:51:47.828Z (8 months ago)
- Topics: keylogger
- Language: C++
- Size: 61.5 KB
- Stars: 144
- Watchers: 10
- Forks: 87
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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