Skip to content

Commit 56b35b7

Browse files
author
zeze
committed
fix: williballenthin review
1 parent bed471a commit 56b35b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
rule:
22
meta:
3-
name: log keystrokes via directx
3+
name: log keystrokes via rawinput
44
namespace: collection/keylog
55
authors:
6-
- https://github.com/zeze-zeze
6+
- @zeze-zeze
77
scopes:
88
static: function
99
dynamic: call
@@ -13,5 +13,5 @@ rule:
1313
- 52d8e95c9883cd16d7b44e3a7adc22d6.exe_
1414
features:
1515
- and:
16-
- api: RegisterRawInputDevices
17-
- api: GetRawInputData
16+
- api: user32.RegisterRawInputDevices
17+
- api: user32.GetRawInputData

0 commit comments

Comments
 (0)