08-Mar-2007, 10:28 PM
|
#2 (permalink)
|
|
Administrator
Posts: 18,715
Join Date: Jan 2006
Rep Power: 10
|
Re: Need to find whats in a memory address
kd> lmv
to get a verbose ('v') module list. Then locate the module whose memory area contains the address in question.
For other commands, see Windows Debuggers: Part 1: A WinDbg Tutorial - The Code Project - Debug tips
|
|
|