Skip to content
/ EWDK_quickstart Public template

Project template for windows kernel development.

Notifications You must be signed in to change notification settings

zsy-arch/EWDK_quickstart

Repository files navigation

EWDK Quickstart

An example project for building Windows Kernel Module.

Environment

Usage (with Clion)

Get EDWK

by https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk#enterprise-wdk-ewdk

Set Environment Variable

If you have successfully acquired the WDK and put it somewhere. such as D:\apps\EWDK\ .

Get repo from git

git clone --recursive https://git.com/zsy-arch/EWDK_quickstart
cd EWDK_quickstart 

Open with Clion

clion .

Set up C++ compiler

Go to File > Settings > Build, Execution, Deployment > Toolchains. Click + and add a Visual Studio toolchain, then set up the EDWK's Visual Studio path.

Write code and Build it

About

Project template for windows kernel development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published