<?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: TAC v1.1 Released (Minor Fixes)</title> <atom:link href="http://builtbackwards.com/2008/06/28/tac-v11-released-minor-fixes/feed/" rel="self" type="application/rss+xml" /><link>http://builtbackwards.com/2008/06/28/tac-v11-released-minor-fixes/</link> <description>Reverse Engineering is in Our Nature</description> <lastBuildDate>Wed, 04 Jan 2012 11:28:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: sam</title><link>http://builtbackwards.com/2008/06/28/tac-v11-released-minor-fixes/comment-page-1/#comment-25</link> <dc:creator>sam</dc:creator> <pubDate>Wed, 20 Aug 2008 19:35:55 +0000</pubDate> <guid
isPermaLink="false">http://builtbackwards.com/?p=16#comment-25</guid> <description>OTTO,
Thanks for that information. We are adding that to the plug-in in the next few days.</description> <content:encoded><![CDATA[<p>OTTO,<br
/> Thanks for that information. We are adding that to the plug-in in the next few days.</p> ]]></content:encoded> </item> <item><title>By: Otto</title><link>http://builtbackwards.com/2008/06/28/tac-v11-released-minor-fixes/comment-page-1/#comment-17</link> <dc:creator>Otto</dc:creator> <pubDate>Tue, 19 Aug 2008 19:34:41 +0000</pubDate> <guid
isPermaLink="false">http://builtbackwards.com/?p=16#comment-17</guid> <description>Interesting idea. I had considered something along these lines, but I was thinking about a more generic approach, by detecting the obfuscated code directly, not looking for the unobfuscator.
Looking at the source, I see that you&#039;re mainly checking for &quot;base64&quot;. You might also want to check for &quot;uudecode&quot; or &quot;uuencode&quot; as these can also hide code in the same manner. See the convert_uudecode() function in PHP.
You might also check for &quot;urldecode&quot; too. It can&#039;t hide code, but it can be used to make it less obvious.</description> <content:encoded><![CDATA[<p>Interesting idea. I had considered something along these lines, but I was thinking about a more generic approach, by detecting the obfuscated code directly, not looking for the unobfuscator.</p><p>Looking at the source, I see that you&#8217;re mainly checking for &#8220;base64&#8243;. You might also want to check for &#8220;uudecode&#8221; or &#8220;uuencode&#8221; as these can also hide code in the same manner. See the convert_uudecode() function in PHP.</p><p>You might also check for &#8220;urldecode&#8221; too. It can&#8217;t hide code, but it can be used to make it less obvious.</p> ]]></content:encoded> </item> </channel> </rss>
