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
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 :)