3 dépôts
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.
Elder driver Xposed Framework.
Intercepts and modifies method calls in running Android applications by hooking into the ART runtime with Xposed-compatible APIs.
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.
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.