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
·

3 dépôts

Awesome GitHub RepositoriesART Runtime Method Hooking Tools

Tools that intercept and modify method calls in a running Android application by hooking into the ART runtime.

Distinct from Android Hooking Frameworks: Distinct from Android Hooking Frameworks: specifically targets the ART runtime with Xposed-compatible APIs, not general Java/native layer hooking.

Explore 3 awesome GitHub repositories matching mobile development · ART Runtime Method Hooking Tools. Refine with filters or upvote what's useful.

Awesome ART Runtime Method Hooking Tools 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.
  • elderdrivers/edxposedAvatar de ElderDrivers

    ElderDrivers/EdXposed

    5,658Voir sur GitHub↗

    Elder driver Xposed Framework.

    Intercepts and modifies method calls in running Android applications by hooking into the ART runtime with Xposed-compatible APIs.

    Javaandroidandroid-frameworkandroid-pie
    Voir sur GitHub↗5,658
  • tiann/epicAvatar de tiann

    tiann/epic

    4,547Voir sur 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

    Provides a specialized framework for hooking into the Android Runtime (ART) to intercept and modify method calls.

    Javaandroidaopart
    Voir sur GitHub↗4,547
  • 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,

    Intercepts and modifies method calls within the Android Runtime (ART) to alter application and system behavior.

    JavaScriptandroidxposed
    Voir sur GitHub↗4,067
  1. Home
  2. Mobile Development
  3. Android Hooking Frameworks
  4. ART Runtime Method Hooking Tools