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

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

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

3 个仓库

Awesome GitHub RepositoriesDex

Tools for creating compact binary diffs between Dex files by analyzing their internal structure.

Distinct from Patch Generators: Distinct from Patch Generators: specifically targets Android Dex files rather than general text-based patches.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Dex. Refine with filters or upvote what's useful.

Awesome Dex GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • meituan-dianping/robustMeituan-Dianping 的头像

    Meituan-Dianping/Robust

    4,455在 GitHub 上查看↗

    Robust 是一个 Android 热修复框架和运行时应用程序更新器,旨在修补生产环境中的错误。它作为一个字节码修补器和动态代码注入工具,允许在不进行完整应用更新或设备重启的情况下修改应用程序逻辑。 该项目通过将新类和方法注入现有构建并修改现有方法的实现,实现了 Android 缺陷的修复。它利用工具链生成二进制补丁文件,从而动态更新应用程序行为并引入变通方法。 该系统通过字节码重定向、类加载器隔离和运行时方法表修补来实现这些更新。它还结合了基于反射的 Hook 和动态字节码注入,以重定向运行中虚拟机内的执行流。

    Provides the capability to inject new classes and methods directly into Android executable DEX files at runtime.

    Javaandroiddynamicgradle
    在 GitHub 上查看↗4,455
  • wemobiledev/articleWeMobileDev 的头像

    WeMobileDev/article

    4,395在 GitHub 上查看↗

    This repository is a collection of technical knowledge and solutions focused on mobile application development, particularly for Android and iOS platforms. It covers a wide range of practical engineering challenges, including hotfix and patching techniques, database management and repair, network communication, logging, and video processing. The content is presented as shared knowledge, documenting real-world problems and their implementations. The project provides detailed guidance on applying hotfixes to running Android applications through multiple methods, such as class replacement, full

    Creates compact binary diffs between Dex files for hotfix patching on Android.

    在 GitHub 上查看↗4,395
  • crimera/pikocrimera 的头像

    crimera/piko

    2,716在 GitHub 上查看↗

    Piko is a collection of specialized Android utilities designed for binary patching, user interface customization, media downloading, and application debugging. It functions as an APK modification framework that alters application metadata and binary resources to modify internal logic and bypass version locks. The project differentiates itself through deep application modification capabilities, including bytecode-level instruction patching, DEX file manipulation, and a dynamic hooking engine. It enables the overriding of resource files and the injection of permissions via the application manif

    Alters Android executable bytecode to inject new functionality and modify app metadata before packaging.

    Javamorphemorphe-patches
    在 GitHub 上查看↗2,716
  1. Home
  2. Software Engineering & Architecture
  3. Code Patching Engines
  4. Patch Generators
  5. Dex

探索子标签

  • Bytecode InjectionInjecting new functional code and modifying metadata directly into Android executable DEX files. **Distinct from Dex:** Focuses on injecting new logic into DEX files rather than just creating binary diffs for patches.