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

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

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

rovo89/XposedArchived

0
View on GitHub↗
7,693 نجوم·1,481 تفرعات·C++·4 مشاهدات

Xposed

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 zygote-based hooking to apply modifications to child processes. It utilizes binary-level process modification and dynamic method interception to redirect execution flow from system functions to custom handlers.

Features

  • Android Hooking Frameworks - Provides a native framework for intercepting and modifying the behavior of Android system and application processes.
  • Runtime Process Interception - Hooks into the lowest level of the Android runtime to modify behavior across system and user applications.
  • Zygote Injection Frameworks - Intercepts the Zygote process spawning mechanism to apply modifications to all subsequent child processes.
  • Android System Customization - Implements deep system-level changes and feature additions to the Android OS via native process hooks.
  • Application Binary Modifications - Modifies the Android app_process binary to force the loading of custom native libraries during system startup.
  • Native Library Injections - Inserts shared objects into process memory to intercept function calls before application code executes.
  • Runtime Execution Modifications - Alters the execution flow of the Android runtime by replacing the standard app_process binary.
  • Dynamic Process Instrumentation - Injects custom code into running Android processes to change functionality without altering original application files.
  • Native Runtime Instrumentation - Provides low-level runtime instrumentation of the Android operating system to alter internal function calls.
  • Dynamic Function Interception - Redirects execution flow from original system functions to custom handlers using native memory manipulation.
  • Binary Process Modifications - Utilizes a modified app_process binary to inject custom code into running processes.

سجل النجوم

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

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

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

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

Start searching with AI

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

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

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.

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

الميزات الرئيسية لـ rovo89/xposed هي: Android Hooking Frameworks, Runtime Process Interception, Zygote Injection Frameworks, Android System Customization, Application Binary Modifications, Native Library Injections, Runtime Execution Modifications, Dynamic Process Instrumentation.

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

تشمل البدائل مفتوحة المصدر لـ rovo89/xposed: rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… 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… dr-tsng/zygisknext — ZygiskNext is an Android rooting integration layer and system hooking framework. It functions as a code injector for… r0ysue/r0capture — r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor,… lsposed/lsposed — LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool…

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Xposed.
  • rovo89/xposedbridgeالصورة الرمزية لـ rovo89

    rovo89/XposedBridge

    4,067عرض على 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,

    JavaScriptandroidxposed
    عرض على GitHub↗4,067
  • 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
  • dr-tsng/zygisknextالصورة الرمزية لـ Dr-TSNG

    Dr-TSNG/ZygiskNext

    8,605عرض على GitHub↗

    ZygiskNext is an Android rooting integration layer and system hooking framework. It functions as a code injector for the Android Zygote process, allowing for the modification of system behavior across various rooting environments and superuser managers. The project provides a specialized API to intercept and modify low-level system calls. This enables the injection of custom code into the base process that spawns applications, facilitating deep Android system customization and rooted development. The framework utilizes dynamic library loading, hook-based runtime modification, and Java Native

    androidkernelsumagisk
    عرض على GitHub↗8,605
عرض جميع البدائل الـ 30 لـ Xposed→