0xShad3 / linux-keylogger

Kernel module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Kernel module

License:GNU General Public License v2.0


Languages

Language:C 98.2%Language:Makefile 1.8%