Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 960 Bytes

File metadata and controls

20 lines (15 loc) · 960 Bytes

MinHook-Detours

A hooking library with a MinHook-like API and a Detours-like implementation, with support for the x86, x64, and ARM64 platforms.

The main motivation for creating it is having the MinHook API, which I personally find more user-friendly, while also adding ARM64 support, which MinHook lacks.

SlimDetours

MinHook-Detours uses SlimDetours under the hood. SlimDetours is an improved hooking library based on Microsoft Detours. It includes several critical fixes, such as avoiding deadlocks that may occur with the original Detours library. In addition, it incorporates multiple improvements I submitted to add missing functionality and bring it closer to feature parity with MinHook.