/wdk_template

Windows kernel driver template for cmkr (with testsigning).

Primary LanguageC++Boost Software License 1.0BSL-1.0

wdk_template

Simple cmkr template for a WDK kernel driver for Windows. The WDK package is based on FindWDK.

Requirements

  • Visual Studio 2022
  • WDK 10
  • CMake 3.15+

Building

cmake -B build
cmake --build build --config Release

You can open build\MyDriver.sln in Visual Studio and work there.