Free SWF Obfuscator - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T12:45:32Zhttp://stackoverflow.com/feeds/question/924081http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/924081/free-swf-obfuscator4Free SWF ObfuscatorCyclone2009-05-29T01:57:44Z2009-09-13T19:25:51Z
<p>Does anybody know of a free flash obfuscator? All I can find are commercial ones with free trials. I have done numerous google searches, and have been unable to find what I am looking for. </p>
<p>I know that obfuscators do not make your swf hack proof, but they make things harder. </p>
<p>Things I am looking for in an obfuscator:</p>
<ul>
<li>Unlimited obfuscations</li>
<li>No time limit</li>
<li>No watermark (or on the left side only! Right side is no good, same with center)</li>
<li>Able to publish work (no special player needed other than standard flashplayer)</li>
</ul>
<p>I really was surprised to see how hard it was to find a good obfuscator (tried encoder, protection, etc. instead as well) and how easy it is to find a decompiler....</p>
<p>It is imperative that my code be protected, at least partially, to discourage the hacking of my game.</p>
http://stackoverflow.com/questions/924081/free-swf-obfuscator/924122#9241222Answer by Badaro for Free SWF ObfuscatorBadaro2009-05-29T02:16:46Z2009-05-29T02:16:46Z<p>A coworker did some research on the topic a few months ago, and didn't find any free SWF obfuscators. We ended up picking SWF Encrypt (<a href="http://www.amayeta.com/software/swfencrypt/" rel="nofollow">http://www.amayeta.com/software/swfencrypt/</a>) which seems to do a good job.</p>
http://stackoverflow.com/questions/924081/free-swf-obfuscator/924168#9241681Answer by Unreality for Free SWF ObfuscatorUnreality2009-05-29T02:36:14Z2009-05-29T02:36:14Z<p>amayeta swfencrypt - <a href="http://www.amayeta.com/software/swfencrypt/" rel="nofollow">http://www.amayeta.com/software/swfencrypt/</a> <= this one existed for a long time and is up to date</p>
<p>secureSWF <a href="http://www.kindisoft.com/secureSWF/download.php" rel="nofollow">http://www.kindisoft.com/secureSWF/download.php</a> <== this one fulfill no time limit, but has watermark</p>
<p>and since actionscript format is very like javascript, you can use online free javascript obfuscator like this one to obfuscate sections of the important code
<a href="http://www.javascriptobfuscator.com/Default.aspx" rel="nofollow">http://www.javascriptobfuscator.com/Default.aspx</a></p>
<p>or you can search for more at here <a href="http://www.google.com/search?q=obfuscator+javascript" rel="nofollow">http://www.google.com/search?q=obfuscator+javascript</a></p>
http://stackoverflow.com/questions/924081/free-swf-obfuscator/956781#9567810Answer by Eliram for Free SWF ObfuscatorEliram2009-06-05T16:15:58Z2009-06-05T16:15:58Z<p>I found SWFProtect. It looks decent, but You'll have to test it to be sure.
<a href="http://www.swfprotect.net/swf2.0/index.php" rel="nofollow">http://www.swfprotect.net/swf2.0/index.php</a></p>
http://stackoverflow.com/questions/924081/free-swf-obfuscator/1415945#14159450Answer by Sergey Kornilov for Free SWF ObfuscatorSergey Kornilov2009-09-12T19:44:59Z2009-09-12T19:44:59Z<p><a href="http://tech.motion-twin.com/obfu.html" rel="nofollow">OBFU</a> - 1500 euros!</p>
<p><a href="http://www.amayeta.com/shop/" rel="nofollow">Amayeta SWF Encrypt Pro 5.0</a> - $125 USD. <a href="http://www.asvguy.com/2007/02/swf%5Fencrypt%5Fswc.html" rel="nofollow">gets "bypassed" too</a></p>
<p><a href="http://www.kindisoft.com/secureSWF/" rel="nofollow">SecureSWF</a> - Looks like the most promising right now.</p>
<p><a href="http://www.bestflashanimationsite.com/resources/decompilers/" rel="nofollow">A list of decompilers and obfuscators</a></p>
<p>Found at <a href="http://www.balsamiq.com/blog/2008/10/19/my-views-on-software-piracy/" rel="nofollow">http://www.balsamiq.com/blog/2008/10/19/my-views-on-software-piracy/</a></p>