Elder driver Xposed Framework.
Principalele funcționalități ale elderdrivers/edxposed sunt: ART Method Hooking Frameworks, ART Runtime Hook Engines, Zygote Fork Path Hooks, Zygote Injection Frameworks, System Server Injections, Zygote Fork Path Interceptions, ART Runtime Method Hooking Tools, ART Method Hooking Tools.
Alternativele open-source pentru elderdrivers/edxposed includ: rikkaapps/riru — Riru is an Android zygote injection framework and system process modifier. It allows for the insertion of custom code… tiann/epic — Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It… rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… mywalkb/lsposed_mod — LSPosed_mod is a system for Android system hooking and module management. It enables the installation and… dr-tsng/zygisknext — ZygiskNext is an Android rooting integration layer and system hooking framework. It functions as a code injector for… performanc/rezygisk — ReZygisk is an Android root module framework and Zygote process injector. It functions as a native hooking engine and…
Riru is an Android zygote injection framework and system process modifier. It allows for the insertion of custom code into the Android zygote process, enabling the execution of logic within all spawned applications and the system server. The tool provides memory masking capabilities to hide strings and module signatures from process memory scanners. This is achieved by converting named memory segments and core memory into anonymous pages, modifying the process address space layout to obfuscate the presence of injected modules. The framework also covers low-level system integration, including
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
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,
LSPosed_mod is a system for Android system hooking and module management. It enables the installation and configuration of system-level modifications to change device behavior without altering the original system image or source files. The project utilizes zygote-based process injection and runtime method hooking to intercept execution flows in memory. It includes a version-agnostic execution layer to maintain a consistent interface across different Android operating system versions and environments, as well as dynamic proxy interception to modify method arguments and return values. Manageme