https://github.com/untrustedmodders/plugify-plugin-polyhook
Polyhook C++ Plugin
https://github.com/untrustedmodders/plugify-plugin-polyhook
plugify plugify-plugin plugin
Last synced: 20 days ago
JSON representation
Polyhook C++ Plugin
- Host: GitHub
- URL: https://github.com/untrustedmodders/plugify-plugin-polyhook
- Owner: untrustedmodders
- License: mit
- Created: 2024-09-15T10:23:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-23T01:48:31.000Z (22 days ago)
- Last Synced: 2026-01-23T18:51:46.387Z (22 days ago)
- Topics: plugify, plugify-plugin, plugin
- Language: C++
- Homepage: https://api.plugify.net?file=https://raw.githubusercontent.com/untrustedmodders/plugify-plugin-dynhook/refs/heads/main/plugify-plugin-polyhook.pplugin.in
- Size: 332 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/stevemk14ebr/PolyHook_2_0)