awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • zbezj/heu_kms_activatorالصورة الرمزية لـ zbezj

    zbezj/HEU_KMS_Activator

    41,965عرض على GitHub↗

    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.

    عرض على GitHub↗41,965
  • rikkaapps/shizukuالصورة الرمزية لـ RikkaApps

    RikkaApps/Shizuku

    26,413عرض على GitHub↗

    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
    عرض على GitHub↗26,413
  • lsposed/lsposedالصورة الرمزية لـ LSPosed

    LSPosed/LSPosed

    24,045عرض على 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

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

    Javaandroidxposed
    عرض على GitHub↗24,045
  1. Home
  2. Security & Cryptography
  3. System Hooking Frameworks