EasyHook - The reinvention of Windows API Hooking
Frida is a dynamic binary instrumentation toolkit that provides a framework for deep process introspection and live application state manipulation. It enables the injection of custom scripts into running processes to trace function calls, modify memory, and analyze application behavior in real-time across diverse operating systems and processor architectures. The project distinguishes itself by embedding a high-performance JavaScript engine directly within the target process, allowing for the execution of user-defined logic for real-time inspection. It utilizes instruction-level hooking to re
A Dynamic Binary Instrumentation framework based on LLVM.
Dynamic Instrumentation Tool Platform
dynamorio/dynamorio 的主要功能包括:Dynamic Binary Instrumentation。
dynamorio/dynamorio 的开源替代品包括: easyhook/easyhook — EasyHook - The reinvention of Windows API Hooking. frida/frida — Frida is a dynamic binary instrumentation toolkit that provides a framework for deep process introspection and live… qbdi/qbdi — A Dynamic Binary Instrumentation framework based on LLVM.