View SWC code

Source: Internet
Author: User

Generally, we will apply some third-party class libraries and components on the Internet.

If it is SWC, we want to viewCodeLogic or reference.

SWC is actually a RAR compressed package, and so is air.

Decompress the SWC extension to RAR and find a SWF file.

SWF files can be viewed in shuosi. However, the Code in shuosi is obfuscated.

Of course, this does not affect the logical process of reading a method.

Then you can expand your class

 

For example, the class in SWC

Com. cnblogs. naiking. Math

Add (pnum: Number): Number

 

You can put SWC in lib

In your extension class supermath

Import com. cnblogs. naiking. Math;

Public class supermath extends math

{

Override public function add (pnum: Number): Number

{

// Your code overrides the SWC Logic

}

}

 

Now we have the asv2010 software, which is also used to view the code in SWF.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.