https://github.com/chirag-droid/keyloggr
A minimal open-source keystroke visualizer for Windows in C++
https://github.com/chirag-droid/keyloggr
keyboard keylogger keypress win32 windows
Last synced: about 2 months ago
JSON representation
A minimal open-source keystroke visualizer for Windows in C++
- Host: GitHub
- URL: https://github.com/chirag-droid/keyloggr
- Owner: chirag-droid
- License: gpl-3.0
- Created: 2024-02-07T06:27:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T07:21:45.000Z (over 2 years ago)
- Last Synced: 2025-03-21T16:58:25.506Z (about 1 year ago)
- Topics: keyboard, keylogger, keypress, win32, windows
- Language: C++
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# KeyLoggr
Simple C++ Application for real time key visualisation.
## Screenshots
https://github.com/chirag-droid/KeyLoggr/assets/81347541/6a3f9dcd-c841-4fce-96ce-0a68a670b29a
## Building from source
Only `MSVC` compiler is supported. Recommended way is to use `Visual Studio` or `CLion` and select `MSVC` toolchain.
Both IDE have first party CMake support.
```
git clone https://github.com/chirag-droid/KeyLoggr.git
cd KeyLoggr
```
Either use CMake GUI or command line.
```
cmake -B build/
cmake --build build/
```
This will build the application inside `build/`
## Installation
Recommended way is to build from source. Since windows defender will flag the application as virus.
Or install pre compiled app from [releases](https://github.com/chirag-droid/KeyLoggr/releases)
## Licence
The project is licenced under GPL-3. See `Copying` for details.