Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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