<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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: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>Comments for Johannes Passing&#039;s Blog</title>
	<atom:link href="http://jpassing.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jpassing.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 May 2012 05:39:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Using Import Address Table hooking for testing by Bit_Hacker</title>
		<link>http://jpassing.com/2008/01/06/using-import-address-table-hooking-for-testing/#comment-1471</link>
		<dc:creator><![CDATA[Bit_Hacker]]></dc:creator>
		<pubDate>Tue, 22 May 2012 05:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2008/01/06/using-import-address-table-hooking-for-testing/#comment-1471</guid>
		<description><![CDATA[Jeeez, you love the word &#039;STATE&#039; I did a search, you used the thing 20 times. I got tired of hearing it in my head....]]></description>
		<content:encoded><![CDATA[<p>Jeeez, you love the word &#8216;STATE&#8217; I did a search, you used the thing 20 times. I got tired of hearing it in my head&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Better</title>
		<link>http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1467</link>
		<dc:creator><![CDATA[Better]]></dc:creator>
		<pubDate>Tue, 24 Apr 2012 17:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1467</guid>
		<description><![CDATA[This program is much nicer: http://code.kliu.org/misc/elevate/]]></description>
		<content:encoded><![CDATA[<p>This program is much nicer: <a href="http://code.kliu.org/misc/elevate/" rel="nofollow">http://code.kliu.org/misc/elevate/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Jimi</title>
		<link>http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1463</link>
		<dc:creator><![CDATA[Jimi]]></dc:creator>
		<pubDate>Mon, 16 Apr 2012 13:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1463</guid>
		<description><![CDATA[I am trying to use this with certutil.exe (builtin windows command) to import certificates on the computer account.
But it seems to work but it dont add any certificates.
If I use the through windows elevated command line prompt, it works but not with the elevated command.
Tried both 32 and 64 bits.

What could be the issue?]]></description>
		<content:encoded><![CDATA[<p>I am trying to use this with certutil.exe (builtin windows command) to import certificates on the computer account.<br />
But it seems to work but it dont add any certificates.<br />
If I use the through windows elevated command line prompt, it works but not with the elevated command.<br />
Tried both 32 and 64 bits.</p>
<p>What could be the issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Walking the stack of the current thread by Mario Vilas</title>
		<link>http://jpassing.com/2008/03/12/walking-the-stack-of-the-current-thread/#comment-1461</link>
		<dc:creator><![CDATA[Mario Vilas]]></dc:creator>
		<pubDate>Sat, 31 Mar 2012 16:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=47#comment-1461</guid>
		<description><![CDATA[Hi! Great article :)

One thing though: you can use GetThreadContext in both 32 and 64 bit versions of Windows. You don&#039;t need to use the undocumented RtlCaptureContext functions.]]></description>
		<content:encoded><![CDATA[<p>Hi! Great article :)</p>
<p>One thing though: you can use GetThreadContext in both 32 and 64 bit versions of Windows. You don&#8217;t need to use the undocumented RtlCaptureContext functions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install MSI with log from shell context menu by sintaur</title>
		<link>http://jpassing.com/2007/08/18/install-msi-with-log-from-shell-context-menu/#comment-1450</link>
		<dc:creator><![CDATA[sintaur]]></dc:creator>
		<pubDate>Thu, 02 Feb 2012 22:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/08/18/install-msi-with-log-from-shell-context-menu/#comment-1450</guid>
		<description><![CDATA[Msi.Packageshell\\LoggedInstall should be Msi.Package\\shell\\LoggedInstall.

Also the commands have to be REG_EXPANDSZ, for example, use this:

[HKEY_CLASSES_ROOT\Msi.Package\shell\LoggedInstall\command]
@=hex(2):0,0

Then run regedit to put in the actual strings.  If the reg entries are regular REG_SZ, the menu commands appear, but don&#039;t work when you invoke them, at least not on Win2008.]]></description>
		<content:encoded><![CDATA[<p>Msi.Packageshell\\LoggedInstall should be Msi.Package\\shell\\LoggedInstall.</p>
<p>Also the commands have to be REG_EXPANDSZ, for example, use this:</p>
<p>[HKEY_CLASSES_ROOT\Msi.Package\shell\LoggedInstall\command]<br />
@=hex(2):0,0</p>
<p>Then run regedit to put in the actual strings.  If the reg entries are regular REG_SZ, the menu commands appear, but don&#8217;t work when you invoke them, at least not on Win2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Effective Leak Detection with the Debug CRT and Application Verifier by Chris A.</title>
		<link>http://jpassing.com/2008/09/01/effective-leak-detection-with-the-debug-crt-and-application-verifier/#comment-1449</link>
		<dc:creator><![CDATA[Chris A.]]></dc:creator>
		<pubDate>Mon, 23 Jan 2012 17:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=93#comment-1449</guid>
		<description><![CDATA[Great article!

One constructive (I hope) comment:
&gt;&gt; when main() is about to return, ~WidgetHolder has not run yet. As a consequence, WidgetHolder’s allocation has not been freed yet and _CrtDumpMemoryLeaks will treat this as a leak. Unfortunately, there is no good way to avoid such false positives. Of course, this only holds for C++. 

I do disagree with this though.  There is a good way to do this.

You can put your code inside some scope like this.

int __cdecl wmain()
{

      {   // notice code in brackets
         WidgetHolder widgetHolder;
         Widget* w = new Widget();
         UseWidget( w );
      }   // widgetHolderwill go out of scope, ~WidgetHolder  is called
  
   _CrtDumpMemoryLeaks();   // outside of scoping  {  }
   return 0;
}]]></description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>One constructive (I hope) comment:<br />
&gt;&gt; when main() is about to return, ~WidgetHolder has not run yet. As a consequence, WidgetHolder’s allocation has not been freed yet and _CrtDumpMemoryLeaks will treat this as a leak. Unfortunately, there is no good way to avoid such false positives. Of course, this only holds for C++. </p>
<p>I do disagree with this though.  There is a good way to do this.</p>
<p>You can put your code inside some scope like this.</p>
<p>int __cdecl wmain()<br />
{</p>
<p>      {   // notice code in brackets<br />
         WidgetHolder widgetHolder;<br />
         Widget* w = new Widget();<br />
         UseWidget( w );<br />
      }   // widgetHolderwill go out of scope, ~WidgetHolder  is called</p>
<p>   _CrtDumpMemoryLeaks();   // outside of scoping  {  }<br />
   return 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.5 released; adds support for EXE-embedded tests and kernel mode multi-threading by Silria</title>
		<link>http://jpassing.com/2009/09/05/cfix-1-5-released-adds-support-for-exe-embedded-tests-and-kernel-mode-multi-threading/#comment-1448</link>
		<dc:creator><![CDATA[Silria]]></dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=492#comment-1448</guid>
		<description><![CDATA[Посоветуйте где лучше купить натяжные потолки в Пензе?  
 
SilaieL 
 
 
Посоветуйте, где купить недорого  &lt;a href=&quot;http://artprestig.com/view/natjazhnye_potolki&quot; rel=&quot;nofollow&quot;&gt; потолки &lt;/a&gt; . В арт-престиж позвонил, по ценам понравилось, а вот что с качеством? Кто уже сталкивался, расскажите?]]></description>
		<content:encoded><![CDATA[<p>Посоветуйте где лучше купить натяжные потолки в Пензе?  </p>
<p>SilaieL </p>
<p>Посоветуйте, где купить недорого  <a href="http://artprestig.com/view/natjazhnye_potolki" rel="nofollow"> потолки </a> . В арт-престиж позвонил, по ценам понравилось, а вот что с качеством? Кто уже сталкивался, расскажите?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Johny</title>
		<link>http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1444</link>
		<dc:creator><![CDATA[Johny]]></dc:creator>
		<pubDate>Tue, 17 Jan 2012 11:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1444</guid>
		<description><![CDATA[Ah sorry, i got it, it returns: cmd could not be launched: 1223
thank you this is perfect]]></description>
		<content:encoded><![CDATA[<p>Ah sorry, i got it, it returns: cmd could not be launched: 1223<br />
thank you this is perfect</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Johny</title>
		<link>http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1443</link>
		<dc:creator><![CDATA[Johny]]></dc:creator>
		<pubDate>Tue, 17 Jan 2012 11:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1443</guid>
		<description><![CDATA[Hi Johannes,

Thank you for such a nice utility. I am using your program to launch jar files under admin access, something like:  
&lt;&lt;&gt;&gt; it works fine, however there is one thing that i would like to know. Is there any possibility to know if the user rejected the UAC prompt. Like if users said no, the file will not execute, but is there something that is returned by Elevate.exe that can inform if access was approved or denied?]]></description>
		<content:encoded><![CDATA[<p>Hi Johannes,</p>
<p>Thank you for such a nice utility. I am using your program to launch jar files under admin access, something like:<br />
&lt;&lt;&gt;&gt; it works fine, however there is one thing that i would like to know. Is there any possibility to know if the user rejected the UAC prompt. Like if users said no, the file will not execute, but is there something that is returned by Elevate.exe that can inform if access was approved or denied?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.5 released; adds support for EXE-embedded tests and kernel mode multi-threading by Jepqnfd</title>
		<link>http://jpassing.com/2009/09/05/cfix-1-5-released-adds-support-for-exe-embedded-tests-and-kernel-mode-multi-threading/#comment-1442</link>
		<dc:creator><![CDATA[Jepqnfd]]></dc:creator>
		<pubDate>Tue, 10 Jan 2012 01:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=492#comment-1442</guid>
		<description><![CDATA[Планируем приобрести входную дверь. Какая   &lt;a href=&quot;http://artprestig.com/category/vhodnye_dveri&quot; rel=&quot;nofollow&quot;&gt; входная дверь &lt;/a&gt; прочнее и выгоднее?]]></description>
		<content:encoded><![CDATA[<p>Планируем приобрести входную дверь. Какая   <a href="http://artprestig.com/category/vhodnye_dveri" rel="nofollow"> входная дверь </a> прочнее и выгоднее?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How GUI Thread Conversion on Svr03 Breaks the SEH Chain by gamesgirl</title>
		<link>http://jpassing.com/2008/10/25/how-gui-thread-conversion-on-svr03-damages-the-seh-chain/#comment-1441</link>
		<dc:creator><![CDATA[gamesgirl]]></dc:creator>
		<pubDate>Fri, 06 Jan 2012 08:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=154#comment-1441</guid>
		<description><![CDATA[Wowo,great article,it&#039;s so useful to me,and your article is very nice,I&#039;ve had a lot from your blog there,Keep on going,my friend,I will keep eyes on it.By the way,thanks for your post!welcome to &lt;a href=&quot;http://www.egames4girl.com&quot; rel=&quot;nofollow&quot;&gt;Best Game for Girl&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>Wowo,great article,it&#8217;s so useful to me,and your article is very nice,I&#8217;ve had a lot from your blog there,Keep on going,my friend,I will keep eyes on it.By the way,thanks for your post!welcome to <a href="http://www.egames4girl.com" rel="nofollow">Best Game for Girl</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.5 released; adds support for EXE-embedded tests and kernel mode multi-threading by Аэродинамический обвес тюнинг Шеврале Ланос АТЛ</title>
		<link>http://jpassing.com/2009/09/05/cfix-1-5-released-adds-support-for-exe-embedded-tests-and-kernel-mode-multi-threading/#comment-1440</link>
		<dc:creator><![CDATA[Аэродинамический обвес тюнинг Шеврале Ланос АТЛ]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 07:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=492#comment-1440</guid>
		<description><![CDATA[когда-нибудь увижу нечто подобное и на своем блоге]]></description>
		<content:encoded><![CDATA[<p>когда-нибудь увижу нечто подобное и на своем блоге</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trace and Watch Data &#8212; How does it work by windbg noob</title>
		<link>http://jpassing.com/2008/05/10/trace-and-watch-data-how-does-it-work/#comment-1439</link>
		<dc:creator><![CDATA[windbg noob]]></dc:creator>
		<pubDate>Sat, 31 Dec 2011 08:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=35#comment-1439</guid>
		<description><![CDATA[Hey thanks for the informative post :) I just stumbled onto your blog while searching for something single-stepping related: how to modify the event filters such that single-stepping is ignored/disabled. If you have a clue I&#039;d like to hear!]]></description>
		<content:encoded><![CDATA[<p>Hey thanks for the informative post :) I just stumbled onto your blog while searching for something single-stepping related: how to modify the event filters such that single-stepping is ignored/disabled. If you have a clue I&#8217;d like to hear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by Sam</title>
		<link>http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1437</link>
		<dc:creator><![CDATA[Sam]]></dc:creator>
		<pubDate>Thu, 15 Dec 2011 10:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1437</guid>
		<description><![CDATA[I&#039;m trying to launch assoc .vlan=&quot;file type description&quot; with your x64 elevate command, however, when I execute 

elevate assoc .vlan=&quot;file type description&quot;, I get the following message,

assoc .vlan=&quot;file type description&quot; could not be launched!

Please tell me why this is happening please!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to launch assoc .vlan=&#8221;file type description&#8221; with your x64 elevate command, however, when I execute </p>
<p>elevate assoc .vlan=&#8221;file type description&#8221;, I get the following message,</p>
<p>assoc .vlan=&#8221;file type description&#8221; could not be launched!</p>
<p>Please tell me why this is happening please!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.1 goes LGPL by Cledoangelo</title>
		<link>http://jpassing.com/2008/07/15/cfix-11-goes-lgpl/#comment-1436</link>
		<dc:creator><![CDATA[Cledoangelo]]></dc:creator>
		<pubDate>Sun, 11 Dec 2011 04:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=69#comment-1436</guid>
		<description><![CDATA[look at  online  for more]]></description>
		<content:encoded><![CDATA[<p>look at  online  for more</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch elevated processes from the command line by John L. Galt</title>
		<link>http://jpassing.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1434</link>
		<dc:creator><![CDATA[John L. Galt]]></dc:creator>
		<pubDate>Thu, 08 Dec 2011 02:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/2007/12/08/launch-elevated-processes-from-the-command-line/#comment-1434</guid>
		<description><![CDATA[Awesome tool - thanks again for writing this in C.]]></description>
		<content:encoded><![CDATA[<p>Awesome tool &#8211; thanks again for writing this in C.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The case of the mysterious JVM x64 crashes by Meri Pon</title>
		<link>http://jpassing.com/2008/05/11/the-case-of-the-mysterious-jvm-x64-crashes/#comment-1430</link>
		<dc:creator><![CDATA[Meri Pon]]></dc:creator>
		<pubDate>Thu, 01 Dec 2011 10:15:01 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=64#comment-1430</guid>
		<description><![CDATA[Thanks a lot for posting this solution! It works for me too!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot for posting this solution! It works for me too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Explicit Symbol Loading with dbghelp by Austin Dai</title>
		<link>http://jpassing.com/2008/06/10/explicit-symbol-loading-with-dbghelp/#comment-1429</link>
		<dc:creator><![CDATA[Austin Dai]]></dc:creator>
		<pubDate>Tue, 22 Nov 2011 08:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=61#comment-1429</guid>
		<description><![CDATA[Hi Johannes,

Could you share some sample code for this article? I&#039;m almost doing the same thing, but I have to pass in a valid image path to SymLoadModuleEx and set MODLOAD_DATA to NULL. So if image cannot be found under that image path, SymLoadModuleEx will fail. It seems to me MODLOAD_DATA is something looks promising.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi Johannes,</p>
<p>Could you share some sample code for this article? I&#8217;m almost doing the same thing, but I have to pass in a valid image path to SymLoadModuleEx and set MODLOAD_DATA to NULL. So if image cannot be found under that image path, SymLoadModuleEx will fail. It seems to me MODLOAD_DATA is something looks promising.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.6 released, simplifies authoring of multi-threaded tests by Stephen Hu</title>
		<link>http://jpassing.com/2010/01/31/cfix-1-6-released-simplifies-authoring-of-multi-threaded-tests/#comment-1427</link>
		<dc:creator><![CDATA[Stephen Hu]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 04:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.com/?p=640#comment-1427</guid>
		<description><![CDATA[$author, great information!  Learnt a lot from it....]]></description>
		<content:encoded><![CDATA[<p>$author, great information!  Learnt a lot from it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on cfix 1.5 released; adds support for EXE-embedded tests and kernel mode multi-threading by palPreepayjah</title>
		<link>http://jpassing.com/2009/09/05/cfix-1-5-released-adds-support-for-exe-embedded-tests-and-kernel-mode-multi-threading/#comment-1423</link>
		<dc:creator><![CDATA[palPreepayjah]]></dc:creator>
		<pubDate>Fri, 11 Nov 2011 04:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://jpassing.wordpress.com/?p=492#comment-1423</guid>
		<description><![CDATA[«Алгоритм 7» уже много лет осуществляет&lt;a href=&quot;http://algoritm7.ru/perevod-v-nezhilojfond-chto-nuzhno-sdelat&quot; rel=&quot;nofollow&quot;&gt; служба согласования перепланировок&lt;/a&gt; внесение изменений в поэтажные планы (включая случаи согласования перепланировки балкона или части квартиры), заказ и получение нового технического и кадастрового паспортов]]></description>
		<content:encoded><![CDATA[<p>«Алгоритм 7» уже много лет осуществляет<a href="http://algoritm7.ru/perevod-v-nezhilojfond-chto-nuzhno-sdelat" rel="nofollow"> служба согласования перепланировок</a> внесение изменений в поэтажные планы (включая случаи согласования перепланировки балкона или части квартиры), заказ и получение нового технического и кадастрового паспортов</p>
]]></content:encoded>
	</item>
</channel>
</rss>

