awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesSystem Hooking Frameworks

Libraries and tools for intercepting and redirecting function calls between applications and system libraries.

Distinguishing note: Focuses on dynamic redirection of system library requests rather than static binary modification.

Explore 3 awesome GitHub repositories matching security & cryptography · System Hooking Frameworks. Refine with filters or upvote what's useful.

Awesome System Hooking Frameworks GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zbezj/heu_kms_activatorAvatar von zbezj

    zbezj/HEU_KMS_Activator

    41,965Auf GitHub ansehen↗

    HEUKMSActivator is a software license management tool designed to automate the registration and validation of product keys for operating systems and productivity software suites. It functions as a system configuration manager, modifying registry settings and service states to align software licensing status with specific deployment requirements. The utility distinguishes itself through low-level system manipulation, including the injection of signed drivers into memory to intercept license verification routines. It employs memory patching to bypass security checks without altering files on

    Redirects internal function calls by intercepting system library requests to force acceptance of unauthorized credentials.

    Auf GitHub ansehen↗41,965
  • rikkaapps/shizukuAvatar von RikkaApps

    RikkaApps/Shizuku

    26,413Auf GitHub ansehen↗

    Shizuku is a framework that enables standard mobile applications to interact with restricted system-level interfaces and services. By acting as a bridge between the user space and protected system functions, it allows applications to perform privileged operations that are typically inaccessible due to standard operating system sandbox limitations. The project functions by routing requests through a persistent background service, which facilitates communication with internal system services and remote interfaces. This architecture allows for the execution of system-level tasks and the manageme

    Intercepts and redirects calls to internal system interfaces by injecting a proxy layer.

    Kotlin
    Auf GitHub ansehen↗26,413
  • lsposed/lsposedAvatar von LSPosed

    LSPosed/LSPosed

    24,045Auf GitHub ansehen↗

    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

    Functions as a framework for intercepting and redirecting function calls between Android applications and system libraries.

    Javaandroidxposed
    Auf GitHub ansehen↗24,045
  1. Home
  2. Security & Cryptography
  3. System Hooking Frameworks