KeyLogger for Linux banner

KeyLogger for Linux

1 devlog
1h 5m 36s

im creating a KeyLogger in linux, once running it for the first time with root, itll set itself as a boot service, and will run itself everytime you run the computer. once running it will find the device file responsible for your keyboard and trac…

im creating a KeyLogger in linux, once running it for the first time with root, itll set itself as a boot service, and will run itself everytime you run the computer. once running it will find the device file responsible for your keyboard and track every key you press into a hidden log file.
the project is created purely in C programming language, and I intend to add more features in the futre

This project uses AI

I’ve used Gemini for advising me on the project structure and helping me learning about some topics i wasn’t sure about. And I used Claude code for creating the README file.
all the code was coded by me and me only :)

Repository

Loading README...

aradking12

I cleaned up my project a lot. i learned about header file and splitting my code for it to be more organized. also learn about ‘make’ and Makefile and implemented it into my project. at last I also learned about .gitignore and now when i commit and push my code you wont see the executable file.

also revisited my code and started adding comments and documenting to myself thing i learned

Attachment
0