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

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

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

2 个仓库

Awesome GitHub RepositoriesCross-Platform Binary Modifications

Tools for applying patches and modifications to compiled applications across multiple operating systems.

Distinct from Android App Modifications: Existing candidates focus on Android-only or build-time compilation, not patching existing binaries across OSs

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Cross-Platform Binary Modifications. Refine with filters or upvote what's useful.

Awesome Cross-Platform Binary Modifications GitHub Repositories

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

    jmpews/Dobby

    4,754在 GitHub 上查看↗

    Dobby 是一个动态函数 Hook 框架和二进制插桩工具,旨在拦截和重定向编译二进制文件中的函数调用。它是一个跨平台、跨架构的库,为在不同操作系统和 CPU 架构上修改程序执行流提供了统一的接口。 该库通过向运行中的进程注入自定义处理程序,实现底层二进制插桩和运行时应用插桩。它常用于软件逆向工程,通过 Hook 内部函数来观察实时数据流和逻辑。 该框架涵盖了二进制补丁、运行时符号解析以及动态蹦床(trampoline)生成。它管理特定平台的内存保护,并将通用的 Hook 请求映射为特定架构的操作码,通过基于指令的 Hook 来重定向执行。

    Applies custom logic and patches to compiled binaries across different operating systems and architectures.

    C++hookhook-framework
    在 GitHub 上查看↗4,754
  • arcsurge/termius-pro-zh_cnArcSurge 的头像

    ArcSurge/Termius-Pro-zh_CN

    2,473在 GitHub 上查看↗

    This project is a collection of utilities designed for the localization and modification of a multi-platform SSH client. It serves as a cross-platform application translator and premium unlocker, providing the means to translate the software interface into Chinese and bypass authentication and trial restrictions. The toolset implements binary patching and asset replacement to enable offline application access by skipping mandatory login processes. It specifically modifies internal application flags to unlock premium functionality across Windows, macOS, Linux, and Android platforms. The proje

    Applies custom translations and functional patches to applications across Windows, macOS, Linux, and Android.

    Python
    在 GitHub 上查看↗2,473
  1. Home
  2. Operating Systems & Systems Programming
  3. Cross-Platform Binary Modifications