awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesAndroid Application Modding

Tools for unlocking premium features and altering internal logic of existing Android apps.

Distinct from Android Development: None of the candidates cover the actual 'modding' of installed apps; they focus on debloating or development.

Explore 6 awesome GitHub repositories matching mobile development · Android Application Modding. Refine with filters or upvote what's useful.

Awesome Android Application Modding GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • ibotpeaches/apktoolAvatar de iBotPeaches

    iBotPeaches/Apktool

    24,788Voir sur GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Enables modifying an application's resources or logic and rebuilding it into a functional binary.

    Java
    Voir sur GitHub↗24,788
  • jingmatrix/lsposedAvatar de JingMatrix

    JingMatrix/LSPosed

    11,494Voir sur GitHub↗

    LSPosed is an Android runtime hooking framework and system modification tool. It enables the modification of application and system behavior in memory without altering original installation files, serving as a platform for distributing and managing community-created extension modules. The project provides a comprehensive suite for device and identity spoofing, including the ability to mask hardware identifiers, simulate geographic locations, and conceal root access or hooking frameworks to bypass security and integrity checks. It also functions as an application modder to unlock premium featu

    Acts as a utility to unlock premium features, remove advertisements, and change internal logic within specific apps.

    Javaandroidarthooklsposed
    Voir sur GitHub↗11,494
  • lsposed/lspatchAvatar de LSPosed

    LSPosed/LSPatch

    9,196Voir sur GitHub↗

    LSPatch is an Android runtime hooking tool and non-root app patcher. It provides a non-root implementation of the Xposed framework, allowing for the modification of Android application behavior without requiring administrative system access. The project enables the integration of Xposed modules into specific applications by embedding the necessary API components directly into the application package. This allows for application sandbox customization and the execution of framework modules on standard devices. The framework achieves these modifications through dex-based method hooking, dynamic

    Provides tools for modifying the behavior of existing Android applications by embedding custom API components.

    Java
    Voir sur GitHub↗9,196
  • aliucord/aliucordAvatar de Aliucord

    Aliucord/Aliucord

    4,759Voir sur GitHub↗

    Aliucord est une version modifiée de l'application Discord Android qui fonctionne comme un extenseur d'application basé sur des plugins. Il permet l'installation de plugins tiers et une personnalisation poussée du client mobile sans nécessiter une reconstruction complète du binaire. Le projet fournit un framework pour charger des modules de code externes au moment de l'exécution et inclut un système de gestion pour installer et mettre à jour ces extensions. Il dispose d'un bloqueur de télémétrie dédié conçu pour empêcher l'application d'envoyer des données de suivi et d'analyse à des serveurs distants. Des capacités supplémentaires incluent un système de journalisation des crashs qui capture les données d'erreur lors des défaillances de l'application pour aider au dépannage et aux diagnostics.

    Enables the installation and update of third-party extensions for a mobile application without manual rebuilding.

    Kotlinandroiddiscordjava
    Voir sur GitHub↗4,759
  • rovo89/xposedbridgeAvatar de rovo89

    rovo89/XposedBridge

    4,067Voir sur GitHub↗

    XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,

    Enables altering the internal logic of Android apps to add features or remove restrictions without modifying the original APK.

    JavaScriptandroidxposed
    Voir sur GitHub↗4,067
  • biliroamingx/biliroamingxAvatar de BiliRoamingX

    BiliRoamingX/BiliRoamingX

    3,669Voir sur GitHub↗

    BiliRoamingX is a collection of binary modifications and an application feature unlocker for a mobile client. It functions as a set of patches designed to unlock hidden features, remove regional restrictions, and modify the behavior and appearance of the application. The project utilizes a customization framework to remove unwanted page elements and adjust interface scales. It includes a media playback optimizer that forces default high resolutions and enables custom playback speeds for video streams. The modification suite covers regional restriction bypasses, content feed filtering, and su

    Provides a set of binary modifications that unlock hidden features and remove regional restrictions.

    Kotlinandroidbilibilirevanced
    Voir sur GitHub↗3,669
  1. Home
  2. Mobile Development
  3. Android Application Modding