Menu

Semi-Auto Obfuscator

Wrote a makefile target (only in the GNU one, right now) that will generate the contents of an obfuscate.h file that can be used to make reverse-engineering your Actionscript code a much more miserable task. Generates a list of function, var and const symbols, alphabetizes them and assigns them _1, _2, _3... etc. You must avoid using symbols built into Flash for your variable and function names, but after that it becomes quite simple to make the code much less friendly to abcdump, and future decompilers.

Posted by David Mace 2007-07-02

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.