awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesUnsigned Driver Testing

Tools and methods for running unsigned kernel drivers for development and testing purposes.

Distinct from Kernel Driver Implementation: Distinct from Kernel Driver Implementation: focuses on the deployment and testing of drivers specifically without digital signatures.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Unsigned Driver Testing. Refine with filters or upvote what's useful.

Awesome Unsigned Driver Testing GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • thecruz/kdmapperTheCruZ 的头像

    TheCruZ/kdmapper

    2,754在 GitHub 上查看↗

    kdmapper is a kernel driver mapper and loader designed to deploy unsigned binaries into privileged kernel memory. It functions as a manual mapper that resolves imports and relocations to execute unsigned code in a privileged environment. The tool bypasses driver signature enforcement by leveraging vulnerable signed drivers to gain write access to protected kernel memory regions. It includes a kernel offset resolver that parses debug symbol files to identify correct memory addresses across different operating system builds. To maintain stealth, the project implements driver trace obfuscation

    Enables the testing and running of custom kernel-mode drivers on Windows without Microsoft digital signatures.

    C++
    在 GitHub 上查看↗2,754
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Driver Implementation
  6. Unsigned Driver Testing