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

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

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

rovo89/XposedBridgeArchived

0
View on GitHub↗
4,067 نجوم·1,135 تفرعات·JavaScript·4 مشاهدات

XposedBridge

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, allowing for the observation and manipulation of method execution flows. Its capabilities cover Android application modding, including the ability to alter internal logic without modifying original APK files.

Features

  • Zygote Injection Frameworks - Injects framework logic into the Android zygote process to ensure all spawned applications inherit system modifications.
  • Android Hooking Frameworks - Provides a toolkit for intercepting Java and native layer functions to modify Android system and application behavior.
  • ART Runtime Method Hooking Tools - Intercepts and modifies method calls within the Android Runtime (ART) to alter application and system behavior.
  • Internal API Access - Enables access and manipulation of internal Android system classes and methods not available in the public SDK.
  • Android System Customization - Uses Java reflection and method proxying to change internal Android OS behavior and system processes.
  • Dynamic Process Instrumentation - Injects custom code into running Android processes to alter functionality without modifying original files.
  • Reflection-Based Access - Uses runtime type inspection to access and modify private internal system members restricted by the public SDK.
  • Runtime Bytecode Instrumentation - Performs dynamic modification of compiled bytecode during execution to inject custom logic without altering disk images.
  • Method Interception Proxies - Provides dynamic proxy systems that intercept method calls to inject custom behavior without altering original source code.
  • Argument & Return Manipulation - Allows external modules to control execution by manipulating method arguments and return values at runtime.
  • Runtime Method Hooking - Implements runtime interception and modification of function calls in active Android processes to alter system behavior.
  • Android Application Modding - Enables altering the internal logic of Android apps to add features or remove restrictions without modifying the original APK.
  • Android Runtime Hooking Tools - Provides a framework for observing and manipulating method execution flows in live Android environments.
  • Framework-Native Bridges - Provides communication channels to exchange data between low-level native memory and high-level Java objects.
  • Native-to-Java Bridges - Facilitates communication between low-level system memory modifications and high-level Java object manipulation.
  • Android Runtime - Supports observing and manipulating method execution flows in a live Android environment for research and debugging.

سجل النجوم

مخطط تاريخ النجوم لـ rovo89/xposedbridgeمخطط تاريخ النجوم لـ rovo89/xposedbridge

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة rovo89/xposedbridge؟

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.

ما هي الميزات الرئيسية لـ rovo89/xposedbridge؟

الميزات الرئيسية لـ rovo89/xposedbridge هي: Zygote Injection Frameworks, Android Hooking Frameworks, ART Runtime Method Hooking Tools, Internal API Access, Android System Customization, Dynamic Process Instrumentation, Reflection-Based Access, Runtime Bytecode Instrumentation.

ما هي البدائل مفتوحة المصدر لـ rovo89/xposedbridge؟

تشمل البدائل مفتوحة المصدر لـ rovo89/xposedbridge: rovo89/xposed — Xposed is a native Android runtime hooking framework and instrumentation tool. It provides a modified version of the… tiann/epic — Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It… alibaba/dexposed — Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code… mywalkb/lsposed_mod — LSPosed_mod is a system for Android system hooking and module management. It enables the installation and… aliucord/aliucord — Aliucord is a modified version of the Discord Android application that functions as a plugin-based app extender. It… fuzion24/justtrustme — JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary…

بدائل مفتوحة المصدر لـ XposedBridge

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع XposedBridge.
  • 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

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

    tiann/epic

    4,547عرض على GitHub↗

    Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It functions as an aspect-oriented programming framework and a dynamic method interceptor designed to monitor and alter the behavior of Java methods within the Android Runtime. The project provides capabilities for intercepting and modifying both core Android framework components and specific application logic. This allows for the injection of custom Java behavior and the redirection of method execution without altering the original source code. The framework includes tools for applicat

    Javaandroidaopart
    عرض على GitHub↗4,547
  • alibaba/dexposedالصورة الرمزية لـ alibaba

    alibaba/dexposed

    4,508عرض على GitHub↗

    Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code instrumentation on Android devices. It functions as a hooking framework and instrumentation tool used to load custom code into running processes to alter logic without modifying the original bytecode. The project enables the interception and modification of method behavior within both Android applications and the system framework. It specifically provides capabilities for bypassing operating system limitations by overriding framework calls and applying hot patches to live processes w

    Java
    عرض على GitHub↗4,508
  • mywalkb/lsposed_modالصورة الرمزية لـ mywalkb

    mywalkb/LSPosed_mod

    4,325عرض على GitHub↗

    LSPosed_mod is a system for Android system hooking and module management. It enables the installation and configuration of system-level modifications to change device behavior without altering the original system image or source files. The project utilizes zygote-based process injection and runtime method hooking to intercept execution flows in memory. It includes a version-agnostic execution layer to maintain a consistent interface across different Android operating system versions and environments, as well as dynamic proxy interception to modify method arguments and return values. Manageme

    Java
    عرض على GitHub↗4,325
عرض جميع البدائل الـ 30 لـ XposedBridge→