C Preprocessor for ActionScript News
Brought to you by:
evildave
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.