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

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

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
/////////////////////////////////////////////////////