You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ If you want to see an example of a full memory R/W Driver using this, check out
6
6
7
7
# Compiling
8
8
Open the build.bat and fix the file paths.
9
-
ILCPATH is located at `C:\Users\username\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\7.0.0-alpha.1.21430.2`, ntoskrnl.lib is located in the WDK install path.
9
+
ILCPATH is located at `C:\Users\username\.nuget\packages\runtime.win-x64.microsoft.dotnet.ilcompiler\7.0.0-alpha.1.21430.2\tools`, ntoskrnl.lib is located in the WDK install path.
10
10
Run `x64 Native Tools Command Prompt for VS 2019`, cd into the project directory and run build.bat.
0 commit comments