<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Minidump Analysis (Part 1)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Thu, 14 May 2026 20:43:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Announcing the Auto Mini-Dump Analyser &#124; chentiangemalc</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-429763</link>
		<dc:creator>Announcing the Auto Mini-Dump Analyser &#124; chentiangemalc</dc:creator>
		<pubDate>Sun, 26 Feb 2012 12:52:53 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-429763</guid>
		<description>[...] http://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/" rel="nofollow">http://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wisdom-Fu: E-mail alert when you find a memory dump &#171; Wag the Real</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-137413</link>
		<dc:creator>Wisdom-Fu: E-mail alert when you find a memory dump &#171; Wag the Real</dc:creator>
		<pubDate>Tue, 23 Mar 2010 21:42:52 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-137413</guid>
		<description>[...] Minidump Analysis (Part 1) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Minidump Analysis (Part 1) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-84828</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:47:17 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-84828</guid>
		<description>Alex,

Yes, both scripts should be saved. You can either have VBS script in the folder where you have dumps or modify this line:

Set Folder = fso.GetFolder(".")

If you are new to analysis then you probably should first try to load a dump file into WinDbg and run commands from MiniDmp2Txt manually just to see how they work. WinDbg.org has quick links to Debugging Tools and also MS and Citrix symbol locations to specify in Symbol File Path in WinDbg.

Thanks,
Dmitry</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>Yes, both scripts should be saved. You can either have VBS script in the folder where you have dumps or modify this line:</p>
<p>Set Folder = fso.GetFolder(&#8221;.&#8221;)</p>
<p>If you are new to analysis then you probably should first try to load a dump file into WinDbg and run commands from MiniDmp2Txt manually just to see how they work. WinDbg.org has quick links to Debugging Tools and also MS and Citrix symbol locations to specify in Symbol File Path in WinDbg.</p>
<p>Thanks,<br />
Dmitry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-84813</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:25:57 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-84813</guid>
		<description>Dmitry,

I am new to Memory dump analysis and purchased your highly reccommended book "Memory Dump Analysis Volume1". Unfortunately I coldn't figure out what to do with this script. Should it be saved in specific location? How do you point it to the correct dump? Would you be able to provide more detailed instructions on running it?

Greatly appreciate your help, Alex</description>
		<content:encoded><![CDATA[<p>Dmitry,</p>
<p>I am new to Memory dump analysis and purchased your highly reccommended book &#8220;Memory Dump Analysis Volume1&#8243;. Unfortunately I coldn&#8217;t figure out what to do with this script. Should it be saved in specific location? How do you point it to the correct dump? Would you be able to provide more detailed instructions on running it?</p>
<p>Greatly appreciate your help, Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zagadeesh</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-73314</link>
		<dc:creator>zagadeesh</dc:creator>
		<pubDate>Mon, 04 May 2009 20:36:51 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-73314</guid>
		<description>Dmitry,

Why can't we add some more snippets like 
get.reg HKLM\System\CurrentControlSet\Control\CrashControl\CrashDumpEnabled.
if DWORD=1 Then Complete Memory Dump
if DWORD=2 Then Kernel
if DWORD=3 Then small memory dump.
and also "DumpFile" Reg_EXPAND_SZ which will gives us any modification in path.
We can analyzed other than small memory dump upto certain extent.

Thanks</description>
		<content:encoded><![CDATA[<p>Dmitry,</p>
<p>Why can&#8217;t we add some more snippets like<br />
get.reg HKLM\System\CurrentControlSet\Control\CrashControl\CrashDumpEnabled.<br />
if DWORD=1 Then Complete Memory Dump<br />
if DWORD=2 Then Kernel<br />
if DWORD=3 Then small memory dump.<br />
and also &#8220;DumpFile&#8221; Reg_EXPAND_SZ which will gives us any modification in path.<br />
We can analyzed other than small memory dump upto certain extent.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-5542</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 06 Sep 2007 13:19:06 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/08/29/minidump-analysis-part-1/#comment-5542</guid>
		<description>2nd part:

http://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/</description>
		<content:encoded><![CDATA[<p>2nd part:</p>
<p><a href="http://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/" rel="nofollow">http://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
