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

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

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

1 个仓库

Awesome GitHub RepositoriesHot Patching Engines

Systems designed to apply live updates to running application logic without restarts.

Distinct from Android Binary Patching Engines: Focuses on the engine for runtime hot-patching rather than static binary patching utilities.

Explore 1 awesome GitHub repository matching mobile development · Hot Patching Engines. Refine with filters or upvote what's useful.

Awesome Hot Patching Engines GitHub Repositories

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

    alibaba/dexposed

    4,508在 GitHub 上查看↗

    Dexposed 是一套专为 Android 设备上的动态补丁、框架拦截和代码插桩设计的运行时工具和引擎。它作为一个 Hook 框架和插桩工具,用于将自定义代码加载到正在运行的进程中,从而在不修改原始字节码的情况下改变逻辑。 该项目支持拦截和修改 Android 应用程序和系统框架内的方法行为。它特别提供了通过覆盖框架调用和在不重启的情况下对活动进程应用热补丁来绕过操作系统限制的功能。 该工具集涵盖了广泛的插桩功能,包括拦截方法执行、重定向超级方法调用以及通过运行时拦截监控系统级行为。

    Provides a system for applying hot patches to running Android applications to change behavior dynamically.

    Java
    在 GitHub 上查看↗4,508
  1. Home
  2. Mobile Development
  3. Android Binary Patching Engines
  4. Hot Patching Engines