How does secureSWF protect SWF files?
secureSWF renames all possible methods, fields, classes and symbol instances and removes frame labels. It will automatically detect which identifiers are safe to rename and is highly configurable so you can manually choose the identifiers to rename and those to skip. secureSWF also includes several advanced obfuscation techniques such as Control Flow obfuscation, Statement-level Randomization, Dynamic Code Wrapping and Literal Strings Encryption. No obfuscator can prevent decompilation in all cases; however, secureSWF makes the decompiled output extremely difficult to read. It makes decompilers work more like disassemblers!