<?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 2)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 12:56:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<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/09/06/minidump-analysis-part-2/#comment-137464</link>
		<dc:creator>Wisdom-Fu: E-mail alert when you find a memory dump &#171; Wag the Real</dc:creator>
		<pubDate>Wed, 24 Mar 2010 01:42:18 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-137464</guid>
		<description>[...] Minidump Analysis (Part 2) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Minidump Analysis (Part 2) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crash Dump Analysis &#187; Blog Archive &#187; Null data pointer, pass through functions and platformorphic fault: pattern cooperation</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-79995</link>
		<dc:creator>Crash Dump Analysis &#187; Blog Archive &#187; Null data pointer, pass through functions and platformorphic fault: pattern cooperation</dc:creator>
		<pubDate>Fri, 19 Jun 2009 23:30:29 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-79995</guid>
		<description>[...] !analyze -v pointed to the first non-MS module DriverA (the identification process is explained here) located on the following stack trace (that also shows exception processing in file system kernel [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] !analyze -v pointed to the first non-MS module DriverA (the identification process is explained here) located on the following stack trace (that also shows exception processing in file system kernel [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Belogortseff</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12657</link>
		<dc:creator>Andrei Belogortseff</dc:creator>
		<pubDate>Fri, 07 Dec 2007 16:27:10 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12657</guid>
		<description>Thank you very much, it's very helpful!</description>
		<content:encoded><![CDATA[<p>Thank you very much, it&#8217;s very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12645</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Fri, 07 Dec 2007 12:49:41 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12645</guid>
		<description>Also timestamp can be used to differentiate files because it is set by a linker.</description>
		<content:encoded><![CDATA[<p>Also timestamp can be used to differentiate files because it is set by a linker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12644</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Fri, 07 Dec 2007 12:43:47 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12644</guid>
		<description>Seems it is taken from PE header:

DEBUG_FLR_IMAGE_TIMESTAMP:  45e53f9d

1: kd&gt; !dh -f nt

File Type: EXECUTABLE IMAGE
FILE HEADER VALUES
     14C machine (i386)
      19 number of sections
45E53F9D time date stamp Wed Feb 28 08:38:53 2007</description>
		<content:encoded><![CDATA[<p>Seems it is taken from PE header:</p>
<p>DEBUG_FLR_IMAGE_TIMESTAMP:  45e53f9d</p>
<p>1: kd> !dh -f nt</p>
<p>File Type: EXECUTABLE IMAGE<br />
FILE HEADER VALUES<br />
     14C machine (i386)<br />
      19 number of sections<br />
45E53F9D time date stamp Wed Feb 28 08:38:53 2007</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Belogortseff</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12620</link>
		<dc:creator>Andrei Belogortseff</dc:creator>
		<pubDate>Fri, 07 Dec 2007 00:36:20 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-12620</guid>
		<description>Thank you for very useful posts, I've just discovered your blog and have not read everything in detail yet (but intend to!)

I have one question that I cannot find an answer to anywhere:
what value of DEBUG_FLR_IMAGE_TIMESTAMP is displayed in the minidump?  Is it related to the time stamp of the sys file, or to the time stamp in its PE header, or anything else? Can it be used to distinguish between different revisions of the same driver?

Thank you in advance!</description>
		<content:encoded><![CDATA[<p>Thank you for very useful posts, I&#8217;ve just discovered your blog and have not read everything in detail yet (but intend to!)</p>
<p>I have one question that I cannot find an answer to anywhere:<br />
what value of DEBUG_FLR_IMAGE_TIMESTAMP is displayed in the minidump?  Is it related to the time stamp of the sys file, or to the time stamp in its PE header, or anything else? Can it be used to distinguish between different revisions of the same driver?</p>
<p>Thank you in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-5954</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Wed, 12 Sep 2007 15:31:20 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2007/09/06/minidump-analysis-part-2/#comment-5954</guid>
		<description>Part 3:

http://www.dumpanalysis.org/blog/index.php/2007/09/12/minidump-analysis-part-3/</description>
		<content:encoded><![CDATA[<p>Part 3:</p>
<p><a href="http://www.dumpanalysis.org/blog/index.php/2007/09/12/minidump-analysis-part-3/" rel="nofollow">http://www.dumpanalysis.org/blog/index.php/2007/09/12/minidump-analysis-part-3/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
