1 repositorio
Modifications to system libraries and processes in memory to adjust operational behavior.
Distinct from System Library Compatibility: Focuses on in-memory stability and compatibility adjustments rather than build-time library compatibility.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Runtime System Customizations. 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
Changes the behavior of system libraries and active processes in memory to resolve compatibility and stability issues.