1 مستودع
Inserts binary code into a running process while preserving relative address correctness for jumps and calls.
Distinct from Live Process Code Injection: Focuses on maintaining relative addressing (relocatability) during injection, rather than just the act of injecting binary code.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Relocatable Code Injections. Refine with filters or upvote what's useful.
Dobby is a dynamic function hooking framework and binary instrumentation tool designed to intercept and redirect function calls in compiled binaries. It serves as a cross-platform and cross-architecture library that provides a unified interface for modifying program execution flow across different operating systems and CPU architectures. The library enables low-level binary instrumentation and runtime application instrumentation by injecting custom handlers into live processes. It is used for software reverse engineering to observe real-time data flow and logic by hooking internal functions.
Injects custom logic into process memory while maintaining correct relative addresses for execution.