Skip to content

mc1ay/linux-keylogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Makefile 1.8%