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

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

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

1 个仓库

Awesome GitHub RepositoriesLibrary Stub Detection

Automated identification of known library functions within a binary to facilitate their replacement with stubs.

Distinct from Function Stubbing: Focuses on identifying where stubs are needed in a binary, whereas function stubbing is the act of implementing the stub.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Library Stub Detection. Refine with filters or upvote what's useful.

Awesome Library Stub Detection GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Identifies common library functions to replace them with runtime stubs or syscall handlers.

    C++ps2recompilereverse-engineering
    在 GitHub 上查看↗2,689
  1. Home
  2. Operating Systems & Systems Programming
  3. Library Stub Detection