<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Glitch in Code Takes Nine Department</title>
	<atom:link href="http://shellexecute.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://shellexecute.wordpress.com</link>
	<description>Debugging, gedubbing and all other rotting things in between.</description>
	<lastBuildDate>Sat, 10 Dec 2011 04:52:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='shellexecute.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Glitch in Code Takes Nine Department</title>
		<link>http://shellexecute.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://shellexecute.wordpress.com/osd.xml" title="A Glitch in Code Takes Nine Department" />
	<atom:link rel='hub' href='http://shellexecute.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Mathematical gamester no more</title>
		<link>http://shellexecute.wordpress.com/2010/05/24/mathematical-gamester-no-more/</link>
		<comments>http://shellexecute.wordpress.com/2010/05/24/mathematical-gamester-no-more/#comments</comments>
		<pubDate>Tue, 25 May 2010 04:41:08 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/?p=86</guid>
		<description><![CDATA[The amazing mathematical gamester Martin Gardner passed away. May his soul rest in puzzles. Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=86&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The amazing mathematical gamester <a href="http://en.wikipedia.org/wiki/Martin_Gardner" target="_blank">Martin Gardner</a> passed away. May his soul rest in puzzles.</p>
<br />Filed under: <a href='http://shellexecute.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/86/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/86/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/86/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=86&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2010/05/24/mathematical-gamester-no-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>CAPICOM KeyUsage IsDecipherOnlyEnabled crap</title>
		<link>http://shellexecute.wordpress.com/2009/12/09/capicom-keyusage-isdecipheronlyenabled-crap/</link>
		<comments>http://shellexecute.wordpress.com/2009/12/09/capicom-keyusage-isdecipheronlyenabled-crap/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 16:26:58 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[bugs]]></category>
		<category><![CDATA[Woes]]></category>
		<category><![CDATA[CAPICOM]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/?p=82</guid>
		<description><![CDATA[I was trying to parse a certificate (in VBScript) and found that CAPICOM is returning true for call Certificate.KeyUsage.IsDecipherOnlyEnabled But in my certificate the DER BITSTRING is set to B1 (10110001). This means Decipher Only bit is not set and should not be considered (actual DER coding is like this 030200b1 . For a NamedBitString [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=82&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to parse a certificate (in VBScript) and found that CAPICOM is returning true for call</p>
<p>Certificate.KeyUsage.IsDecipherOnlyEnabled</p>
<p>But in my certificate the DER BITSTRING is set to B1 (10110001). This means Decipher Only bit is not set and should not be considered (actual DER coding is like this 030200b1 . For a NamedBitString unused/unset trailing bits are removed before encoding. )</p>
<p>So I wondered why CAPICOM is showing it as true when this bit is not set. I looked up into capicom.dll and found this:</p>
<p>CKeyUsage::get_IsDigitalSignatureEnabled and CKeyUsage::get_IsDecipherOnlyEnabled are both set to same address of the function implementation and it looks like code inside returns DigitalSignature flag bit.</p>
<p>Because in my certificate DigitalSignature bit is set, I&#8217;m getting back true even for &#8220;DecipherOnly&#8221; flag. GAAAH!!!</p>
<br />Posted in bugs, Woes  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=82&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2009/12/09/capicom-keyusage-isdecipheronlyenabled-crap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>BinScope and other SDL tools</title>
		<link>http://shellexecute.wordpress.com/2009/09/24/binscope-and-other-sdl-tools/</link>
		<comments>http://shellexecute.wordpress.com/2009/09/24/binscope-and-other-sdl-tools/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:48:31 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/?p=78</guid>
		<description><![CDATA[This is cool. Microsoft is releasing some of their internal tools used in Secure Development Lifecycle for free. You can download them at SDL tools. Update: Damn! BinScope requires .NET 3.5 framework. So Win2000 is ruled out!! Unfortunately we are still using Windows 2000 at office. Posted in Tools<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=78&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is cool. Microsoft is releasing some of their internal tools used in Secure Development Lifecycle for free.</p>
<p>You can download them at <a href="http://msdn.microsoft.com/en-us/security/cc421514.aspx" target="_blank">SDL tools</a>.</p>
<p>Update: Damn! BinScope requires .NET 3.5 framework. So Win2000 is ruled out!! Unfortunately we are still using Windows 2000 at office.</p>
<br />Posted in Tools  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=78&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2009/09/24/binscope-and-other-sdl-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>Clearcase MVFS corrupts file &#8211; Cannot delete file &#8220;Invalid DOS Function&#8221;</title>
		<link>http://shellexecute.wordpress.com/2009/06/30/clearcase-mvfs-corrupts-file-cannot-delete-file-invalid-dos-function/</link>
		<comments>http://shellexecute.wordpress.com/2009/06/30/clearcase-mvfs-corrupts-file-cannot-delete-file-invalid-dos-function/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 10:38:35 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Woes]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/?p=75</guid>
		<description><![CDATA[I have clearcase 7.0.1.2 on Win2k OS. When I built a project using Visual Studio .NET 2003, files are created in output &#8220;Release&#8221; directory which gets created under the vob. In this folder one particular file &#8220;vc70.idb&#8221; started creating problems. During further builds, VS is not able to delete this file to overwrite. My first [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=75&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have clearcase 7.0.1.2 on Win2k OS.<br />
When I built a project using Visual Studio .NET 2003, files are created in output &#8220;Release&#8221; directory which gets created under the vob. In this folder one particular file &#8220;vc70.idb&#8221; started creating problems. During further builds, VS is not able to delete this file to overwrite. My first reaction was to delete it from explorer only to find &#8220;Invalid DOS function&#8221; or such similar error message. Next step was to open CMD and try to delete this file. This too gave the same useless error message.  Due to urgency, I renamed the &#8220;Release&#8221; to &#8220;Release_somenumber&#8221;, changed output directory to my local drive and did further builds.</p>
<p>I got back to the problem later and there was no other way to delete this vc70.idb file. Name shows up in the explorer but just cannot get rid of these files. Our IT support guys were told about the problem and they came down, struggled for few hours and finally left saying they will escalate to IBM team. I did not wait for them because I know they will take few weeks to solve this.</p>
<p>So I decided to solve this myself with ever useful <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">sysinternals</a> tools. Solving this issue was trivial.</p>
<p>1. I fired up <a href="http://live.sysinternals.com/filemon.exe" target="_blank">filemon.exe</a> from <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" target="_blank">sysinternals</a>.<br />
2. I opened explorer and tried deleting this &#8220;vc70.idb&#8221; file.<br />
3. Stopped filemon capturing. Filemon shows the actual file location vc70.idb points to in the clearcase view. It leads to something like<br />
&#8220;\\networkshare\csv_view.vws\.s0018\80000eabbglslvc70.idb&#8221;<br />
4. Now it is trivial: open notepad and save the file with the same name shown by filemon in that location.<br />
5. Go to explorer and simply delete the file!! voila!!</p>
<br />Posted in Debugging, Woes  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=75&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2009/06/30/clearcase-mvfs-corrupts-file-cannot-delete-file-invalid-dos-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>FRAVIA Passed Away</title>
		<link>http://shellexecute.wordpress.com/2009/06/24/fravia-passed-away/</link>
		<comments>http://shellexecute.wordpress.com/2009/06/24/fravia-passed-away/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 07:27:40 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/2009/06/24/fravia-passed-away/</guid>
		<description><![CDATA[Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=74&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=74&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2009/06/24/fravia-passed-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>Overview on rootkits</title>
		<link>http://shellexecute.wordpress.com/2009/05/20/overview-on-rootkits/</link>
		<comments>http://shellexecute.wordpress.com/2009/05/20/overview-on-rootkits/#comments</comments>
		<pubDate>Thu, 21 May 2009 08:32:35 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/2009/05/20/overview-on-rootkits/</guid>
		<description><![CDATA[Interesting article on rootkit overview can be found at SecurityFocus Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=70&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Interesting article on rootkit overview can be found at SecurityFocus</p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=70&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2009/05/20/overview-on-rootkits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>WinDbg 6.11.1.402 released</title>
		<link>http://shellexecute.wordpress.com/2009/02/08/windbg-6111402-released/</link>
		<comments>http://shellexecute.wordpress.com/2009/02/08/windbg-6111402-released/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 04:18:58 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/2009/02/08/windbg-6111402-released/</guid>
		<description><![CDATA[get it from WHDC. Or www.windbg.org for quick links Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=69&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>get it from WHDC. Or <a href="http://www.windbg.org" target="_blank">www.windbg.org</a> for quick links</p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=69&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2009/02/08/windbg-6111402-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>WinDbg internal release with CLR support</title>
		<link>http://shellexecute.wordpress.com/2008/12/11/windbg-internal-release-with-clr-support/</link>
		<comments>http://shellexecute.wordpress.com/2008/12/11/windbg-internal-release-with-clr-support/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 04:19:50 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/?p=64</guid>
		<description><![CDATA[As explained by Volker von Einem here, WinDbg 6.70.05.0 is special in the sense it has CLR debugging support. Microsoft erred and released this version which is actually internal release. It is not available for download anymore and those who have kept copies are lucky. Worst still, MS never intends to release this CLR support [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=64&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As explained by Volker von Einem<a href="http://voneinem-windbg.blogspot.com/2008/11/windbg-version-6103233-is-out-i-still.html" target="_blank"> here</a>, WinDbg 6.70.05.0 is special in the sense it has CLR debugging support. Microsoft erred and released this version which is actually internal release. It is not available for download anymore and those who have kept copies are lucky. <a href="http://groups.google.com/group/microsoft.public.windbg/browse_thread/thread/03530a0643372f66#" target="_blank">Worst still</a>, MS never intends to release this CLR support in the foreseeable future.</p>
<p>Just in case if you are that unlucky one and have not got 6.70.05.0 version with you, I digged out a link which seems to work:</p>
<p>hxxp://cert.sjtu.edu.cn/download/mdt/dbg_x86_6.7.05.0.exe</p>
<p>I need to get MD5 hash from Volker since he has original one from MS. I&#8217;ll then update this post just to make sure Chinese website has not modified it in anyway.</p>
<br />Posted in Debugging, Tools  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=64&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2008/12/11/windbg-internal-release-with-clr-support/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>Storing your Debug Symbols</title>
		<link>http://shellexecute.wordpress.com/2008/12/02/storing-your-debug-symbols/</link>
		<comments>http://shellexecute.wordpress.com/2008/12/02/storing-your-debug-symbols/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 07:05:17 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[debug symbols]]></category>
		<category><![CDATA[symstore]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/?p=62</guid>
		<description><![CDATA[Here is simple batch file to store symbols of released versions of your product. Symstore.exe is used from Debugging Tools. I use this regularly to save debugging symbols of our product locally in structured manner. set BUILDNUM=%1 &#8220;C:\Program Files\Debugging Tools for Windows\symstore.exe&#8221; add /r /f &#8220;&#60;path-to-your-prod-symbols-in-the-build&#62;\*.pdb&#8221; /s \\&#60;path-to-symbol-store-folder&#62; /t &#8220;My Product Name&#8221; /v &#8220;Build %BUILDNUM%&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=62&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is simple batch file to store symbols of released versions of your product. Symstore.exe is used from Debugging Tools. I use this regularly to save debugging symbols of our product locally in structured manner.</p>
<p>set BUILDNUM=%1</p>
<p>&#8220;C:\Program Files\Debugging Tools for Windows\symstore.exe&#8221; add /r /f &#8220;<em>&lt;path-to-your-prod-symbols-in-the-build&gt;</em>\*.pdb&#8221; /s \\<em>&lt;path-to-symbol-store-folder&gt;</em> /t &#8220;My Product Name&#8221; /v &#8220;Build %BUILDNUM%&#8221;</p>
<p>Developers can then append path to existing symbols path:</p>
<p>SRV*C:\WinSymbols*http://msdl.microsoft.com/download/symbols;<em>&lt;path-to-your-symbol-store-folder&gt;</em></p>
<p>If some product is buggy and you don&#8217;t want symbols of it anymore, you can use Symstore to remove by using ID. This ID can be found in &#8220;<em>&lt;path-to-your-symbol-store-folder&gt;00Admin</em>&#8221; folder.  &#8220;<em>History.txt</em>&#8221; in this location will also show the date when storing is done and corresponding ID.</p>
<p>Advantage using symstore is, needless to say, you don&#8217;t have to worry about looking for right symbols when debugging your product. WinDbg resolves it for you <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Posted in Debugging  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=62&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2008/12/02/storing-your-debug-symbols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
		<item>
		<title>WinDbg New Release 6.10.3.233</title>
		<link>http://shellexecute.wordpress.com/2008/11/23/windbg-new-release-6103233/</link>
		<comments>http://shellexecute.wordpress.com/2008/11/23/windbg-new-release-6103233/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 05:51:11 +0000</pubDate>
		<dc:creator>nvedala</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[WinDbg]]></category>

		<guid isPermaLink="false">http://shellexecute.wordpress.com/?p=58</guid>
		<description><![CDATA[WHDC site announced new WinDbg release 6.10.3.233 http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.10.3.233.msi Posted in Debugging<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=58&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>WHDC site announced new WinDbg release 6.10.3.233</p>
<p>http://msdl.microsoft.com/download/symbols/debuggers/dbg_x86_6.10.3.233.msi</p>
<br />Posted in Debugging  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/shellexecute.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/shellexecute.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/shellexecute.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/shellexecute.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/shellexecute.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/shellexecute.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/shellexecute.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/shellexecute.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/shellexecute.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/shellexecute.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/shellexecute.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/shellexecute.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/shellexecute.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/shellexecute.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=shellexecute.wordpress.com&amp;blog=2583687&amp;post=58&amp;subd=shellexecute&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://shellexecute.wordpress.com/2008/11/23/windbg-new-release-6103233/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">nvedala</media:title>
		</media:content>
	</item>
	</channel>
</rss>
