Commit e5e9156 1 parent 1df9334 commit e5e9156 Copy full SHA for e5e9156
File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change
1
+ keysniffer v1.8
2
+ 2020-10-12
3
+
4
+ - project renamed
5
+ - maintenance release
6
+
7
+ -------------------------------------------------------------------------------
8
+
1
9
keysniffer v1.7
2
10
2018-03-06
3
11
Original file line number Diff line number Diff line change @@ -110,13 +110,14 @@ To check the module details:
110
110
# modinfo kisni.ko
111
111
filename: kisni.ko
112
112
description: Sniff and log keys pressed in the system to debugfs
113
- version: 1.7
113
+ version: 1.8
114
114
author: Arun Prakash Jana <engineerarun@gmail.com>
115
115
license: GPL v2
116
- srcversion: 26381298B8DB375C50B04EA
116
+ srcversion: F62F351D06A999293307C20
117
117
depends:
118
+ retpoline: Y
118
119
name: kisni
119
- vermagic: 4.13.0-32 -generic SMP mod_unload
120
+ vermagic: 5.4.0-48 -generic SMP mod_unload
120
121
parm: codes:log format (0:US keys (default), 1:hex keycodes, 2:dec keycodes) (int)
121
122
```
122
123
Original file line number Diff line number Diff line change 32
32
#define HEX 1 /* Type code for hexadecimal log */
33
33
#define DEC 2 /* Type code for decimal log */
34
34
35
- #define SPY_VERSION "1.7 "
35
+ #define SPY_VERSION "1.8 "
36
36
37
37
/* User specified log pattern, used as a module parameter */
38
38
static int codes ;
You can’t perform that action at this time.
0 commit comments