a TOOL to dump memory.dmp into text file ?

Posted: 03-17-2005, 02:10 AM
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


Reply With Quote

Responses to "a TOOL to dump memory.dmp into text file ?"

Jochen Kalmbach
Guest
Posts: n/a
 
Re: a TOOL to dump memory.dmp into text file ?
Posted: 03-17-2005, 09:19 AM
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/
Reply With Quote
Miki
Guest
Posts: n/a
 
Re: a TOOL to dump memory.dmp into text file ?
Posted: 03-17-2005, 10:11 AM
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

Reply With Quote
Andrew
Guest
Posts: n/a
 
Re: a TOOL to dump memory.dmp into text file ?
Posted: 03-17-2005, 05:41 PM
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
>
>

Reply With Quote
Polaris
Guest
Posts: n/a
 
Thanks ! Re: a TOOL to dump memory.dmp into text file ?
Posted: 03-19-2005, 04:44 AM
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
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory Dump Ogrish Windows Vista Performance & Maintenance 3 01-28-2008 03:53 PM
Physical memory dump Joe Windows XP Basics 11 02-06-2004 07:17 PM
physical memory dump fedx Windows XP Games 3 01-07-2004 01:40 AM
Dump memory Sayed Abdul Aziem Windows XP Basics 3 07-14-2003 05:40 AM
Memory Dump file not created? Ricky Windows XP Performance & Maintenance 1 07-07-2003 06:48 AM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90