https://github.com/scriptscorpion/simplekeylogger
Simple keylogger using SDL2
https://github.com/scriptscorpion/simplekeylogger
cpp keylogger sdl2
Last synced: 9 months ago
JSON representation
Simple keylogger using SDL2
- Host: GitHub
- URL: https://github.com/scriptscorpion/simplekeylogger
- Owner: ScriptScorpion
- Created: 2025-09-17T15:05:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-17T15:36:03.000Z (9 months ago)
- Last Synced: 2025-09-17T17:54:05.415Z (9 months ago)
- Topics: cpp, keylogger, sdl2
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How Compile:
1. Install SDL2 package, for Linux: `sudo apt install libsdl2-dev`. For Windows recommend compiling from source here is [link](https://github.com/libsdl-org/SDL/releases/tag/release-2.32.10) to last version of SDL2 at the moment.
2. enter project directory and run `cmake -B build . && cmake --build build && cd build`
3. after this in 'build' directory will be executable