Skip to content

Commit

Permalink
Create log-keystrokes-via-input-method-manager.yml (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz authored Oct 9, 2023
1 parent 8e2e86b commit 0b6aeb7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nursery/log-keystrokes-via-input-method-manager.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# generated using capa explorer for IDA Pro
rule:
meta:
name: log keystrokes via Input Method Manager
namespace: collection/keylog
authors:
- "@mr-tz"
scope: function
features:
- and:
- or:
- api: ImmGetCompositionString
- api: ImmGetVirtualKey
- optional:
- api: ImmGetContext
- api: ImmReleaseContext

0 comments on commit 0b6aeb7

Please sign in to comment.