Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Visual Studio project #134

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

michaelwright235
Copy link

@michaelwright235 michaelwright235 commented Oct 23, 2023

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.

Compiling this driver is difficult using newer VS and WDK, so I made a VS
project that will help doing this.
Also I'm using newer WDK, so an updated .inf file is required.
You can still build this project with bat scripts, if your environment
mathes the old requirements.
Remove non-working debug configs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant