Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.27 KB

VirtualKD-Redux

Features

  • Support for the latest VMware Workstation (Currently 15.5.1)
  • Support for the latest Windows 10 (Currently 1909)
  • Support for the latest WinDbg Preview
  • Toolchain modernization. Builds with Visual Studio 2017
  • Simplified build system. No additional libraries required

Downloads

Download the latest VirtualKD-Redux release

Documentation

  • A quick and easy tutorial can be found here
  • Original documentation (May be out of date) can be found here

Build Instructions

Prerequisites

  • Visual Studio 2017
  • Windows Driver Kit 7.1.0

Steps

  1. Set the WDK7_PATH environment variable to the WDK 7.1.0 install path
  2. Edit make.bat to modify VS150COMNTOOLS path if needed
  3. Run make.bat
  4. Use binaries produced in Bundle directory

Issues or Feature Requests