Skip to content

Shows how to use minhook to hook GetMessage and listen in on application specific keypresses, and how to use SetWindowsHookEx to listen in on system wide keypresses.

Notifications You must be signed in to change notification settings

Kyr27/KeyHookDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyHookDemo

Shows how to use minhook to hook GetMessage and listen in on application specific keypresses, and how to use SetWindowsHookEx to listen in on system wide keypresses.

Installation

Download Visual Studio and in VS Installer make sure to install C++ Desktop Development Clone the repository and open it using Visual Studio, you're set.

About

Shows how to use minhook to hook GetMessage and listen in on application specific keypresses, and how to use SetWindowsHookEx to listen in on system wide keypresses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published