Skip to content

Commit

Permalink
[README]: Inform about kbdsample
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDrab committed Oct 20, 2020
1 parent c897529 commit 209387a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ The installer script (`scripts\installer.iss`) works with Inno Setup 6. That mea

You need to alter the signing scripts to respect your signing certificate. Similarly, the SDK version may need to be modified to match version installed on your machine.

## Samples

I hope to add some sample programs demonstrating how to use IRPMon DLLs to your advantage. So, you will not be dependent on the GUI application.

### Kbdsample

This sample hooks primary keyboard device (`\Device\KeyboardClass0`) and display basic information about detected requests. It also shows how to enumerate hooked drivers and unhook them inf necessary (e.g. if you wish to hook a driver that is already hooked, you may need to unhook it first). See the [kbdsample](kbdsample) directory for more information.

## People

### Authors
Expand Down

0 comments on commit 209387a

Please sign in to comment.