Hi all,
It used to be kind of easy to access pool memory on XP (for x86): http://www.kernelmode.info/forum/viewto ... =10&t=1279
You get the KdVersionBlock and then look at MmNonPagedPoolStart/MmNonPagedPoolEnd and MmPagedPoolStart/MmPagedPoolEnd
But for 7 (it might be similar for Vista and/or 8), it seems like some of theses values are NULL...
So, my question is how do I get theses values now?
It used to be kind of easy to access pool memory on XP (for x86): http://www.kernelmode.info/forum/viewto ... =10&t=1279
You get the KdVersionBlock and then look at MmNonPagedPoolStart/MmNonPagedPoolEnd and MmPagedPoolStart/MmPagedPoolEnd
But for 7 (it might be similar for Vista and/or 8), it seems like some of theses values are NULL...
So, my question is how do I get theses values now?