Skip to content

Releases: jarun/spy

spy v1.8

11 Oct 22:42
v1.8
e5e9156
Compare
Choose a tag to compare
  • project renamed
  • maintenance release

keysniffer v1.7

06 Mar 01:48
v1.7
33361b3
Compare
Choose a tag to compare

What's in?

  • Completely commented code for kernel newbies
  • Defensive (and redundant) code removal

Donate via PayPal!

keysniffer v1.6

12 Dec 04:54
v1.6
9127628
Compare
Choose a tag to compare

What's in?

  • DKMS support
  • Prepend Left (L) or Right (R) for Ctrl, Shift and Alt keys
  • Replace _ENTER_ with \n
  • Append newline to keycodes (for param codes=1/2)
  • Add targets install, load, unload, uninstall to Makefile

keysniffer v1.5

28 Mar 04:43
v1.5
Compare
Choose a tag to compare

Modifications

  • Add module param codes to support hex and decimal keycodes in output

keysniffer v1.4

03 Oct 13:21
ba597c9
Compare
Choose a tag to compare

Modifications

  • Coding style and readability improvements

keysniffer v1.2

30 Oct 17:20
Compare
Choose a tag to compare

Modifications

  • Added version information to module
  • Better module description
  • Changed the source file name to project name
  • Fixed license issues, make GPL v2 (thanks @gregkh)
  • Added output example to README.txt

keysniffer v1.1

12 Oct 00:03
Compare
Choose a tag to compare

Modifications

  • Using a 16KB buffer to log keys in debugfs
  • Using stricter permissions for debugfs log file (readable only by root)

keysniffer v1.0

11 Oct 17:29
Compare
Choose a tag to compare

Modifications

  • Implement US keyboard grab support
  • Share the keypress log via debugfs