4 dépôts
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 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.