Skip to content

Commit b8020e4

Browse files
authored
Update README.md
1 parent e98177f commit b8020e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/installation/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,12 @@ mkdir -p bin/driver
7272
cp ../../fuzzer/Utils/Harness_for_nyx.sys ./bin/driver
7373

7474

75-
1. vi src/driver/vuln_test.c -> Change Symbolic Link Name / target sys (Target Driver Name)
75+
1. Edit src/driver/vuln_test.c
76+
-> Change macro definitions of "VULN_DRIVER_NAME", "VULN_DRIVER_NAME2", "VULN_DRIVER_NAME3" to your target driver
77+
-> Then update the "CreateFile()" call (around line 232) to use one of:
78+
- Symbolic link: "\\\\.\\MyDriverDevice"
79+
- NT namespace: "\\\\?\\GLOBALROOT\\Device\\MyDriverDevice"
80+
- PnP interface: "\\\\?\\USB#VID_…#{GUID}…"
7681

7782
2. Qemu Booting
7883
-> vagrant up --no-provision

0 commit comments

Comments
 (0)