<?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: myAutToExe and Ruby for the win!</title>
	<atom:link href="http://blog.nerdbucket.com/myauttoexe-and-ruby-for-the-win/article/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.nerdbucket.com/myauttoexe-and-ruby-for-the-win/article</link>
	<description>How can a crappy site with boring games waste more space?</description>
	<lastBuildDate>Sun, 18 Jul 2010 22:32:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cw2k</title>
		<link>http://blog.nerdbucket.com/myauttoexe-and-ruby-for-the-win/article/comment-page-1#comment-5388</link>
		<dc:creator>cw2k</dc:creator>
		<pubDate>Wed, 15 Apr 2009 11:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdbucket.com/?p=86#comment-5388</guid>
		<description>&lt;p&gt;Yeah I also had this idea and finally released it in the latest myAutToExe build(104) -&gt; http://myauttoexe.tk
I call that tool &#039;RegEx Renamer&#039; - you can access it with myAutToExe with F11&lt;/p&gt;

&lt;p&gt;Let&#039;s say you have an obfuscated source like this
Global $OO0O0O0O00O0OO00OO0 = False
Global $000O0O0O0OOOOOO000O = False
Global $00OOOO0O0O00OO00O0O = False
Global $0O0O0O0O00O0OOO000O = True&lt;/p&gt;

&lt;p&gt;you can rename the vars to some more friendly names by entering this:
&quot;&#92;$[O0]{19}&#92;b&quot; -&gt; &quot;$gENABLE&quot; ; Replaces $OO0O0O0O00O0OO00OO0 with with $gENABLE0001...&lt;/p&gt;

&lt;p&gt;Global $gENABLE0001 = False
Global $gENABLE0002 = False
Global $gENABLE0003 = False&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yeah I also had this idea and finally released it in the latest myAutToExe build(104) -&gt; <a href="http://myauttoexe.tk" rel="nofollow">http://myauttoexe.tk</a>
I call that tool &#8216;RegEx Renamer&#8217; &#8211; you can access it with myAutToExe with F11</p>

<p>Let&#8217;s say you have an obfuscated source like this
Global $OO0O0O0O00O0OO00OO0 = False
Global $000O0O0O0OOOOOO000O = False
Global $00OOOO0O0O00OO00O0O = False
Global $0O0O0O0O00O0OOO000O = True</p>

<p>you can rename the vars to some more friendly names by entering this:
&#8220;&#92;$[O0]{19}&#92;b&#8221; -&gt; &#8220;$gENABLE&#8221; ; Replaces $OO0O0O0O00O0OO00OO0 with with $gENABLE0001&#8230;</p>

<p>Global $gENABLE0001 = False
Global $gENABLE0002 = False
Global $gENABLE0003 = False</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nerdmaster</title>
		<link>http://blog.nerdbucket.com/myauttoexe-and-ruby-for-the-win/article/comment-page-1#comment-5386</link>
		<dc:creator>Nerdmaster</dc:creator>
		<pubDate>Thu, 09 Apr 2009 01:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nerdbucket.com/?p=86#comment-5386</guid>
		<description>&lt;p&gt;Also note that the &quot;unknown&quot; variables are names in a very set format: &lt;code&gt;$g_xxxxxx_&lt;/code&gt; for globals and &lt;code&gt;$v_xxxxxx_&lt;/code&gt; for locals.  This is to help facilitate other scripting to do more interesting things with a guaranteed pattern.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Also note that the &#8220;unknown&#8221; variables are names in a very set format: <code>$g_xxxxxx_</code> for globals and <code>$v_xxxxxx_</code> for locals.  This is to help facilitate other scripting to do more interesting things with a guaranteed pattern.</p>]]></content:encoded>
	</item>
</channel>
</rss>
