https://github.com/katahiromz/globalhooksample
Win32 global hook sample
https://github.com/katahiromz/globalhooksample
hacking hook hooking win32 win32api windows
Last synced: 11 months ago
JSON representation
Win32 global hook sample
- Host: GitHub
- URL: https://github.com/katahiromz/globalhooksample
- Owner: katahiromz
- License: other
- Created: 2017-11-25T23:21:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T23:02:19.000Z (over 8 years ago)
- Last Synced: 2025-07-04T20:40:38.232Z (12 months ago)
- Topics: hacking, hook, hooking, win32, win32api, windows
- Language: C++
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
/////////////////////////////////////////////////////
Win32API Global Hook Example
by Katayama Hirofumi MZ
/////////////////////////////////////////////////////
// What's this?
Hooking by the SetWindowsHookEx API function enables us
to hook the generated window messages, keyboard/mouse
events, shell notifications etc., globally or locally.
It's a powerful feature of Windows.
This software hooks the keyboard events.
It works on MSVC and g++.
/////////////////////////////////////////////////////
// Katayama Hirofumi MZ (katahiromz) [A.N.T.]
// Homepage http://katahiromz.web.fc2.com/
// BBS http://katahiromz.bbs.fc2.com/
// E-Mail katayama.hirofumi.mz@gmail.com
/////////////////////////////////////////////////////