<?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 on: Introduction to Reverse Engineering</title>
	<atom:link href="http://hacdc.org/2008/06/20/introduction-to-reverse-engineering/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacdc.org/2008/06/20/introduction-to-reverse-engineering/</link>
	<description>HacDC is a non-profit organization and space dedicated to technical, artistic and social collaboration.  We are technologists, tinkerers, crafters and codemonkeys who call DC home.  We collaborate across disciplines for the benefit of cultural, charitable and scientific causes.  We create, learn and teach as a group, inviting our neighbors around the block and around the world to join us!</description>
	<pubDate>Wed, 07 Jan 2009 03:23:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bow.sineath</title>
		<link>http://hacdc.org/2008/06/20/introduction-to-reverse-engineering/comment-page-1/#comment-80</link>
		<dc:creator>bow.sineath</dc:creator>
		<pubDate>Mon, 30 Jun 2008 02:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://hacdc.org/?p=36#comment-80</guid>
		<description>I wanted to let those of you that requested the slides know that I posted them, along with the sources to two of the binaries we looked at. The links are on my blog.

I welcome any questions or comments :)</description>
		<content:encoded><![CDATA[<p>I wanted to let those of you that requested the slides know that I posted them, along with the sources to two of the binaries we looked at. The links are on my blog.</p>
<p>I welcome any questions or comments <img src='http://hacdc.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s7726</title>
		<link>http://hacdc.org/2008/06/20/introduction-to-reverse-engineering/comment-page-1/#comment-78</link>
		<dc:creator>s7726</dc:creator>
		<pubDate>Sat, 21 Jun 2008 20:22:25 +0000</pubDate>
		<guid isPermaLink="false">http://hacdc.org/?p=36#comment-78</guid>
		<description>I am on the west coast, this looks awesome and I would like to second the vidcast idea</description>
		<content:encoded><![CDATA[<p>I am on the west coast, this looks awesome and I would like to second the vidcast idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bow.sineath</title>
		<link>http://hacdc.org/2008/06/20/introduction-to-reverse-engineering/comment-page-1/#comment-77</link>
		<dc:creator>bow.sineath</dc:creator>
		<pubDate>Fri, 20 Jun 2008 22:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://hacdc.org/?p=36#comment-77</guid>
		<description>@maco:

Unfortunately, I don't think there is anything I can really recommend. For the first part of the class, we'll be using some code that I wrote for examples and you could compile that under gcc and disassemble it in GDB or using objdump, but there will be significant differences in what you see GCC producing and Visual C++ (although the concepts will be the same). I should have clarified in the abstract that the majority of what we'll be looking at (if not all of it) will be Win32 binaries, but for the most part, you could probably follow along.

You could also try running IDA Pro under wine, I remember having some success with that previously, that way you could disassemble the Win32 binaries we'll be looking at. 

We probably won't be using the hex editor that much to be honest, I just recommend 010 editor because it makes looking at binary file formats easier using the templates.</description>
		<content:encoded><![CDATA[<p>@maco:</p>
<p>Unfortunately, I don&#8217;t think there is anything I can really recommend. For the first part of the class, we&#8217;ll be using some code that I wrote for examples and you could compile that under gcc and disassemble it in GDB or using objdump, but there will be significant differences in what you see GCC producing and Visual C++ (although the concepts will be the same). I should have clarified in the abstract that the majority of what we&#8217;ll be looking at (if not all of it) will be Win32 binaries, but for the most part, you could probably follow along.</p>
<p>You could also try running IDA Pro under wine, I remember having some success with that previously, that way you could disassemble the Win32 binaries we&#8217;ll be looking at. </p>
<p>We probably won&#8217;t be using the hex editor that much to be honest, I just recommend 010 editor because it makes looking at binary file formats easier using the templates.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maco</title>
		<link>http://hacdc.org/2008/06/20/introduction-to-reverse-engineering/comment-page-1/#comment-76</link>
		<dc:creator>maco</dc:creator>
		<pubDate>Fri, 20 Jun 2008 19:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://hacdc.org/?p=36#comment-76</guid>
		<description>Any suggestions for a disassembler for those of us that don't have access to mainstream OSes (ie the Linux geeks)?  Vi can do hex-editing just fine, from what I recall, so that's the one thing I'm worried about.</description>
		<content:encoded><![CDATA[<p>Any suggestions for a disassembler for those of us that don&#8217;t have access to mainstream OSes (ie the Linux geeks)?  Vi can do hex-editing just fine, from what I recall, so that&#8217;s the one thing I&#8217;m worried about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://hacdc.org/2008/06/20/introduction-to-reverse-engineering/comment-page-1/#comment-75</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 20 Jun 2008 19:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://hacdc.org/?p=36#comment-75</guid>
		<description>Unfortunately I'll be out of town on the 28th.  Any chance of having this recorded as a podcast/video/screencast?  I could probably help provide equipment toward that end if necessary.</description>
		<content:encoded><![CDATA[<p>Unfortunately I&#8217;ll be out of town on the 28th.  Any chance of having this recorded as a podcast/video/screencast?  I could probably help provide equipment toward that end if necessary.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
