awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesExtension Patching

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.

Awesome Extension Patching GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • acidanthera/liluAvatar von acidanthera

    acidanthera/Lilu

    3,845Auf GitHub ansehen↗

    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.

    C
    Auf GitHub ansehen↗3,845
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Extensions
  4. Extension Patching