up vote 1 down vote favorite
share [g+] share [fb]

In order to protect swf files, prevent decompile and reading the action script CODE, now I am looking for best/popular(being used by big companies) flash obfuscator. Could you recommend some of the best flash obfuscators that you know?

(I am not sure if its an appropriate question to ask here. But its very important for action script programmers, hope you guys can help)

link|improve this question

74% accept rate
feedback

closed as not constructive by Bill the Lizard Oct 19 '11 at 13:48

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

2 Answers

I don't think obfuscating will prevent the code from being decompiled. It just makes it harder to decompile.

These are the flas obfuscators that I found

irrFuscator ActionScript 3 Obfuscator

secureSWF

SWF Encrypt 6.0

link|improve this answer
I see.. Well at least, after decompile they cant read the AS code. Thats the most important thing – bbtang Sep 25 '09 at 6:42
@bbtang It can be read in most of the cases. Sothink swf decompiler is good enough for this. You definitely can get the actionscript byte code assembly. And any intelligent one can figure things out. – kadaj Oct 4 '10 at 10:16
feedback

Since these are run on Virtual Machines with bytecodes, they can be easily decompiled. Obfuscation doesn't prevent this from happening. Obfuscation might help in case you just wanted to hide the exact implementation details. But anything like protection using serial numbers etc would be of no help. For obfuscators see the post by rahul.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.