Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

dgff07/KeyLoggerWindows

Repository files navigation

Keylogger for windows

Simple keylogger for windows to capture the keystrokes and also take a screenshot from the target.

Building steps

gcc -Wall -O2  -c main.c -o Release\main.o

gcc  -o  Release\KeyloggerWindows.exe Release\main.o -lgdi32

If you use vscode, this is already configured on launch.json and tasks.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages