<?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/"
		>
<channel>
	<title>Comments for Spare Clock Cycles</title>
	<atom:link href="http://spareclockcycles.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://spareclockcycles.org</link>
	<description>Hacking is freedom.</description>
	<lastBuildDate>Thu, 10 May 2012 19:18:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on 1 Flash Gallery: Arbitrary File Upload by Rebecca</title>
		<link>http://spareclockcycles.org/2011/09/06/flash-gallery-arbitrary-file-upload/comment-page-1/#comment-1662</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Thu, 10 May 2012 19:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=682#comment-1662</guid>
		<description>Great post. But I don&#039;t even have this plugin installed, and one of my WordPress firewall plugins notified me that it stopped a hacker from uploading this hack.... ?</description>
		<content:encoded><![CDATA[<p>Great post. But I don&#8217;t even have this plugin installed, and one of my WordPress firewall plugins notified me that it stopped a hacker from uploading this hack&#8230;. ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on High Gain Wifi Antenna for Under $10 by Joe Toye</title>
		<link>http://spareclockcycles.org/2010/06/10/high-gain-wifi-antenna-for-under-10/comment-page-1/#comment-1661</link>
		<dc:creator>Joe Toye</dc:creator>
		<pubDate>Mon, 07 May 2012 08:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=367#comment-1661</guid>
		<description>Yes, it works - and a big 20 element wi fi yagi is at:  http://www.ab9il.net/wlan-projects/wifi6.html for multi-mile hookups!</description>
		<content:encoded><![CDATA[<p>Yes, it works &#8211; and a big 20 element wi fi yagi is at:  <a href="http://www.ab9il.net/wlan-projects/wifi6.html" rel="nofollow">http://www.ab9il.net/wlan-projects/wifi6.html</a> for multi-mile hookups!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack Necromancy: Defeating Debuggers By Raising the Dead by supernothing</title>
		<link>http://spareclockcycles.org/2012/02/14/stack-necromancy-defeating-debuggers-by-raising-the-dead/comment-page-1/#comment-1614</link>
		<dc:creator>supernothing</dc:creator>
		<pubDate>Fri, 06 Apr 2012 00:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=785#comment-1614</guid>
		<description>Like I said in the article, the particular values stored on the unused stack are going to depend quite heavily on the compiler used and the OS version. Because I used mingw, it&#039;s not very surprising to me that it didn&#039;t work when compiled under VS. To get it to work there, you&#039;d have to map out the stack values while being debugged vs. not like I did for mingw, and then adjust the code accordingly.

Thanks though for letting me know about the missing include, fixed it in the post.</description>
		<content:encoded><![CDATA[<p>Like I said in the article, the particular values stored on the unused stack are going to depend quite heavily on the compiler used and the OS version. Because I used mingw, it&#8217;s not very surprising to me that it didn&#8217;t work when compiled under VS. To get it to work there, you&#8217;d have to map out the stack values while being debugged vs. not like I did for mingw, and then adjust the code accordingly.</p>
<p>Thanks though for letting me know about the missing include, fixed it in the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack Necromancy: Defeating Debuggers By Raising the Dead by Fernando</title>
		<link>http://spareclockcycles.org/2012/02/14/stack-necromancy-defeating-debuggers-by-raising-the-dead/comment-page-1/#comment-1613</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Tue, 03 Apr 2012 09:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=785#comment-1613</guid>
		<description>#include &quot;tlhelp32.h&quot;</description>
		<content:encoded><![CDATA[<p>#include &#8220;tlhelp32.h&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stack Necromancy: Defeating Debuggers By Raising the Dead by Fernando</title>
		<link>http://spareclockcycles.org/2012/02/14/stack-necromancy-defeating-debuggers-by-raising-the-dead/comment-page-1/#comment-1612</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Tue, 03 Apr 2012 09:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=785#comment-1612</guid>
		<description>I&#039;ve found this article pretty useful, but I&#039;m testing under Windows XP 32bits with Visual Studio 2010 and it doesn&#039;t seem to work. Basically I copied your first piece of code, run it in debug mode from the Visual Studio IDE and Module32First returned ok thus not displaying the debugger detected message.

Just to mention, I had to add the following include for it to compile:
#include </description>
		<content:encoded><![CDATA[<p>I&#8217;ve found this article pretty useful, but I&#8217;m testing under Windows XP 32bits with Visual Studio 2010 and it doesn&#8217;t seem to work. Basically I copied your first piece of code, run it in debug mode from the Visual Studio IDE and Module32First returned ok thus not displaying the debugger detected message.</p>
<p>Just to mention, I had to add the following include for it to compile:<br />
#include </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploiting an IP Camera Control Protocol by lirva32</title>
		<link>http://spareclockcycles.org/2011/05/23/exploiting-an-ip-camera-control-protocol/comment-page-1/#comment-1609</link>
		<dc:creator>lirva32</dc:creator>
		<pubDate>Sun, 01 Apr 2012 14:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=655#comment-1609</guid>
		<description>nice post.... i like this....</description>
		<content:encoded><![CDATA[<p>nice post&#8230;. i like this&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1 Flash Gallery: Arbitrary File Upload by Mary Eplett</title>
		<link>http://spareclockcycles.org/2011/09/06/flash-gallery-arbitrary-file-upload/comment-page-1/#comment-1608</link>
		<dc:creator>Mary Eplett</dc:creator>
		<pubDate>Fri, 16 Mar 2012 14:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=682#comment-1608</guid>
		<description>I&#039;m in the middle of creating a word press blogging site and had been trying to decide which plug-in to use. Thanks for the info. I&#039;m still going to try the flash player on the site  (with Patch). Very informative.
Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m in the middle of creating a word press blogging site and had been trying to decide which plug-in to use. Thanks for the info. I&#8217;m still going to try the flash player on the site  (with Patch). Very informative.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The USB Stick O&#8217; Death by V3King</title>
		<link>http://spareclockcycles.org/2010/11/21/the-usb-stick-o-death/comment-page-1/#comment-1593</link>
		<dc:creator>V3King</dc:creator>
		<pubDate>Sun, 11 Mar 2012 18:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=419#comment-1593</guid>
		<description>Amazing Post Bro... I Always Love To Read Your Posts... Keep It Up Bro.</description>
		<content:encoded><![CDATA[<p>Amazing Post Bro&#8230; I Always Love To Read Your Posts&#8230; Keep It Up Bro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1 Flash Gallery: Arbitrary File Upload by sem calcinha</title>
		<link>http://spareclockcycles.org/2011/09/06/flash-gallery-arbitrary-file-upload/comment-page-1/#comment-1569</link>
		<dc:creator>sem calcinha</dc:creator>
		<pubDate>Wed, 29 Feb 2012 12:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=682#comment-1569</guid>
		<description>Adoro me mostrar peladinha na web cam</description>
		<content:encoded><![CDATA[<p>Adoro me mostrar peladinha na web cam</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 1 Flash Gallery: Arbitrary File Upload by Eduardo &#124; Descargar Programas</title>
		<link>http://spareclockcycles.org/2011/09/06/flash-gallery-arbitrary-file-upload/comment-page-1/#comment-1562</link>
		<dc:creator>Eduardo &#124; Descargar Programas</dc:creator>
		<pubDate>Tue, 21 Feb 2012 05:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://spareclockcycles.org/?p=682#comment-1562</guid>
		<description>gracias por la informacion, esta muy entrenida

saludos</description>
		<content:encoded><![CDATA[<p>gracias por la informacion, esta muy entrenida</p>
<p>saludos</p>
]]></content:encoded>
	</item>
</channel>
</rss>

