memory map for kernel mode debugging? #20819 by eduardschreder Fri Sep 13, 2013 1:26 pm How can i get a map of the pages that the kernel is composed of? Like the "memory map" window in olly or immunity. Username eduardschreder Posts 3 Joined Fri Sep 13, 2013 1:23 pm
Re: memory map for kernel mode debugging? #20820 by EP_X0FF Fri Sep 13, 2013 1:34 pm http://www.kernelmode.info/forum/viewto ... f=11&t=383 Ring0 - the source of inspiration Username EP_X0FF Rank Global Moderator Posts 4947 Joined Sun Mar 07, 2010 5:35 am Location Russian Federation Contact
Re: memory map for kernel mode debugging? #20821 by eduardschreder Fri Sep 13, 2013 2:11 pm Cool! But i'm more thinking of a debugger-feature of windbg, ie the memory map of a (remote) debugging target. Username eduardschreder Posts 3 Joined Fri Sep 13, 2013 1:23 pm
Re: memory map for kernel mode debugging? #20848 by eduardschreder Mon Sep 16, 2013 9:18 pm i can get a list of modules with lm, but certainly there has to be a way to get results like the ones obtained by VirtualQuery() in usermode? Username eduardschreder Posts 3 Joined Fri Sep 13, 2013 1:23 pm