Hi Experts:

Is there a tool which can "translate" all information saved in a memory dump
file (a kernel memory dump, or a complete memory dump) into a plain text
file?

I'm looking at using dumpchk, kd or windbg. But not sure how to get it done.

Thanks for your info.

Polaris

Re: a TOOL to dump memory.dmp into text file ? by Jochen

Jochen
Thu Mar 17 03:19:22 CST 2005

Hi Polaris,

> Hi Experts:
>
> Is there a tool which can "translate" all information saved in a
> memory dump file (a kernel memory dump, or a complete memory dump)
> into a plain text file?
>
> I'm looking at using dumpchk, kd or windbg. But not sure how to get it
> done.

The important imformation you will get with "!analyze -v" either in cdb or
windbg

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/

Re: a TOOL to dump memory.dmp into text file ? by Miki

Miki
Thu Mar 17 04:11:20 CST 2005

Hello Polaris,

> Is there a tool which can "translate" all information saved in a
memory dump
> file (a kernel memory dump, or a complete memory dump) into a plain
text
> file?
I'm using xxd which comes with VIm (http://vim.sf.net)

HTH.
Miki


Re: a TOOL to dump memory.dmp into text file ? by Andrew

Andrew
Thu Mar 17 11:41:08 CST 2005

http://support.microsoft.com/kb/315263/EN-US/


"Polaris" <etpolaris@hotmail.com> wrote in message
news:%23mIvLapKFHA.1136@TK2MSFTNGP10.phx.gbl...
> Hi Experts:
>
> Is there a tool which can "translate" all information saved in a memory
dump
> file (a kernel memory dump, or a complete memory dump) into a plain text
> file?
>
> I'm looking at using dumpchk, kd or windbg. But not sure how to get it
done.
>
> Thanks for your info.
>
> Polaris
>
>



Thanks ! Re: a TOOL to dump memory.dmp into text file ? by Polaris

Polaris
Fri Mar 18 22:44:05 CST 2005

Thanks all for your good information!

Polaris

"Polaris" <etpolaris@hotmail.com> wrote in message
news:%23mIvLapKFHA.1136@TK2MSFTNGP10.phx.gbl...
> Hi Experts:
>
> Is there a tool which can "translate" all information saved in a memory
> dump file (a kernel memory dump, or a complete memory dump) into a plain
> text file?
>
> I'm looking at using dumpchk, kd or windbg. But not sure how to get it
> done.
>
> Thanks for your info.
>
> Polaris
>