Simple one file keylogger on rust, tested on Windows 11, check code for further analysis.
main.rs - the main file, look into it to see the full structure.
main process configured to proceed like:
.exelaunches- checks for Windows V2/ folder in local app data folder
- no folder - create
- folder exists - proceed
- starts logging to a file in a format
keys_YYYY-MM-dd_HH-mm-ss.log - close logger by killing the process
app-v2.exe
teminal was turned off in the last commit, app runs in the background
You are free to use, edit and share this code without mentioning me.