At the request of some friends, a command line call was added to doswf today:
-files Absolute file path list, separated by spaces. For example,-files c:test.swf "c:my swf filestest.swf"
-encrypt encryption, carrying parameters of 1 or 2, respectively, representing encryption schemes 1 and 2. For example,-encrypt 1
-obfuscate Confused, carrying a special field list, separated by a space, can be empty. For example-obfuscate checkname checkpsw
-inject inject random code, carry parameter to specify level, 1-10. For example,-inject 3
-output file output Absolute directory, not specified, overwrite the original file. For example,-output C://outputdir
currently only has the air version to support command-line calls.
at the same time, the * parameters are not supported. So if a lot of file batch processing, good or write a bat file. Write an example:
doswf-files d:desktopdraw.swf-encrypt 1-obfuscate-inject 3-output d:desktoptest
|