We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98177f commit b8020e4Copy full SHA for b8020e4
docs/installation/README.md
@@ -72,7 +72,12 @@ mkdir -p bin/driver
72
cp ../../fuzzer/Utils/Harness_for_nyx.sys ./bin/driver
73
74
75
-1. vi src/driver/vuln_test.c -> Change Symbolic Link Name / target sys (Target Driver Name)
+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}…"
81
82
2. Qemu Booting
83
-> vagrant up --no-provision
0 commit comments