Culinary Newbie cheater
Reputation: 0
Joined: 24 Mar 2011 Posts: 15
|
Posted: Mon Sep 12, 2011 9:54 am Post subject: ntoskrnl exports. |
|
|
Hi, 2 questions here. I am newbie in kernel mode so ill just get that out of the way first ;p
I know I can get exports from ntoskrnl with either MmGetSystemRoutineAddress or for learning I used ZwQuerySystemInformation, got the ntoskrnl module base, and read it like a PE from the documented material off msdn.
How can I get the address of something like ZwReadVirtualMemory, which I do not see when I dump the EAT. I was assuming I could read it from the SSDT but I am using windows 7 x64 and it seems like the KeServiceDescriptor table is missing as well.
How can I find the address to this and other functions that don't seem to be exported?
Thanks!
|
|