awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesRuntime Stub Dispatching

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.

Awesome Runtime Stub Dispatching GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • johnno1962/injectionforxcodeAvatar johnno1962

    johnno1962/injectionforxcode

    6,537Vezi pe GitHub↗

    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.

    Objective-C
    Vezi pe GitHub↗6,537
  • ran-j/ps2recompAvatar ran-j

    ran-j/PS2Recomp

    2,689Vezi pe GitHub↗

    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.

    C++ps2recompilereverse-engineering
    Vezi pe GitHub↗2,689
  1. Home
  2. Operating Systems & Systems Programming
  3. Runtime Stub Dispatching

Explorează sub-etichetele

  • Communication StubsLow-level stubs that facilitate communication between a host development environment and a running process. **Distinct from Runtime Stub Dispatching:** Focuses on the communication bridge for updates rather than just routing calls within recompiled binaries