1 مستودع
The capability to insert and execute custom binary code within the kernel's address space.
Distinct from Kernel-Level Code Execution: Candidates describe offensive implants or specific event hooks; this is about the general mechanism of system modification.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Code Injection. Refine with filters or upvote what's useful.
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 behav
Inserts custom code into the kernel using inline and syscall table hooks to modify system behavior.