https://github.com/learn-more/windowshookex
A utility designed to investigate the behavior of the Windows api 'SetWindowsHookEx', and the behavior of the system when installing / calling hooks.
https://github.com/learn-more/windowshookex
atoms setwindowshookex tool utility viewer win32 winapi winapi-ui windows
Last synced: 2 months ago
JSON representation
A utility designed to investigate the behavior of the Windows api 'SetWindowsHookEx', and the behavior of the system when installing / calling hooks.
- Host: GitHub
- URL: https://github.com/learn-more/windowshookex
- Owner: learn-more
- License: mit
- Created: 2020-08-09T15:28:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T20:51:42.000Z (over 1 year ago)
- Last Synced: 2025-03-25T07:51:11.627Z (3 months ago)
- Topics: atoms, setwindowshookex, tool, utility, viewer, win32, winapi, winapi-ui, windows
- Language: C++
- Homepage: https://learn-more.github.io/WindowsHookEx/
- Size: 460 KB
- Stars: 22
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowsHookEx
[](https://ci.appveyor.com/project/learn-more/windowshookex/branch/master)
[](https://spdx.org/licenses/MIT)


## A utility designed to investigate the behavior of the Windows api 'SetWindowsHookEx', and the behavior of the system when installing / calling hooks.
See https://learn-more.github.io/WindowsHookEx/ for an overview of the features.


## Includes an Atom viewer
New and deleted Atoms are highlighted:

The UI is based on the excellent [Wizard-2020 Project](https://github.com/enlyze/Wizard-2020/) from Enlyze