awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • elderdrivers/edxposedAvatar de ElderDrivers

    ElderDrivers/EdXposed

    5,658Ver en 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
    Ver en GitHub↗5,658
  • tiann/epicAvatar de tiann

    tiann/epic

    4,547Ver en GitHub↗

    Epic es un kit de herramientas para instrumentación de runtime de Android, interceptación de métodos y auditoría de postura de seguridad. Funciona como un framework de programación orientada a aspectos y un interceptor de métodos dinámico diseñado para monitorear y alterar el comportamiento de métodos Java dentro del Android Runtime. El proyecto proporciona capacidades para interceptar y modificar tanto componentes del framework central de Android como lógica de aplicación específica. Esto permite la inyección de comportamiento Java personalizado y la redirección de la ejecución de métodos sin alterar el código fuente original. El framework incluye herramientas para la auditoría de seguridad de aplicaciones, que implican el escaneo de shells embebidos y el monitoreo del uso de APIs sensibles del sistema. Estas características de observabilidad permiten el análisis del flujo de datos y la verificación de posturas de seguridad durante la ejecución en tiempo real.

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

    Javaandroidaopart
    Ver en GitHub↗4,547
  • rovo89/xposedbridgeAvatar de rovo89

    rovo89/XposedBridge

    4,067Ver en 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
    Ver en GitHub↗4,067
  1. Home
  2. Mobile Development
  3. Android Hooking Frameworks
  4. ART Runtime Method Hooking Tools