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
·

4 dépôts

Awesome GitHub RepositoriesAndroid Runtime Hooking Tools

Tools designed to intercept and modify the behavior of Android applications at runtime.

Distinct from Android Runtime API Hooking: None of the candidates describe the general tool category for runtime interceptors specifically for Android apps.

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

Awesome Android Runtime 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.
  • lsposed/lspatchAvatar de LSPosed

    LSPosed/LSPatch

    9,196Voir sur GitHub↗

    LSPatch is an Android runtime hooking tool and non-root app patcher. It provides a non-root implementation of the Xposed framework, allowing for the modification of Android application behavior without requiring administrative system access. The project enables the integration of Xposed modules into specific applications by embedding the necessary API components directly into the application package. This allows for application sandbox customization and the execution of framework modules on standard devices. The framework achieves these modifications through dex-based method hooking, dynamic

    Provides a mechanism for intercepting and modifying Android application behavior via runtime code injection.

    Java
    Voir sur GitHub↗9,196
  • elderdrivers/edxposedAvatar de ElderDrivers

    ElderDrivers/EdXposed

    5,658Voir sur GitHub↗

    Elder driver Xposed Framework.

    Provides the core ART method hooking engine that replaces entry points to modify app and system behavior at runtime.

    Javaandroidandroid-frameworkandroid-pie
    Voir sur GitHub↗5,658
  • 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,

    Provides a framework for observing and manipulating method execution flows in live Android environments.

    JavaScriptandroidxposed
    Voir sur GitHub↗4,067
  • rovo89/xposedinstallerAvatar de rovo89

    rovo89/XposedInstaller

    3,973Voir sur GitHub↗

    XposedInstaller est un outil de hooking système Android conçu pour déployer le framework de modification Xposed sur un appareil. Il sert d'utilitaire de modification Android rooté qui permet l'interception et la modification des méthodes du système Android et des applications pour changer le comportement natif du système d'exploitation. L'outil gère l'installation du framework pour permettre des hooks profonds au niveau du système et la personnalisation du comportement de l'appareil. Il automatise le déploiement du logiciel nécessaire pour altérer le fonctionnement du système d'exploitation Android et de ses applications installées. Le processus d'installation implique l'écriture de binaires du framework sur la partition système protégée, le patch de l'image de démarrage du noyau et l'utilisation d'un mécanisme d'injection zygote. Ces opérations sont gérées via une interface graphique et l'automatisation de commandes shell privilégiées.

    Acts as a utility to install software that intercepts and modifies Android system and application methods at runtime.

    Javaandroidxposed
    Voir sur GitHub↗3,973
  1. Home
  2. Mobile Development
  3. Android Runtime Hooking Tools

Explorer les sous-tags

  • ART Method Hooking ToolsTools for intercepting and modifying method calls in the Android Runtime (ART) to alter app or system behavior without changing source code. **Distinct from Android Runtime Hooking Tools:** Distinct from Android Runtime Hooking Tools: specifically focuses on ART method hooking, not general Android runtime behavior modification.
  • ART Runtime Hook EnginesEngines that hook methods in the Android Runtime (ART) to replace or extend app and system behavior at runtime. **Distinct from Android Runtime Hooking Tools:** Distinct from Android Runtime Hooking Tools: focuses on the engine identity and architecture for ART method hooking, not the general category of tools for intercepting Android app behavior.