We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d559cf commit 1b6d0a6Copy full SHA for 1b6d0a6
README.md
@@ -2,4 +2,11 @@
2
3
If you are using vulnerable drivers this might be useful.
4
5
-Basically does as the name says. You get kernel exports in this example "NtQueryInformationFile" from usermode.
+## DESCRIPTION
6
+Basically does as the name says. You get kernel exports in this example "NtQueryInformationFile" from usermode without reading from kernel memory.
7
+
8
9
+## HOW IT WORKS
10
+You can get the base addresses from kernel modules from usermode by calling NtQuerySystemInformation with the SystemModuleInformation class.
11
+Then you get the export address from the image on disk and translate the address.
12
0 commit comments