We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc6b7a commit 0b55b83Copy full SHA for 0b55b83
1 file changed
README.md
@@ -20,13 +20,13 @@ config.json
20
21
22
```c
23
-.load Yourpath\KDbgEngExt.dll
24
-!runserver Yourpath\config.json
+.load YourPath\KDbgEngExt.dll
+!runserver YourPath\config.json
25
bu WdFilter!DriverEntry
26
27
-.load F:\cpp\KReClassEx\x64\Debug\KDbgEngExt.dll
28
.unload KDbgEngExt.dll
29
-!runserver F:\cpp\KReClassEx\KDbgEngExt\config.json
30
```
31
32
The config file should be put in the KReClassEx.exe's directory.
0 commit comments