Skip to content

This is a keylogger written in C. This keylogger.h file provides you and option to append the keylogger activity in your malware.(For malware you can check my repos)

License

Notifications You must be signed in to change notification settings

addyson-martin/keylogger-in-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

keylogger-in-c

This is a keylogger written in C. This keylogger.h file provides you and option to append the keylogger activity in your malware.(For malware you can check my repos)

steps to include

1.#include "keylogger.h" in your malware.c

2.Compare the buffer data from server and write on the client socket and if (srtcmp(buffer,'logkeys'))==0 call the key_logger() .

3.key_logger() is the function in header file, if you want you can make small changes depending on your malware.

Resources for virtual key codes https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

About

This is a keylogger written in C. This keylogger.h file provides you and option to append the keylogger activity in your malware.(For malware you can check my repos)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages