4 Repos
Tools for monitoring and modifying application behavior at runtime.
Explore 4 awesome GitHub repositories matching part of an awesome list · Dynamic Binary Instrumentation. Refine with filters or upvote what's useful.
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
Dynamic instrumentation toolkit for hooking and tracing applications.
EasyHook - The reinvention of Windows API Hooking
Library for intercepting and hooking Windows API calls.
Dynamic Instrumentation Tool Platform
Platform for dynamic binary instrumentation and code analysis.
A Dynamic Binary Instrumentation framework based on LLVM.
LLVM-based framework for dynamic binary instrumentation.