please tell me how to make secure SWF files, so that decompilers like sothink won’t be able to decompile these swf files at all.
i have been assigned some research work to find out the stuff to make swf files highly secured
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There really isn’t any way to prevent SWF files from being decompiled. You can obfuscate the code, although that still won’t prevent it from being decompiled. If you are trying to prevent piracy, the best option is to perform some piece of the logic/computation on your server and have your SWF make use of this service so that the SWF file is dependent on server-side logic that others cannot download.