FindWDK icon indicating copy to clipboard operation
FindWDK copied to clipboard

CMake module for building drivers with Windows Development Kit (WDK)

Results 16 FindWDK issues
Sort by recently updated
recently updated
newest added

**All versions are the same for both host and target** Windows version: Windows 10 home 21H2 19044.1826 WDK version: 10.0.22621.0 I try to run on host: ``` sc.exe create driver_name...

Suggestion: Addition of INTEGRITYCHECK linker flag in add driver function.

Simplified example: top-level `CMakeLists.txt`: ```cmake cmake_minimum_required(VERSION 3.10) project(FindWDK_IssueTest) add_compile_options("/MP") add_subdirectory(Exe) add_subdirectory(Sys) ``` Exe `CMakeLists.txt`: ```cmake cmake_minimum_required(VERSION 3.10) project(FindWDK_IssueTest_Exe) add_executable(FindWDK_IssueTest_Exe Main.cpp) ``` Sys `CMakeLists.txt`: ```cmake cmake_minimum_required(VERSION 3.10) project(FindWDK_IssueTest_Sys) find_package(WDK REQUIRED) wdk_add_driver(FindWDK_IssueTest_Sys...

Flexible configuration of the driver entry point, protect against multiple WDK inclusion, optional post-build creation of certificates and signing drivers

wdk_add_driver and wdk_add_driver add the compilation switch /GR-, which conflicts with /GR normally added by CMake (found with CMake 3.18 with Ninja and MSVC 16.8 preview, x64). Q: Would there...

I'm using VS2019 and WDK 10, WindowsSdkDir is automatically set while WDKContentRoot not. Could we add some kine of fallback to WindowsSdkDir?

![image](https://github.com/SergiusTheBest/FindWDK/assets/4144559/7e5276f3-98ea-4fba-b354-c598181b8558) Why is there no wpp option? ---------------------------------------------------- **In general, kmdf has a wpp option, for example:** ![Y_MQ$R2CSB@ NUQV 4~C}D](https://github.com/SergiusTheBest/FindWDK/assets/4144559/0e9a8b30-6398-4b7b-a35b-b3e336d62883)