Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kyr27/keyhookdemo
- Owner: Kyr27
- Created: 2024-09-06T14:42:52.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T14:59:44.000Z (2 months ago)
- Last Synced: 2024-09-06T17:42:27.465Z (2 months ago)
- Topics: console, consolectrlhandler, cpp-programming, getmessage, message-queue, minhook, multithreading, setwindowshookex
- Language: C
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.