Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-28T20:51:42.000Z (about 1 year ago)
- Last Synced: 2023-09-28T23:21:21.693Z (about 1 year 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: 16
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowsHookEx
[![Build status](https://ci.appveyor.com/api/projects/status/1v33foo1rc43xc10/branch/master?svg=true)](https://ci.appveyor.com/project/learn-more/windowshookex/branch/master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://spdx.org/licenses/MIT)
![GitHub release (latest SemVer including pre-releases)](https://img.shields.io/github/v/release/learn-more/WindowsHookEx?include_prereleases&sort=semver)
![Works on Windows XP](https://img.shields.io/badge/Works%20on-Windows%20XP-blue)![Logo](src/res/logo.png)
## 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.
![Options](docs/WindowsHookEx-Options.png)
![Hooks in action](docs/WindowsHookEx-Hooks.png)
## Includes an Atom viewer
New and deleted Atoms are highlighted:
![Atom viewer](docs/WindowsHookEx-Atoms.png)
The UI is based on the excellent [Wizard-2020 Project](https://github.com/enlyze/Wizard-2020/) from Enlyze