This simple keylogger written in C# intercepts any keystroke and displays it in the console window. Optionally it sends the same line to a given UDP address (e.g. broadcast address).
The project is meant for demonstrating people what a keylogger is and how it works.