/linux-keylogger

Kernel module

Primary LanguageCGNU General Public License v2.0GPL-2.0

A Linux kernel module that registers a keyboard IRQ handler (ISR) and logs the keystrokes as they are received. To keep the ISR as short as possible, each scancode is passed to a tasklet that is then run at the next available time and logs the key.