Skip to content

Commit 743fa03

Browse files
authored
Update README.md
1 parent 8076369 commit 743fa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you want to see an example of a full memory R/W Driver using this, check out
66

77
# Compiling
88
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.
1010
Run `x64 Native Tools Command Prompt for VS 2019`, cd into the project directory and run build.bat.
1111
You can load the driver or map it with kdmapper.
1212

0 commit comments

Comments
 (0)