Skip to content

Commit 1b6d0a6

Browse files
authored
Update README.md
1 parent 8d559cf commit 1b6d0a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
If you are using vulnerable drivers this might be useful.
44

5-
Basically does as the name says. You get kernel exports in this example "NtQueryInformationFile" from usermode.
5+
## 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

Comments
 (0)