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

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

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

bmax121/APatch

0
View on GitHub↗
7,103 نجوم·655 تفرعات·Kotlin·gpl-3.0·1 مشاهدة

APatch

APatch is a suite of utilities for Android designed to provide kernel-level root access, manage system modules, and inject custom code into the kernel. It functions as a root tool and system module loader that allows for administrative privileges and device customization.

The project distinguishes itself by injecting root capabilities directly into the kernel space to increase stealth and system-level authority. It utilizes a key-based authorization system to manage high-privilege access and prevent unauthorized administrative control of the device.

The system modifies operating system behavior through kernel code injection, using inline hooks and syscall table modifications. It also supports a modular extension model that enables the installation of binary modules to add functionality without altering the base system image.

Features

  • Kernel Root Management - Injects administrative root capabilities directly into the kernel space to bypass user-space restrictions.
  • Android Rooting Frameworks - Gains administrative privileges on Android by injecting root capabilities directly into the kernel.
  • Android Module Management - Manages the installation and loading of third-party extension modules for runtime kernel hooking.
  • Kernel Module Injectors - Inserts custom code into the kernel using inline and syscall table hooks to enable root access.
  • Inline Kernel Hooking - Implements inline hooks in kernel memory to detour execution and modify system behavior in real-time.
  • Kernel Code Injection - Inserts custom code into the kernel using inline and syscall table hooks to modify system behavior.
  • Kernel-Level Hooking - Modifies system behavior by inserting custom code into the kernel via inline hooks and syscall modifications.
  • Privilege Level Management - Manipulates kernel structures and permissions to escalate privileges and grant root access.
  • Syscall Table Hooking - Intercepts system call requests by modifying the kernel table to redirect execution flow.
  • Modular Extension Systems - Provides a mechanism to install and manage modular extensions that add functionality to the system.
  • Runtime Capability Extensions - Loads independent binary modules into the running kernel to extend system capabilities without altering the base image.
  • Android System Customization - Adds custom functionality to Android by loading system modules without modifying the original core image.
  • Cryptographic Authorization - Uses a cryptographic key system to authorize high-privilege administrative access to the device.
  • Device and Connection Authorization - Manages high-privilege device access through a secure cryptographic key authorization system.
  • Access Control and Authorization - Implements a secure key system to enforce administrative permissions and prevent unauthorized device control.
  • Privileged Access Management - Controls high-privilege administrative access to the device using a secure key-based authorization system.
  • أدوات المطور - Kernel-level root solution designed to bypass integrity detection.
  • Superuser Tools - Root management and patching tool.
  • System Modification - Kernel-based root solution for Android devices.

سجل النجوم

مخطط تاريخ النجوم لـ bmax121/apatchمخطط تاريخ النجوم لـ bmax121/apatch

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة bmax121/apatch؟

APatch is a suite of utilities for Android designed to provide kernel-level root access, manage system modules, and inject custom code into the kernel. It functions as a root tool and system module loader that allows for administrative privileges and device customization.

ما هي الميزات الرئيسية لـ bmax121/apatch؟

الميزات الرئيسية لـ bmax121/apatch هي: Kernel Root Management, Android Rooting Frameworks, Android Module Management, Kernel Module Injectors, Inline Kernel Hooking, Kernel Code Injection, Kernel-Level Hooking, Privilege Level Management.

ما هي البدائل مفتوحة المصدر لـ bmax121/apatch؟

تشمل البدائل مفتوحة المصدر لـ bmax121/apatch: tiann/kernelsu — KernelSU is a kernel-based root management framework for Android that provides administrative access to applications… topjohnwu/magisk — Magisk is an Android rooting framework designed to manage system-level modifications and grant administrative access… acidanthera/lilu — Lilu is a kernel patching engine and runtime code injection framework designed to modify kernel drivers and libraries… kernelsu-next/kernelsu-next — KernelSU-Next is a kernel-level framework designed to provide administrative privileges and granular access control on… dr-tsng/zygisknext — ZygiskNext is an Android rooting integration layer and system hooking framework. It functions as a code injector for… iii-hq/iii — iii is a distributed service orchestrator and event-driven workflow engine designed to compose and manage…

بدائل مفتوحة المصدر لـ APatch

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع APatch.
  • tiann/kernelsuالصورة الرمزية لـ tiann

    tiann/KernelSU

    15,041عرض على GitHub↗

    KernelSU is a kernel-based root management framework for Android that provides administrative access to applications by operating directly within the operating system kernel. By integrating management logic into the kernel source, it enables system-wide permission control through syscall interception and function patching. This approach allows for the enforcement of fine-grained mandatory access control, assigning custom security domains to root processes to restrict their capabilities and prevent unauthorized actions. The project distinguishes itself through a systemless modification archite

    Kotlinandroidkernelkernelsu
    عرض على GitHub↗15,041
  • topjohnwu/magiskالصورة الرمزية لـ topjohnwu

    topjohnwu/Magisk

    60,989عرض على GitHub↗

    Magisk is an Android rooting framework designed to manage system-level modifications and grant administrative access to mobile devices. It functions by patching boot and recovery images to inject custom code into the operating system initialization sequence, allowing for system-wide control while maintaining compatibility with the underlying hardware. The project distinguishes itself through a systemless modification layer that overlays a virtual file system on top of read-only partitions, enabling changes without altering core system files. It includes a policy daemon to manage security cont

    Kotlin
    عرض على GitHub↗60,989
  • acidanthera/liluالصورة الرمزية لـ acidanthera

    acidanthera/Lilu

    3,845عرض على GitHub↗

    Lilu is a kernel patching engine and runtime code injection framework designed to modify kernel drivers and libraries in memory. It functions as an operating system customization framework that intercepts function calls and redirects execution flow within the kernel to resolve hardware compatibility issues and adjust system stability. The project employs a modular platform that allows for the injection of code and the modification of system libraries during the boot process without altering files on disk. It utilizes a plugin-based extension architecture and a standardized API interface to lo

    C
    عرض على GitHub↗3,845
  • kernelsu-next/kernelsu-nextالصورة الرمزية لـ KernelSU-Next

    KernelSU-Next/KernelSU-Next

    3,803عرض على GitHub↗

    KernelSU-Next is a kernel-level framework designed to provide administrative privileges and granular access control on the Android operating system. By integrating directly into the kernel during the build process, the project enables superuser management and system-wide modifications through kernel-level patching and system call interception. The framework distinguishes itself by utilizing non-persistent file system overlays, which allow for system partition modifications and module injection without altering underlying read-only storage blocks. This approach facilitates dynamic functionalit

    Kotlinandroidkernelkernelsu
    عرض على GitHub↗3,803
  • عرض جميع البدائل الـ 30 لـ APatch→