supyuan / GDRVLoader_No-signature-Load

Unsigned driver loader using CVE-2018-19320

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDRVLoader - Load Unsigned Drivers Windows 10-11

Originally based from https://github.com/fengjixuchui/gdrv-loader but with improvements and support for latest windows versions.

Added Features

  • Load unsigned drivers on Windows 10-11 without getting caught by PatchGuard.
  • Improved portability through the addition of byte loading for the vulnerable driver
  • CRT compatibility, for cleaner code and easier usage.
  • Simple and user-friendly command-line interface

Usage

  1. Download the latest release.
  2. a) Drag the target driver into GDRVLoader.exe.
    b) Run the tool from the cmd using administrator privileges with command "GDRVLoader.exe TargetDriver.sys".
  3. Enter load/LOAD or unload/UNLOAD in the command prompt.

Images

ok

About

Unsigned driver loader using CVE-2018-19320


Languages

Language:C 93.4%Language:C++ 6.6%