I've created a VS Solution consisting 2 projects: the driver itself and a cli tool. Both gets successfully compiled for x64 and ARM64. The cli tool also gets compiled to x86. The driver supposedly don't support x86 (I might used a too new version of WDK).
In addition to Visual Studio itself make sure to install those components:
MSVC v143 - VS 2022 C++ Arm64 build tools (Latest)
or MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest)
MSVC v143 - VS 2022 C++ Arm64 Spectre-mitigated libs (Latest)
or MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (Latest)
Windows 10 or 11 SDK
WDK for Windows 10 or 11
A manual is available from Microsoft.
Compiled binaries are located at the path of ./build.
I've created a VS Solution consisting 2 projects: the driver itself and a cli tool. Both gets successfully compiled for x64 and ARM64. The cli tool also gets compiled to x86. The driver supposedly don't support x86 (I might used a too new version of WDK). In addition to Visual Studio itself make sure to install those components:
A manual is available from Microsoft. Compiled binaries are located at the path of
./build
.