awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Meituan-Dianping avatar

Meituan-Dianping/Robust

0
View on GitHub↗
4,455 stars·807 forks·Java·Apache-2.0·2 views

Robust

Robust is an Android hotfix framework and runtime application updater designed for patching bugs in production environments. It functions as a bytecode patcher and dynamic code injection tool, allowing for the modification of application logic without requiring a full app update or device reboot.

The project enables the remediation of Android defects by injecting new classes and methods into existing builds and modifying the implementations of existing methods. It utilizes a toolchain to generate binary patch files that update application behavior and introduce workarounds on the fly.

The system achieves these updates through bytecode redirection, class loader isolation, and runtime method table patching. It also incorporates reflection-based hooking and dynamic bytecode injection to redirect execution flow within the running virtual machine.

Features

  • Application Component Hotfixes - Delivers rapid binary hotfixes to specific application components to resolve bugs without requiring full app updates.
  • Application Bundle Patching - Implements mechanisms for applying binary patches to application bundles at runtime to resolve defects.
  • Dynamic Application Updates - Enables deploying dynamic updates to running Android applications to fix errors without interrupting the user experience.
  • Android Application Modifiers - Provides a framework for modifying Android application binaries to resolve production defects via bytecode injection.
  • Hotfix Runtime Updates - Allows modifying the behavior of installed Android apps using patch files to implement workarounds instantly.
  • Runtime Method Implementation Overrides - Allows changing the implementation of existing methods in a running application to resolve functional bugs.
  • Bytecode Injection - Provides the capability to inject new classes and methods directly into Android executable DEX files at runtime.
  • Runtime Code Injection - Provides mechanisms for injecting new classes and methods to update the live execution state of a running app.
  • Bytecode-Level Interceptors - Implements bytecode-level interceptors to replace original method implementations with patched versions at runtime.
  • Runtime Method Patching - Implements runtime method table patching to swap buggy code with corrected logic without restarting the application.
  • Reflection-Based Hooking - Utilizes Java reflection to modify internal class structures and redirect execution flow to fixed implementations.
  • Binary Patch Toolchains - Ships a toolchain that processes source code changes into optimized binary patch files for remote deployment.
  • Patch Generators - Includes utilities for automating the generation of patch files to streamline bug fix deployment.
  • Custom ClassLoader Isolation - Uses custom class loaders to isolate patch files, preventing naming collisions while maintaining access to original classes.
  • Android Utility Tools - High-compatibility hot-fix solution for Android bug patching.
  • Mobile Development Tools - Android hot-fix system for patching bugs without re-releasing.

Star history

Star history chart for meituan-dianping/robustStar history chart for meituan-dianping/robust

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does meituan-dianping/robust do?

Robust is an Android hotfix framework and runtime application updater designed for patching bugs in production environments. It functions as a bytecode patcher and dynamic code injection tool, allowing for the modification of application logic without requiring a full app update or device reboot.

What are the main features of meituan-dianping/robust?

The main features of meituan-dianping/robust are: Application Component Hotfixes, Application Bundle Patching, Dynamic Application Updates, Android Application Modifiers, Hotfix Runtime Updates, Runtime Method Implementation Overrides, Bytecode Injection, Runtime Code Injection.

What are some open-source alternatives to meituan-dianping/robust?

Open-source alternatives to meituan-dianping/robust include: alibaba/atlas — Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer… crimera/piko — Piko is a collection of specialized Android utilities designed for binary patching, user interface customization,… meituan-dianping/walle — Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed… tencent/tinker — Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime… morpheapp/microg-re — MicroG-RE is an Android app modifier and compatibility layer designed to patch mobile applications. It functions as a… biliroamingx/biliroamingx — BiliRoamingX is a collection of binary modifications and an application feature unlocker for a mobile client. It…

Open-source alternatives to Robust

Similar open-source projects, ranked by how many features they share with Robust.
  • alibaba/atlasalibaba avatar

    alibaba/atlas

    8,149View on GitHub↗

    Atlas is a modularization system and dynamic component framework for Android. It functions as a class isolation layer and incremental update engine, allowing application logic and resources to be decoupled into independent bundles that are loaded at runtime. The project distinguishes itself by providing physical bundle isolation through custom class loaders to prevent dependency conflicts and bypass method count limits. It enables the deployment of remote components and incremental patches, using bytecode diffs and resource patching to update specific application parts without requiring a ful

    Javaandroidatlasdynamic
    View on GitHub↗8,149
  • crimera/pikocrimera avatar

    crimera/piko

    2,716View on 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

    Javamorphemorphe-patches
    View on GitHub↗2,716
  • meituan-dianping/walleMeituan-Dianping avatar

    Meituan-Dianping/walle

    6,852View on GitHub↗

    Walle is a tooling system for automating the injection of distribution channel identifiers and metadata into signed Android application binaries. It functions as a command-line utility and build pipeline extension that reads and writes custom metadata directly into the Android application signing block. The tool specifically modifies the Android Signature V2 block to embed channel identifiers and key-value pairs without re-signing the binary. This approach enables the generation of multiple channel-specific application packages without requiring a full binary rebuild or repeated signing opera

    Javaandroidapk-signature-scheme-v2gradle
    View on GitHub↗6,852
  • tencent/tinkerTencent avatar

    Tencent/tinker

    17,644View on GitHub↗

    Tinker is an Android hotfix framework designed to update application code, resources, and native libraries at runtime without requiring a full reinstallation or store update. It provides a comprehensive engine for injecting runtime fixes and managing the software lifecycle of deployed mobile applications. The framework distinguishes itself through a robust binary patching system that generates compact difference files between application versions, significantly reducing bandwidth usage during distribution. To ensure operational stability, it incorporates a crash-resilient safe mode that autom

    Javaandroiddynamichotfix
    View on GitHub↗17,644
  • See all 30 alternatives to Robust→