Skip to content

Commit 0b55b83

Browse files
Update the usage.
1 parent 9bc6b7a commit 0b55b83

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ config.json
2020

2121

2222
```c
23-
.load Yourpath\KDbgEngExt.dll
24-
!runserver Yourpath\config.json
23+
.load YourPath\KDbgEngExt.dll
24+
!runserver YourPath\config.json
2525
bu WdFilter!DriverEntry
2626

27-
.load F:\cpp\KReClassEx\x64\Debug\KDbgEngExt.dll
27+
.load YourPath\KDbgEngExt.dll
2828
.unload KDbgEngExt.dll
29-
!runserver F:\cpp\KReClassEx\KDbgEngExt\config.json
29+
!runserver YourPath\config.json
3030
```
3131

3232
The config file should be put in the KReClassEx.exe's directory.

0 commit comments

Comments
 (0)