<?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 Stupid Compiler</title>
	<atom:link href="http://blog.semantiscope.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.semantiscope.com</link>
	<description>Notes on things about stuff</description>
	<lastBuildDate>Sun, 14 Feb 2010 04:42:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Differential Reversing (or some better name) by I&#39;m not dead yet&#8230; &#171; Stupid Compiler</title>
		<link>http://blog.semantiscope.com/2009/09/29/differential-reversing/#comment-26</link>
		<dc:creator><![CDATA[I&#39;m not dead yet&#8230; &#171; Stupid Compiler]]></dc:creator>
		<pubDate>Sun, 14 Feb 2010 04:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=56#comment-26</guid>
		<description><![CDATA[[...] with the taint information). You can see the old test version of it in a screen shot from the DiffCov blog. Evidently Shmoocon will be streaming the talks, so if your timezone permits, you can heckle me [...]]]></description>
		<content:encoded><![CDATA[<p>[...] with the taint information). You can see the old test version of it in a screen shot from the DiffCov blog. Evidently Shmoocon will be streaming the talks, so if your timezone permits, you can heckle me [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#039;m not dead yet&#8230; by apridgen</title>
		<link>http://blog.semantiscope.com/2010/01/18/im-not-dead-yet/#comment-24</link>
		<dc:creator><![CDATA[apridgen]]></dc:creator>
		<pubDate>Sun, 07 Feb 2010 03:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/2010/01/18/im-not-dead-yet/#comment-24</guid>
		<description><![CDATA[Hey man.  I saw the talk at shmoocon, and I am interested in taking a look at the code for BSO4.  Please let me know when it is posted.  I might be able to contribute a little to the development :)]]></description>
		<content:encoded><![CDATA[<p>Hey man.  I saw the talk at shmoocon, and I am interested in taking a look at the code for BSO4.  Please let me know when it is posted.  I might be able to contribute a little to the development :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I&#039;m not dead yet&#8230; by dan</title>
		<link>http://blog.semantiscope.com/2010/01/18/im-not-dead-yet/#comment-23</link>
		<dc:creator><![CDATA[dan]]></dc:creator>
		<pubDate>Tue, 19 Jan 2010 14:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/2010/01/18/im-not-dead-yet/#comment-23</guid>
		<description><![CDATA[congrats :)
I can&#039;t wait to put my hands on the pintool!]]></description>
		<content:encoded><![CDATA[<p>congrats :)<br />
I can&#8217;t wait to put my hands on the pintool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Pointers from Leaky Interpreters by dionthegod</title>
		<link>http://blog.semantiscope.com/2009/10/29/getting-pointers-from-leaky-interpreters/#comment-21</link>
		<dc:creator><![CDATA[dionthegod]]></dc:creator>
		<pubDate>Fri, 27 Nov 2009 04:25:24 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=99#comment-21</guid>
		<description><![CDATA[anon, s7ephen: Thanks!

Jordan: Right.  I&#039;ve made the edit, thanks.]]></description>
		<content:encoded><![CDATA[<p>anon, s7ephen: Thanks!</p>
<p>Jordan: Right.  I&#8217;ve made the edit, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Pointers from Leaky Interpreters by Jordan</title>
		<link>http://blog.semantiscope.com/2009/10/29/getting-pointers-from-leaky-interpreters/#comment-20</link>
		<dc:creator><![CDATA[Jordan]]></dc:creator>
		<pubDate>Thu, 19 Nov 2009 02:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=99#comment-20</guid>
		<description><![CDATA[So neat.  Also, there&#039;s a small typo in the sample above.  It will still work great normally, but the error condition itself won&#039;t work correctly. ;-)

@@ -49,3 +49,3 @@
       if (oddPrev + 8 + 9 != evenPrev) {
-        print(&quot;[-] Something went wrong &quot; + oldPrev + &quot;, &quot; + evenPrev);
+        print(&quot;[-] Something went wrong &quot; + oddPrev + &quot;, &quot; + evenPrev);
       }]]></description>
		<content:encoded><![CDATA[<p>So neat.  Also, there&#8217;s a small typo in the sample above.  It will still work great normally, but the error condition itself won&#8217;t work correctly. ;-)</p>
<p>@@ -49,3 +49,3 @@<br />
       if (oddPrev + 8 + 9 != evenPrev) {<br />
-        print(&#8220;[-] Something went wrong &#8221; + oldPrev + &#8220;, &#8221; + evenPrev);<br />
+        print(&#8220;[-] Something went wrong &#8221; + oddPrev + &#8220;, &#8221; + evenPrev);<br />
       }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Pointers from Leaky Interpreters by Stephen A. Ridley</title>
		<link>http://blog.semantiscope.com/2009/10/29/getting-pointers-from-leaky-interpreters/#comment-19</link>
		<dc:creator><![CDATA[Stephen A. Ridley]]></dc:creator>
		<pubDate>Fri, 30 Oct 2009 18:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=99#comment-19</guid>
		<description><![CDATA[Nice one bruv!]]></description>
		<content:encoded><![CDATA[<p>Nice one bruv!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Pointers from Leaky Interpreters by anon</title>
		<link>http://blog.semantiscope.com/2009/10/29/getting-pointers-from-leaky-interpreters/#comment-18</link>
		<dc:creator><![CDATA[anon]]></dc:creator>
		<pubDate>Fri, 30 Oct 2009 04:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=99#comment-18</guid>
		<description><![CDATA[Nice work!

Though similar ideas probably pop into people&#039;s heads every now and again. Some guys from Core did a presentation a few years ago at Blackhat about using crafted inserts via web applications to leak data via timing analysis against MySQL (no code was ever released), which has nothing to do with this at all, but they introduced the idea by talking about the usefulness of being able to sort a list of usernames by password, and then insert users with crafted passwords and see where they fit in.]]></description>
		<content:encoded><![CDATA[<p>Nice work!</p>
<p>Though similar ideas probably pop into people&#8217;s heads every now and again. Some guys from Core did a presentation a few years ago at Blackhat about using crafted inserts via web applications to leak data via timing analysis against MySQL (no code was ever released), which has nothing to do with this at all, but they introduced the idea by talking about the usefulness of being able to sort a list of usernames by password, and then insert users with crafted passwords and see where they fit in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Differential Reversing (or some better name) by dionthegod</title>
		<link>http://blog.semantiscope.com/2009/09/29/differential-reversing/#comment-16</link>
		<dc:creator><![CDATA[dionthegod]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 21:56:30 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=56#comment-16</guid>
		<description><![CDATA[Halvar:
That&#039;s a fair point.  I&#039;m not a student.  Any use I have would be to make money (say, exploit development or reversing for auditing purposes) -- I was trying to make the point that I am priced out of them for the limited use I would make (but I could be wrong).  I can certainly understand the prices and they would seem to be well worth it were I reversing large programs on contract (i.e. extended use for a guaranteed profit).

Regardless, I&#039;m sure others could (and should) take advantage of that offer.]]></description>
		<content:encoded><![CDATA[<p>Halvar:<br />
That&#8217;s a fair point.  I&#8217;m not a student.  Any use I have would be to make money (say, exploit development or reversing for auditing purposes) &#8212; I was trying to make the point that I am priced out of them for the limited use I would make (but I could be wrong).  I can certainly understand the prices and they would seem to be well worth it were I reversing large programs on contract (i.e. extended use for a guaranteed profit).</p>
<p>Regardless, I&#8217;m sure others could (and should) take advantage of that offer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Differential Reversing (or some better name) by Halvar</title>
		<link>http://blog.semantiscope.com/2009/09/29/differential-reversing/#comment-15</link>
		<dc:creator><![CDATA[Halvar]]></dc:creator>
		<pubDate>Tue, 27 Oct 2009 20:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=56#comment-15</guid>
		<description><![CDATA[Hey there,

just a brief note: You don&#039;t necessarily need a rich uncle to get a copy of BinNavi or BinDiff. If you&#039;re a student (or otherwise can&#039;t afford a license) we offer the following:

1) You propose a cool project that you want to use our tools for
2) You promise that you&#039;ll write a paper on what you&#039;re doing that we can put on our webpage
3) We provide the software to you, subject to the restriction that your license expires if you don&#039;t write the paper

Drop me mail for more info.]]></description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>just a brief note: You don&#8217;t necessarily need a rich uncle to get a copy of BinNavi or BinDiff. If you&#8217;re a student (or otherwise can&#8217;t afford a license) we offer the following:</p>
<p>1) You propose a cool project that you want to use our tools for<br />
2) You promise that you&#8217;ll write a paper on what you&#8217;re doing that we can put on our webpage<br />
3) We provide the software to you, subject to the restriction that your license expires if you don&#8217;t write the paper</p>
<p>Drop me mail for more info.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Differential Reversing (or some better name) by dionthegod</title>
		<link>http://blog.semantiscope.com/2009/09/29/differential-reversing/#comment-14</link>
		<dc:creator><![CDATA[dionthegod]]></dc:creator>
		<pubDate>Mon, 05 Oct 2009 03:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://dion.t-rexin.org/notes/?p=56#comment-14</guid>
		<description><![CDATA[NeO:
I figured the build is so simple with Visual Studio Express.  That is what I use on 2 of my dev. machines -- I know it works well with that.  Note that the result of the build is a shared library (not an executable) which gets loaded by pin.exe found in the Pin distribution.  I also figured people would certainly want to start tweaking the pintool, so having the source in a buildable state would be useful.

Let me know if you have any issues with the compilation.  I&#039;d be glad to help you get your build working.]]></description>
		<content:encoded><![CDATA[<p>NeO:<br />
I figured the build is so simple with Visual Studio Express.  That is what I use on 2 of my dev. machines &#8212; I know it works well with that.  Note that the result of the build is a shared library (not an executable) which gets loaded by pin.exe found in the Pin distribution.  I also figured people would certainly want to start tweaking the pintool, so having the source in a buildable state would be useful.</p>
<p>Let me know if you have any issues with the compilation.  I&#8217;d be glad to help you get your build working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

