awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesAndroid App Modifications

Tools and frameworks for altering the behavior, user interface, and functionality of existing Android applications at runtime.

Distinct from Android App Execution: Distinct from app execution or modularization; focuses on runtime patching and hooking of third-party apps rather than development architecture or deployment.

Explore 7 awesome GitHub repositories matching mobile development · Android App Modifications. Refine with filters or upvote what's useful.

Awesome Android App Modifications GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • lsposed/lsposedالصورة الرمزية لـ LSPosed

    LSPosed/LSPosed

    24,045عرض على GitHub↗

    LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool that intercepts and modifies system and application methods in memory to change behavior without altering original installation files. The project provides a standardized interface through the Xposed Module API, allowing for the development of plugins that alter the behavior of the Android operating system and installed applications. The framework covers a range of capabilities including runtime function interception, Android system debugging, and application customization. Thes

    Offers a framework for altering the behavior and functionality of existing Android applications at runtime.

    Javaandroidxposed
    عرض على GitHub↗24,045
  • rovo89/xposedالصورة الرمزية لـ rovo89

    rovo89/Xposed

    7,693عرض على GitHub↗

    Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the Android app process binary to intercept and modify the behavior of system and application processes at the binary level. The framework enables Android operating system customization by altering internal function calls and runtime execution flow. It achieves this through native process instrumentation, allowing for the modification of functionality without altering original application files. The tool covers several low-level capabilities, including native library injection and

    Utilizes a modified app_process binary to inject custom code into running processes.

    C++androidxposed
    عرض على GitHub↗7,693
  • jesusfreke/smaliالصورة الرمزية لـ JesusFreke

    JesusFreke/smali

    6,627عرض على GitHub↗

    Smali is a two-way binary translation toolset designed to convert Dalvik bytecode to human-readable assembly and back again. It provides a mechanism for the disassembly and assembly of executable files used in virtual machine environments. The project enables the modification of compiled Android application logic by transforming binary files into editable assembly and rebuilding them. It is used for reverse engineering, malware analysis, and the study of low-level instructions to identify program behavior or security flaws. The toolkit covers binary construction through smali code assembly a

    Enables the modification of compiled Android application logic by transforming binaries to editable assembly.

    Java
    عرض على GitHub↗6,627
  • morpheapp/morphe-patchesالصورة الرمزية لـ MorpheApp

    MorpheApp/morphe-patches

    2,550عرض على GitHub↗

    This project provides a collection of patches and modification sets for Android applications. It focuses on enhancing media consumption through the removal of advertisements and sponsored segments, while enabling deep customization of application interfaces and internal behaviors. The project employs system-level modifications, including binary hooking, bytecode manipulation, and dynamic memory patching, to override default application restrictions. These capabilities allow for the restoration of push notifications via signature spoofing, the suppression of screenshot alerts, and the automati

    Provides a framework for altering the behavior, user interface, and functionality of existing Android applications at runtime.

    Java
    عرض على GitHub↗2,550
  • xposed-modules-repo/top.hookvip.proالصورة الرمزية لـ Xposed-Modules-Repo

    Xposed-Modules-Repo/top.hookvip.pro

    2,795عرض على GitHub↗

    This project is an Xposed Framework module and runtime code injector designed to modify Android application behavior. It functions as an app modifier and feature unlock tool that enables the injection of custom code and the bypassing of subscription restrictions and payment walls to grant access to premium capabilities. The system extends application user interfaces by embedding functional toggles and custom control menus directly into the settings and user pages of target apps. It allows for the injection of additional tools and enhancements through a dedicated configuration menu. The techn

    Injecting custom features and enhancing user interfaces in existing Android applications using the Xposed framework.

    androidhookvipxposed-module
    عرض على GitHub↗2,795
  • crimera/pikoالصورة الرمزية لـ crimera

    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

    Provides a framework for altering the behavior, user interface, and functionality of existing Android applications.

    Javamorphemorphe-patches
    عرض على GitHub↗2,716
  • shatyuka/zhiliaoالصورة الرمزية لـ shatyuka

    shatyuka/Zhiliao

    2,712عرض على GitHub↗

    Zhiliao is an Xposed Android app module designed to modify the behavior and interface of the Zhihu mobile application. It functions as a runtime modification tool that uses hook injection to alter application elements and logic. The project provides system-level ad blocking to remove promotional content from feeds, search results, comments, and startup screens. It includes a rule-based content filtering engine that uses keywords and regular expressions to hide specific post types, such as videos and articles, or social features. The module offers interface customization and navigation enhanc

    Functions as a runtime modification tool that uses the Xposed framework to alter app behavior and interface elements.

    Javaxposedzhihuzhiliao
    عرض على GitHub↗2,712
  1. Home
  2. Mobile Development
  3. Android App Modifications

استكشف الوسوم الفرعية

  • Binary Process ModificationsModifying the system's process-spawning binary to enable runtime code injection. **Distinct from Android App Modifications:** Specifically targets the app_process binary for injection, not general app-level behavior or UI modification.