2 مستودعات
Mechanisms for routing calls from recompiled binaries to dedicated runtime handler stubs.
Distinct from Function Stubbing: Focuses on routing calls to active handler implementations during execution, rather than replacing functions with fixed return values for debugging.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Runtime Stub Dispatching. Refine with filters or upvote what's useful.
This project is an Xcode runtime code injector and developer productivity tool. It enables the injection of Swift and Objective-C code changes into a running application without requiring a process restart, functioning as a hot module replacement tool for iOS development. The tool provides a dynamic UI debugger for reloading storyboards and tuning visual parameters in real time. It allows for the recompilation of individual classes and the binding of new implementations into a live process, avoiding full project rebuilds. The system covers runtime injection capabilities, including automated
Inserts a communication layer into the application entry point to receive and execute code updates.
PS2Recomp is a static recompiler for PlayStation 2 that translates machine instructions from executable binaries into source code to enable execution on modern hardware. It functions as a binary-to-source translator and a binary analysis tool designed to facilitate the preservation of legacy software. The project distinguishes itself through a hardware emulation runtime that manages memory models and register contexts, combined with a static binary patcher for replacing raw instructions and overriding function bindings. It utilizes a specialized vector unit instruction execution system that m
Replaces identified library functions and system calls with dedicated handlers during execution.