Action Script Question:
Download Job Interview Questions and Answers PDF
Do you know what are the ways in which ActionScript’s code can be protected?
Answer:
- The animation and flash is the technology that doesn’t get exposed much due to the restrictions in their domain areas.
- The use of intermediate language makes it easy for the compiled code that is saved in a local file.
- The local file code can be decompiled into the source code and assets that is being used by ActionScript.
- ActionScirpt, uses obfuscators that provides, the protection, of the source code, and uses lexical transformations like identifier renaming, control flow transformation, etc.
- The use of obfuscators makes it impossible for decompilers to generate the output of source code.
- The use of intermediate language makes it easy for the compiled code that is saved in a local file.
- The local file code can be decompiled into the source code and assets that is being used by ActionScript.
- ActionScirpt, uses obfuscators that provides, the protection, of the source code, and uses lexical transformations like identifier renaming, control flow transformation, etc.
- The use of obfuscators makes it impossible for decompilers to generate the output of source code.
Download Action Script Interview Questions And Answers
PDF
Previous Question | Next Question |
How to write a program to create custom list in ActionScript? | Explain what are the features provided by ActionScript 3.0? |