Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 608 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 608 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/ARM architecture with support for 32/64-bit modes on Windows and Linux platforms. The library is designed to be used with C++20 or later. It is based on stevemk14ebr's PolyHook_2_0 library.

PolyHook_2_0