<?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: Where did the crash dump come from? (Part 2)</title>
	<link>https://www.dumpanalysis.org/blog/index.php/2009/01/08/where-did-the-crash-dump-come-from-part-2/</link>
	<description>Structural and Behavioral Patterns for Software Diagnostics, Forensics and Prognostics</description>
	<pubDate>Wed, 06 May 2026 20:15:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Dmitry Vostokov</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2009/01/08/where-did-the-crash-dump-come-from-part-2/#comment-61858</link>
		<dc:creator>Dmitry Vostokov</dc:creator>
		<pubDate>Thu, 08 Jan 2009 21:18:29 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2009/01/08/where-did-the-crash-dump-come-from-part-2/#comment-61858</guid>
		<description>Cool! Thanks for this tip!</description>
		<content:encoded><![CDATA[<p>Cool! Thanks for this tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Wheeler</title>
		<link>https://www.dumpanalysis.org/blog/index.php/2009/01/08/where-did-the-crash-dump-come-from-part-2/#comment-61848</link>
		<dc:creator>Sean Wheeler</dc:creator>
		<pubDate>Thu, 08 Jan 2009 19:28:48 +0000</pubDate>
		<guid>https://www.dumpanalysis.org/blog/index.php/2009/01/08/where-did-the-crash-dump-come-from-part-2/#comment-61848</guid>
		<description>There is another trick you can use with FINDSTR to find unicode strings. If you use periods to separate the letters then findstr will find the unicode string.

For example:

findstr C.O.M.P.U.T.E.R.N.A.M.E memory.dmp

Example output will look something like this:

C.o.m.m.o.n.P.r.o.g.r.a.m.F.i.l.e.s.=.C.:.\.P.r.o.g.r.a.m. .F.i.l.e.s.\.C.o.m.m.o.n. .F.i.l.e.s...C.O.M.P.U.T.E.R.N.A.M.E.=.H.O.M.E.-.P.C...C.o.m.S.p.e.c.=.C.:.\.W.I.N.N.T.\.s.y.s.t.e.m.3.2.\.c.m.d...e.x.e...N.U.M.B.E.R._.O.F._.P.R.O.C.E.S.S.O.R.S.=.1...O.S.=.W.i.n.d.o.w.s._.N.T.</description>
		<content:encoded><![CDATA[<p>There is another trick you can use with FINDSTR to find unicode strings. If you use periods to separate the letters then findstr will find the unicode string.</p>
<p>For example:</p>
<p>findstr C.O.M.P.U.T.E.R.N.A.M.E memory.dmp</p>
<p>Example output will look something like this:</p>
<p>C.o.m.m.o.n.P.r.o.g.r.a.m.F.i.l.e.s.=.C.:.\.P.r.o.g.r.a.m. .F.i.l.e.s.\.C.o.m.m.o.n. .F.i.l.e.s&#8230;C.O.M.P.U.T.E.R.N.A.M.E.=.H.O.M.E.-.P.C&#8230;C.o.m.S.p.e.c.=.C.:.\.W.I.N.N.T.\.s.y.s.t.e.m.3.2.\.c.m.d&#8230;e.x.e&#8230;N.U.M.B.E.R._.O.F._.P.R.O.C.E.S.S.O.R.S.=.1&#8230;O.S.=.W.i.n.d.o.w.s._.N.T.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
