awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesSystem Hooking

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.

Awesome System Hooking GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lsposed/lsposedAvatar LSPosed

    LSPosed/LSPosed

    24,045Vezi pe GitHub↗

    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.

    Javaandroidxposed
    Vezi pe GitHub↗24,045
  • elderdrivers/edxposedAvatar ElderDrivers

    ElderDrivers/EdXposed

    5,658Vezi pe GitHub↗

    Elder driver Xposed Framework.

    Injects custom code into system-level Android processes to change their behavior without modifying the original binaries.

    Javaandroidandroid-frameworkandroid-pie
    Vezi pe GitHub↗5,658
  • rikkaapps/riruAvatar RikkaApps

    RikkaApps/Riru

    5,139Vezi pe GitHub↗

    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.

    C++androidriru
    Vezi pe GitHub↗5,139
  • mywalkb/lsposed_modAvatar mywalkb

    mywalkb/LSPosed_mod

    4,325Vezi pe GitHub↗

    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.

    Java
    Vezi pe GitHub↗4,325
  1. Home
  2. Mobile Development
  3. System Hooking

Explorează sub-etichetele

  • System Process HooksHooks that inject custom code into system-level Android processes to change their behavior without modifying original binaries. **Distinct from System Hooking:** Distinct from System Hooking: specifically targets system-level processes for injection, not general Android system method interception.