<?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: Tools</title>
	<atom:link href="http://reverse.put.as/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://reverse.put.as</link>
	<description>Reverse Engineering for fun and pleasure!</description>
	<lastBuildDate>Mon, 23 Apr 2012 12:31:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: bpr</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-21235</link>
		<dc:creator>bpr</dc:creator>
		<pubDate>Mon, 05 Sep 2011 13:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-21235</guid>
		<description>@DP:

just add two additional include statements to include stdlib.h and string.h</description>
		<content:encoded><![CDATA[<p>@DP:</p>
<p>just add two additional include statements to include stdlib.h and string.h</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egon</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-21134</link>
		<dc:creator>egon</dc:creator>
		<pubDate>Wed, 31 Aug 2011 10:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-21134</guid>
		<description>Another tool I&#039;ve been using for the same purpose is 010 Editor, it&#039;s not free though.

http://www.sweetscape.com/010editor/</description>
		<content:encoded><![CDATA[<p>Another tool I&#8217;ve been using for the same purpose is 010 Editor, it&#8217;s not free though.</p>
<p><a href="http://www.sweetscape.com/010editor/" rel="nofollow">http://www.sweetscape.com/010editor/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: egon</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-20665</link>
		<dc:creator>egon</dc:creator>
		<pubDate>Sat, 13 Aug 2011 09:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-20665</guid>
		<description>Great work on the site man, keep it up. I&#039;ve found it very useful.

I found another tool you might want to add to the list: http://www.synalysis.net

I&#039;ve been using to decode firmware images.</description>
		<content:encoded><![CDATA[<p>Great work on the site man, keep it up. I&#8217;ve found it very useful.</p>
<p>I found another tool you might want to add to the list: <a href="http://www.synalysis.net" rel="nofollow">http://www.synalysis.net</a></p>
<p>I&#8217;ve been using to decode firmware images.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stan</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-18557</link>
		<dc:creator>Stan</dc:creator>
		<pubDate>Tue, 28 Jun 2011 05:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-18557</guid>
		<description>Hey,I just come here to say thank,thanks for sharing your knowledge</description>
		<content:encoded><![CDATA[<p>Hey,I just come here to say thank,thanks for sharing your knowledge</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-17379</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Fri, 20 May 2011 05:08:49 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-17379</guid>
		<description>I just really got into learn gdb today, and cracked a couple programs. I bought igetter for my imac but it won&#039;t register on my macbook pro.  I spent all day in gdb trying to crack it. It has so many different sources from which it runs. I don&#039;t believe the main check it in the igetter program itself but an extension.</description>
		<content:encoded><![CDATA[<p>I just really got into learn gdb today, and cracked a couple programs. I bought igetter for my imac but it won&#8217;t register on my macbook pro.  I spent all day in gdb trying to crack it. It has so many different sources from which it runs. I don&#8217;t believe the main check it in the igetter program itself but an extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15895</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Thu, 24 Mar 2011 14:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15895</guid>
		<description>There are excellent guides about assembly for Windows around the web. They apply without any big problems to OS X.

Audio units are not applications that run on themselves, they need a host application. Gdb is the answer (never used ida debugger so I&#039;m not sure if it&#039;s capable of doing what is required in this case).</description>
		<content:encoded><![CDATA[<p>There are excellent guides about assembly for Windows around the web. They apply without any big problems to OS X.</p>
<p>Audio units are not applications that run on themselves, they need a host application. Gdb is the answer (never used ida debugger so I&#8217;m not sure if it&#8217;s capable of doing what is required in this case).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Performer</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15894</link>
		<dc:creator>D.Performer</dc:creator>
		<pubDate>Thu, 24 Mar 2011 13:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15894</guid>
		<description>fG, have you considered making a guide to assembly reading / interpreting, and the mechanics of code manipulation, video tutorials? Reading text versus a human tutor are two different animals. 

I got IDA to disassemble the binary located within the macos directory of an audio unit &quot;.component&quot;. The wall I&#039;m running into is IDA telling me that it needs to be pointed to a host application; the debugger won&#039;t run the binary. I&#039;m assuming its because of the identity of the package is .component, not .app. I have no problems running the debugger with any other &quot;.app&quot; binary. 

IDA has three criteria for the debugger to run
Application
Input File
Directory

The debugger will run an .app but not .component.


If you don&#039;t want to tell me, for the sake of learning, could you please push me in the right direction so I may find an answer.

Thank you.</description>
		<content:encoded><![CDATA[<p>fG, have you considered making a guide to assembly reading / interpreting, and the mechanics of code manipulation, video tutorials? Reading text versus a human tutor are two different animals. </p>
<p>I got IDA to disassemble the binary located within the macos directory of an audio unit &#8220;.component&#8221;. The wall I&#8217;m running into is IDA telling me that it needs to be pointed to a host application; the debugger won&#8217;t run the binary. I&#8217;m assuming its because of the identity of the package is .component, not .app. I have no problems running the debugger with any other &#8220;.app&#8221; binary. </p>
<p>IDA has three criteria for the debugger to run<br />
Application<br />
Input File<br />
Directory</p>
<p>The debugger will run an .app but not .component.</p>
<p>If you don&#8217;t want to tell me, for the sake of learning, could you please push me in the right direction so I may find an answer.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15890</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Thu, 24 Mar 2011 12:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15890</guid>
		<description>You will have to do your homework on that problem ;-)
IDA can disassemble any binary that uses a supported processor. You just need to point it to the right place/binary ;-)</description>
		<content:encoded><![CDATA[<p>You will have to do your homework on that problem <img src='http://reverse.put.as/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
IDA can disassemble any binary that uses a supported processor. You just need to point it to the right place/binary <img src='http://reverse.put.as/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DP</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15887</link>
		<dc:creator>DP</dc:creator>
		<pubDate>Thu, 24 Mar 2011 03:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15887</guid>
		<description>Thanks fG... I ran into another problem. I&#039;m trying to get IDA to debug an Audio Unit without success. How would you go about loading an A.U into IDA&#039;s debugger? Is it because A.U&#039;s extension is &quot;.component&quot;, not &quot;.app&quot; Thank you again... Master.</description>
		<content:encoded><![CDATA[<p>Thanks fG&#8230; I ran into another problem. I&#8217;m trying to get IDA to debug an Audio Unit without success. How would you go about loading an A.U into IDA&#8217;s debugger? Is it because A.U&#8217;s extension is &#8220;.component&#8221;, not &#8220;.app&#8221; Thank you again&#8230; Master.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15884</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Thu, 24 Mar 2011 02:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15884</guid>
		<description>Best method to patch is using an hex-editor. IDA_patcher from IDA book is a good tool if the patch is very big, else it&#039;s usually faster with an hex editor.
Those are warnings that do not pose any problem to your compiled ida_patcher.c.</description>
		<content:encoded><![CDATA[<p>Best method to patch is using an hex-editor. IDA_patcher from IDA book is a good tool if the patch is very big, else it&#8217;s usually faster with an hex editor.<br />
Those are warnings that do not pose any problem to your compiled ida_patcher.c.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DP</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15877</link>
		<dc:creator>DP</dc:creator>
		<pubDate>Wed, 23 Mar 2011 16:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15877</guid>
		<description>fG,
      Thanks for the heads up, I kinda felt that you might say that. I appreciate your suggestion. Could you please help shed some light on using IDA to compile (patch?) edited assembly. Google brought up a few variations of &quot;ida_patcher.c&quot; to use on a IDA diff export. Can IDA directly change and save assembly code within a Unix Executable without having to go through the patching process? 

I&#039;m using 10.6 SL OSX...

Also, could you please help me compile this
http://www.idabook.com/examples/chapter_14/ida_patcher.c

I tried in terminal using the command  
gcc ida_patcher.c 

and got this: 
ida_patcher.c: In function ‘main’:
ida_patcher.c:51: warning: incompatible implicit declaration of built-in function ‘exit’
ida_patcher.c:61: warning: incompatible implicit declaration of built-in function ‘exit’
ida_patcher.c:70: warning: incompatible implicit declaration of built-in function ‘exit’
ida_patcher.c:86: warning: incompatible implicit declaration of built-in function ‘exit’

Any suggestions? Thank you kindly.

DP</description>
		<content:encoded><![CDATA[<p>fG,<br />
      Thanks for the heads up, I kinda felt that you might say that. I appreciate your suggestion. Could you please help shed some light on using IDA to compile (patch?) edited assembly. Google brought up a few variations of &#8220;ida_patcher.c&#8221; to use on a IDA diff export. Can IDA directly change and save assembly code within a Unix Executable without having to go through the patching process? </p>
<p>I&#8217;m using 10.6 SL OSX&#8230;</p>
<p>Also, could you please help me compile this<br />
<a href="http://www.idabook.com/examples/chapter_14/ida_patcher.c" rel="nofollow">http://www.idabook.com/examples/chapter_14/ida_patcher.c</a></p>
<p>I tried in terminal using the command<br />
gcc ida_patcher.c </p>
<p>and got this:<br />
ida_patcher.c: In function ‘main’:<br />
ida_patcher.c:51: warning: incompatible implicit declaration of built-in function ‘exit’<br />
ida_patcher.c:61: warning: incompatible implicit declaration of built-in function ‘exit’<br />
ida_patcher.c:70: warning: incompatible implicit declaration of built-in function ‘exit’<br />
ida_patcher.c:86: warning: incompatible implicit declaration of built-in function ‘exit’</p>
<p>Any suggestions? Thank you kindly.</p>
<p>DP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fG!</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15826</link>
		<dc:creator>fG!</dc:creator>
		<pubDate>Mon, 21 Mar 2011 22:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15826</guid>
		<description>Hello,

Sorry but I do not support anymore public cracking of protections. Any Windows tutorial on challenge/response authentication schemes should help to understand common implementations.

Have fun,
fG!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Sorry but I do not support anymore public cracking of protections. Any Windows tutorial on challenge/response authentication schemes should help to understand common implementations.</p>
<p>Have fun,<br />
fG!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Performer</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-15810</link>
		<dc:creator>D.Performer</dc:creator>
		<pubDate>Mon, 21 Mar 2011 12:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-15810</guid>
		<description>Sir,
     I really... really enjoy your website. I am a novice, but not without a brain, and I would really love to see a video of you using your recommended tools to show the mechanics of how to locate and negotiating a challenge/response authorization. If not, could you please direct me toward a resource that can illustrate the process from a hands on perspective? My interest right now involve an Audio Unit plug-in called Fielding DSP Reviver. You&#039;re right, everyone seems to love One-Byte... Maybe it&#039;s time for you to have an apprentice that will be your next Vader.

Take Care,

D.P</description>
		<content:encoded><![CDATA[<p>Sir,<br />
     I really&#8230; really enjoy your website. I am a novice, but not without a brain, and I would really love to see a video of you using your recommended tools to show the mechanics of how to locate and negotiating a challenge/response authorization. If not, could you please direct me toward a resource that can illustrate the process from a hands on perspective? My interest right now involve an Audio Unit plug-in called Fielding DSP Reviver. You&#8217;re right, everyone seems to love One-Byte&#8230; Maybe it&#8217;s time for you to have an apprentice that will be your next Vader.</p>
<p>Take Care,</p>
<p>D.P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neo</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-6071</link>
		<dc:creator>Neo</dc:creator>
		<pubDate>Sun, 18 Apr 2010 23:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-6071</guid>
		<description>Hi friend,

Thanks a lot for sharing! This is the spirit!

This is the perfect place for a beginner like myself.

Please, keep the excellent work.

Neo</description>
		<content:encoded><![CDATA[<p>Hi friend,</p>
<p>Thanks a lot for sharing! This is the spirit!</p>
<p>This is the perfect place for a beginner like myself.</p>
<p>Please, keep the excellent work.</p>
<p>Neo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://reverse.put.as/tools/comment-page-1/#comment-3601</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 13 Aug 2009 20:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://reverse.put.as/?page_id=311#comment-3601</guid>
		<description>Hello, 
This is Alex from Seattle. I just want to thank you so much for investing your time and energy into this website. It&#039;s got an abundance of *reversing* knowledge for a relative novice such as myself, in addition to many advanced techniques as well. ;)
It&#039;s absolutely awesome! 
Keep up the great work,

Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Hello,<br />
This is Alex from Seattle. I just want to thank you so much for investing your time and energy into this website. It&#8217;s got an abundance of *reversing* knowledge for a relative novice such as myself, in addition to many advanced techniques as well. <img src='http://reverse.put.as/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
It&#8217;s absolutely awesome!<br />
Keep up the great work,</p>
<p>Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>

