Hello everyone
I want to call ZwQueryVirtualMemory in Windows XP SP2 (This syscall is not exported from ntoskrnl.exe in Win XP)
I've succeeded with using the hard-coded address (for proof of concept), now I want a better and more stable solution.
(I've read that using unexported system calls from kernel mode is not recommended, but for my utility which is a Kernel mode memory dumper I need it)
Thank you very much
I want to call ZwQueryVirtualMemory in Windows XP SP2 (This syscall is not exported from ntoskrnl.exe in Win XP)
I've succeeded with using the hard-coded address (for proof of concept), now I want a better and more stable solution.
Code: Select all
How I can reliably find the address of ZwQueryVirtualMemory and call it ? MyZwQueryVirtualMemory zwQVM = (MyZwQueryVirtualMemory)0x805ACD0E;
(I've read that using unexported system calls from kernel mode is not recommended, but for my utility which is a Kernel mode memory dumper I need it)
Thank you very much
We work in the dark, we do what we can, we give what we have.
Our doubt is our passion and our passion is our task.
The rest is the madness of art
Our doubt is our passion and our passion is our task.
The rest is the madness of art