<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Rubato and Chord - All Comments</title><link>http://blogs.msdn.com/b/reiley/</link><description>Reiley&amp;#39;s technical blog</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: The Main Thread Problem</title><link>http://blogs.msdn.com/b/reiley/archive/2011/11/09/the-main-thread-problem.aspx#10346737</link><pubDate>Wed, 05 Sep 2012 22:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10346737</guid><dc:creator>Tony</dc:creator><description>&lt;p&gt;I would prefer some combination of these. For example, in GUI application I would refuse 5, if there is just one thread running the message loop and it is different from 5. You can have multiple threads with message queue and each servicing its own main window (or Frame window style). In that case the oldest would win.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10346737" width="1" height="1"&gt;</description></item><item><title>re: Side Effects of Debugger</title><link>http://blogs.msdn.com/b/reiley/archive/2011/08/28/side-effects-of-debugger.aspx#10307162</link><pubDate>Sat, 19 May 2012 03:12:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10307162</guid><dc:creator>Reiley Yang</dc:creator><description>&lt;p&gt;What&amp;#39;s a digital media application:&lt;/p&gt;
&lt;p&gt; * &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/windows/hardware/ff536256.aspx"&gt;msdn.microsoft.com/.../ff536256.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; * &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/windows/hardware/ff536358.aspx"&gt;msdn.microsoft.com/.../ff536358.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How can the windows kernel help anti-debugging:&lt;/p&gt;
&lt;p&gt; * DRMK.SYS driver has a private contract with the debugging subsystem&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10307162" width="1" height="1"&gt;</description></item><item><title>re: Side Effects of Debugger</title><link>http://blogs.msdn.com/b/reiley/archive/2011/08/28/side-effects-of-debugger.aspx#10299654</link><pubDate>Tue, 01 May 2012 20:16:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10299654</guid><dc:creator>Ofek</dc:creator><description>&lt;p&gt;&amp;#39;Digital media application can take advantage of the windows kernel to protect itself from being debugged&amp;#39; - can you please elaborate? &amp;nbsp;What&amp;#39;s a digital media application? &amp;nbsp;How can the windows kernel help anti-debugging?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10299654" width="1" height="1"&gt;</description></item><item><title>re: Data Breakpoints</title><link>http://blogs.msdn.com/b/reiley/archive/2011/07/21/data-breakpoint.aspx#10296228</link><pubDate>Sun, 22 Apr 2012 16:58:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10296228</guid><dc:creator>Ofek</dc:creator><description>&lt;p&gt;I always wondered - why doesn&amp;#39;t VS support *read/write* data breakpoints? x86 processors do expose such states. Is it a legacy matter of conforming to other architectures?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10296228" width="1" height="1"&gt;</description></item><item><title>re: A Debugging Approach to IFEO</title><link>http://blogs.msdn.com/b/reiley/archive/2011/07/30/a-debugging-approach-to-ifeo.aspx#10251996</link><pubDate>Fri, 30 Dec 2011 08:06:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10251996</guid><dc:creator>Mike Dos Zhang</dc:creator><description>&lt;p&gt;This helped me a lot!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10251996" width="1" height="1"&gt;</description></item><item><title>re: A Debugging Approach to IFEO</title><link>http://blogs.msdn.com/b/reiley/archive/2011/07/30/a-debugging-approach-to-ifeo.aspx#10233919</link><pubDate>Fri, 04 Nov 2011 09:32:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10233919</guid><dc:creator>Yi-Lun Luo</dc:creator><description>&lt;p&gt;This is very useful. Unfortunately it doesn&amp;#39;t seem to work for Metro applications... I get 193 ERROR_BAD_EXE_FORMAT for both x86 and x64 builds.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10233919" width="1" height="1"&gt;</description></item><item><title>re: Undocumented WinDBG</title><link>http://blogs.msdn.com/b/reiley/archive/2011/10/30/undocumented-windbg.aspx#10232487</link><pubDate>Wed, 02 Nov 2011 14:26:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10232487</guid><dc:creator>Reiley Yang</dc:creator><description>&lt;p&gt;The real scenario is I got unexpected &amp;quot;Unable to open file&amp;quot; error while using .readmem to load some DLL&amp;#39;s PE/COFF header, in order to determine if there is an IAT hijack.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10232487" width="1" height="1"&gt;</description></item><item><title>re: Undocumented WinDBG</title><link>http://blogs.msdn.com/b/reiley/archive/2011/10/30/undocumented-windbg.aspx#10232248</link><pubDate>Tue, 01 Nov 2011 21:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10232248</guid><dc:creator>Thomson</dc:creator><description>&lt;p&gt;What&amp;#39;s the real scenario for the analysis of dbgeng!DotReadMem in the last part.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10232248" width="1" height="1"&gt;</description></item><item><title>re: Use Windows Debuggers for Non-Debugging Tasks</title><link>http://blogs.msdn.com/b/reiley/archive/2011/10/23/use-windows-debuggers-for-non-debugging-tasks.aspx#10229034</link><pubDate>Sun, 23 Oct 2011 13:11:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10229034</guid><dc:creator>Reiley Yang</dc:creator><description>&lt;p&gt;MSDN has dedicated pages &lt;a rel="nofollow" target="_new" href="http://msdn.microsoft.com/en-us/library/ff541398.aspx"&gt;msdn.microsoft.com/.../ff541398.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10229034" width="1" height="1"&gt;</description></item><item><title>re: Use Windows Debuggers for Non-Debugging Tasks</title><link>http://blogs.msdn.com/b/reiley/archive/2011/10/23/use-windows-debuggers-for-non-debugging-tasks.aspx#10229032</link><pubDate>Sun, 23 Oct 2011 12:58:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10229032</guid><dc:creator>Luigi Bruno</dc:creator><description>&lt;p&gt;Is there any web site that can be a useful reference for this kind of tasks?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10229032" width="1" height="1"&gt;</description></item></channel></rss>