2 个仓库
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 2 awesome GitHub repositories 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.
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
Implements the mechanism to insert and execute custom binary code within the kernel address space during startup.