1 repo
Tools for loading custom code into running processes to intercept function calls.
Distinguishing note: Focuses on runtime memory injection rather than static file modification.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Dynamic Instrumentation Frameworks. Refine with filters or upvote what's useful.
RevokeMsgPatcher is a binary patching utility designed to modify the execution logic of desktop messaging applications. By applying low-level changes to compiled executable files and libraries, the tool enables functionality not natively supported by the original software, specifically focusing on message persistence and process management. The utility distinguishes itself through targeted binary instrumentation and control flow redirection. It identifies specific function patterns and memory offsets within proprietary software to inject custom assembly instructions. These modifications allow
Loads custom-compiled code into the memory space of running processes to intercept and redirect internal function calls.