awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesBYOVD Exploitation

Exploiting signed but vulnerable drivers (Bring Your Own Vulnerable Driver) to gain privileged kernel write access.

Distinct from Offensive Kernel Drivers: Distinct from Offensive Kernel Drivers: focuses specifically on the 'Bring Your Own Vulnerable Driver' pattern to bypass signature enforcement.

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

Awesome BYOVD Exploitation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • thecruz/kdmapperAvatar TheCruZ

    TheCruZ/kdmapper

    2,754Vezi pe 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

    Leverages vulnerable signed drivers to gain write access to protected kernel memory regions.

    C++
    Vezi pe GitHub↗2,754
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Driver Implementation
  6. Offensive Kernel Drivers
  7. BYOVD Exploitation