1 repository
The act of injecting and altering code within existing kernel extensions.
Distinct from Kernel Extensions: Focuses on modifying existing extensions rather than the general implementation or loading of extensions.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Extension Patching. Refine with filters or upvote what's useful.
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
Provides the capability to inject and alter code within kernel extensions to change behavior without modifying disk files.