4 repository-uri
Intercepting and modifying Android system methods in memory to change OS behavior.
Distinct from Android System Customization: Focuses on the mechanism of hooking system methods, whereas Android System Customization is the broader goal.
Explore 4 awesome GitHub repositories matching mobile development · System Hooking. Refine with filters or upvote what's useful.
LSPosed is an Android runtime hooking framework and in-memory code modifier. It functions as a system hooking tool that intercepts and modifies system and application methods in memory to change behavior without altering original installation files. The project provides a standardized interface through the Xposed Module API, allowing for the development of plugins that alter the behavior of the Android operating system and installed applications. The framework covers a range of capabilities including runtime function interception, Android system debugging, and application customization. Thes
Intercepts and modifies Android system methods in memory to change behavior without altering original files.
Elder driver Xposed Framework.
Injects custom code into system-level Android processes to change their behavior without modifying the original binaries.
Riru este un framework de injectare zygote pentru Android și un modificator de procese de sistem. Permite inserarea de cod personalizat în procesul zygote al Android, permițând execuția logicii în toate aplicațiile lansate și în serverul de sistem. Instrumentul oferă capabilități de mascare a memoriei pentru a ascunde string-uri și semnături de module de scanerele de memorie ale proceselor. Acest lucru este realizat prin convertirea segmentelor de memorie numite și a memoriei nucleu în pagini anonime, modificând layout-ul spațiului de adrese al procesului pentru a ofusca prezența modulelor injectate. Framework-ul acoperă, de asemenea, integrarea la nivel scăzut a sistemului, incluzând încărcarea dinamică a bibliotecilor și interceptarea funcțiilor interne ale serverului de sistem pentru a modifica comportamentul de bază al sistemului de operare.
Injects custom code into system-level Android processes to modify behavior without altering binaries.
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
Intercepts and modifies Android system methods in memory to change OS behavior without altering source files.