How to protect swf file from being decompiled?
问题 I'm working on important project using Flex framework and i want to keep my algorithms and code secret. Is it possible to somehow protect swf file from being decompiled? I don't want someone extract my code using flash decompilers. Thanks. 回答1: While there is no full-proof way to secure code from decompilers there are some tricks to reduce the chances of this happening. host the .swf on a https server then it doesnt get cached You can obfuscate the code to make it impossible to understand