awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • johnno1962/injectionforxcodejohnno1962 的头像

    johnno1962/injectionforxcode

    6,537在 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
    在 GitHub 上查看↗6,537
  • ran-j/ps2recompran-j 的头像

    ran-j/PS2Recomp

    2,689在 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
    在 GitHub 上查看↗2,689
  1. Home
  2. Operating Systems & Systems Programming
  3. Runtime Stub Dispatching

探索子标签

  • 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