Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 597 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 597 Bytes

PolyHook Plugify Plugin

PolyHooks is a versatile and powerful C++ library designed to provide developers with an easy way to create dynamic function hooks for any call convention with pre and post callbacks. This library is built using AsmJit machine code generation library and Capstone Disassembler library to achieve dynamic function hooking for x86 architecture with support for 32/64-bit modes on Windows and Linux platforms. The library is designed to be used with C++17 or later. It is based on Ayuto's DynamicHooks library.

PolyHook_2_0