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: 6 months 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-06T14:59:44.000Z (over 1 year ago)
- Last Synced: 2025-01-20T13:45:13.559Z (11 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.