Skip to content

T3Emerald/linux-keylogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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.

About

Kernel module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors