4 repositorios
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.
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.
Elder driver Xposed Framework.
Provides the core ART method hooking engine that replaces entry points to modify app and system behavior at runtime.
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.
XposedInstaller es una herramienta de hooking del sistema Android diseñada para desplegar el framework de modificación Xposed en un dispositivo. Sirve como una utilidad de modificación de Android con acceso root que permite la interceptación y modificación de métodos del sistema Android y de aplicaciones para cambiar el comportamiento nativo del sistema operativo. La herramienta gestiona la instalación del framework para permitir hooks profundos a nivel de sistema y la personalización del comportamiento del dispositivo. Automatiza el despliegue del software necesario para alterar cómo funcionan el sistema operativo Android y sus aplicaciones instaladas. El proceso de instalación implica escribir binarios del framework en la partición protegida del sistema, parchear la imagen de arranque del kernel y utilizar un mecanismo de inyección zygote. Estas operaciones se manejan a través de una interfaz gráfica y la automatización de comandos de shell privilegiados.
Acts as a utility to install software that intercepts and modifies Android system and application methods at runtime.