关于flash破解的心得总结 - __bytecode__破解与翻书程序
[ 2007-04-22 22:10:01 | Author: liuhuan ]
Today, more and more companies want to make money from their flash components. However, users want to use it freely, so they crack.
Take a very famous, wildly used Chinese pageflip component for example. After we installed the mxp file, find the component fla file in the component folder, and open it. Then we can see the coding. It used "__bytecode__" to protect it's core codings. Such as:How can we convert the byte code to real actionscript? First step is to use flasm.(download: http://www.nowrap.de/download/flasm16win.zip | By:http://www.nowrap.de/flasm.html ). Flasm can decompile the swf to a .$wf format, or crack to a .flm file. Then we can use asv4 to crack this .$wf file, translate bytecode correctly.
Take a very famous, wildly used Chinese pageflip component for example. After we installed the mxp file, find the component fla file in the component folder, and open it. Then we can see the coding. It used "__bytecode__" to protect it's core codings. Such as:
Quote
#initclip 10
__bytecode__("99020089686302000000961400080006CCCC0840CDCCCCCC0801070300000008023D1796020008031C9402003500960D00080408050...);
#endinitclip
__bytecode__("99020089686302000000961400080006CCCC0840CDCCCCCC0801070300000008023D1796020008031C9402003500960D00080408050...);
#endinitclip
[Last Modified By liuhuan, at 2007-04-22 22:49:37]
Comments Feed: http://www.liuhuan.com/blog/feed.asp?q=comment&id=753
There is no comment on this article.
You can't post comment on this article.