Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kyr27/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.
https://github.com/kyr27/keyhookdemo

console consolectrlhandler cpp-programming getmessage message-queue minhook multithreading setwindowshookex

Last synced: about 12 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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](https://visualstudio.microsoft.com/) and in VS Installer make sure to install C++ Desktop Development
Clone the repository and open it using Visual Studio, you're set.