A method for SWF obfuscation encryption
Patent Information
- Authority / Receiving Office
- CN · China
- Current Assignee / Owner
- HANGZHOU ARCVIDEO TECHNOLOGY CO LTD
- Publication Date
- 2019-05-10
- Estimated Expiration
- Not applicable · inactive patent
Smart Images

Figure 1
Abstract
Description
technical field
[0001] The invention relates to the technical field related to technical security, in particular to a method for SWF obfuscation and encryption. Background technique
[0002] SWF (shock wave flash) file is the most common Flash-specific format at present, and it is packaged and compiled by the ActionScript3.0 (hereinafter referred to as AS3.0) programming language. After its compilation is completed, a string mapping table will be formed inside the SWF, including all strings (class names, package names, member variable names, constants, etc.) that appear in the source code. An address pointer corresponds to a globally unique string, and the strings contained in the original code fragment will be replaced with the corresponding address pointer. The actual execution of the code uses these digital pointers. So even if you modify the string content in the mapping table, it usually has no effect on the code execution process. And decompilation is to take out th...