Hi, I was looking for a simple free obfuscator to use on MacOSX. Couldn’t find one, so I made my own simple command line obfuscator in JAVA. I haven’t tested it properly, but thought it maybe could be of use to some of you too: actionscript-obfuscator.
Basically what it does, is to take a FLASM .FLM-file as input, and generating an new obfuscated .FLM file. This new file would then be assembled back into a regular .SWF file. It supports 4 ways of obfuscating variable names: convert to decimal values, convert to binary values, convert to random generated words, and convert to random words selected out of a list. It can skip variable names specified in an extra file.
Please backup your files first and use at your own risk