awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ElderDrivers avatar

ElderDrivers/EdXposed

0
View on GitHub↗
5,658 stele·651 fork-uri·Java·GPL-3.0·10 vizualizăriedxp.meowcat.org↗

EdXposed

Elder driver Xposed Framework.

Features

  • ART Method Hooking Frameworks - Provides a framework that intercepts and modifies method calls in the Android Runtime (ART) without altering application binaries.
  • ART Runtime Hook Engines - Provides the core ART method hooking engine that replaces entry points to modify app and system behavior at runtime.
  • Zygote Fork Path Hooks - Intercepts the Zygote fork process to gain early code execution in newly spawned Android processes.
  • Zygote Injection Frameworks - Hooks the Zygote fork path to gain early code execution in newly spawned Android processes for system-level injection.
  • System Server Injections - Injects the framework into the system_server process by hooking the Zygote fork path for system-level modification.
  • Zygote Fork Path Interceptions - Intercepts the Zygote fork process to gain early code execution in newly spawned Android processes for system-level injection.
  • ART Runtime Method Hooking Tools - Intercepts and modifies method calls in running Android applications by hooking into the ART runtime with Xposed-compatible APIs.
  • ART Method Hooking Tools - Intercepts and modifies method calls in the Android Runtime (ART) to alter app or system behavior without changing source code.
  • System Process Hooks - Injects custom code into system-level Android processes to change their behavior without modifying the original binaries.
  • ART-Compatible Xposed Frameworks - Delivers an Xposed-compatible framework that hooks ART methods to modify app and system behavior without altering binaries.
  • Riru-Based Module Loaders - Uses the Riru framework to inject Xposed modules into target Android processes for runtime code execution.
  • Xposed API Compatible Interfaces - Matches the original Xposed framework's programming interface so existing modules work without source modification.
  • Xposed API Compatible Loaders - Provides an Xposed API compatibility layer so existing modules run on modern Android without source changes.
  • Xposed Framework Compatible Implementations - Runs existing Xposed modules on modern Android versions by matching the original framework's programming interface and callback signatures.
  • System Process Modifications - Injects custom code into system-level Android processes to change their behavior without modifying binaries.
  • Xposed - Implements the original Xposed framework's Java interfaces and callback signatures for existing module compatibility.
  • ART Trampoline Hook Engines - Provides the trampoline-based hooking engine specifically for ART method entry point replacement.
  • Android System Process Injections - Injects custom code into Android system-level processes to modify their behavior without altering system binaries.
  • Android System Process Injectors - Implements system process injection by hooking the Zygote fork path to modify system-level behaviors.
  • Riru-Based Native Injections - Loads into target processes through the Riru framework's native library injection mechanism for Android runtime code execution.
  • ART Runtime Manipulations - Hooks into the Android Runtime (ART) to replace or extend method implementations at runtime using native C/C++ components.
  • Riru-Based - Ships a Riru-based module loader that injects Xposed modules into Android processes for runtime modification.
  • ART Method Hijacking Engines - Intercepts and replaces any method in the Android runtime to change how an app behaves while it runs.
  • ART Method Hooking Engines - Provides the core engine for intercepting and redirecting ART method calls via trampoline-based entry point replacement.
  • ART Runtime Method Hooking Engines - Implements the core mechanism for intercepting and modifying ART method calls via entry point replacement.
  • ART - Ships a native C/C++ component that bridges Java-level callbacks with low-level ART runtime manipulation.
  • Android Instrumentation Tools - Modern Xposed framework implementation for Android.

Istoric stele

Graficul istoricului de stele pentru elderdrivers/edxposedGraficul istoricului de stele pentru elderdrivers/edxposed

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Întrebări frecvente

Ce face elderdrivers/edxposed?

Elder driver Xposed Framework.

Care sunt principalele funcționalități ale elderdrivers/edxposed?

Principalele funcționalități ale elderdrivers/edxposed sunt: ART Method Hooking Frameworks, ART Runtime Hook Engines, Zygote Fork Path Hooks, Zygote Injection Frameworks, System Server Injections, Zygote Fork Path Interceptions, ART Runtime Method Hooking Tools, ART Method Hooking Tools.

Care sunt câteva alternative open-source pentru elderdrivers/edxposed?

Alternativele open-source pentru elderdrivers/edxposed includ: rikkaapps/riru — Riru is an Android zygote injection framework and system process modifier. It allows for the insertion of custom code… tiann/epic — Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It… rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… 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… performanc/rezygisk — ReZygisk is an Android root module framework and Zygote process injector. It functions as a native hooking engine and…

Alternative open-source pentru EdXposed

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu EdXposed.
  • rikkaapps/riruAvatar RikkaApps

    RikkaApps/Riru

    5,139Vezi pe GitHub↗

    Riru is an Android zygote injection framework and system process modifier. It allows for the insertion of custom code into the Android zygote process, enabling the execution of logic within all spawned applications and the system server. The tool provides memory masking capabilities to hide strings and module signatures from process memory scanners. This is achieved by converting named memory segments and core memory into anonymous pages, modifying the process address space layout to obfuscate the presence of injected modules. The framework also covers low-level system integration, including

    C++androidriru
    Vezi pe GitHub↗5,139
  • tiann/epicAvatar tiann

    tiann/epic

    4,547Vezi pe 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
    Vezi pe GitHub↗4,547
  • rovo89/xposedbridgeAvatar rovo89

    rovo89/XposedBridge

    4,067Vezi pe 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
    Vezi pe GitHub↗4,067
  • mywalkb/lsposed_modAvatar mywalkb

    mywalkb/LSPosed_mod

    4,325Vezi pe 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
    Vezi pe GitHub↗4,325
  • Vezi toate cele 20 alternative pentru EdXposed→