Compile (compile), and decompile (decompile) .. which languages are easy to decompile.

Source: Internet
Author: User

Decompilation (decompile)

In the same way, if there is compile, there will be decompile; if there is decompilation, there will be decompilation 」. The intermediate code of a virtual machine such as Java and. NET is particularly evident.

JavaProgramThe compiled result is Java bytecode, and the result of. Net compilation is the common intermediate language. Both of them have the following features:

-The same stack-based instruction set.

-The same high-level object-oriented machine language

-Platform independent

-Code validation

-Symbolic Link

Any of the above features can make the program easier to decompile, and the combination of all five points is even worse. So it is quite easy to decompile Java and. net. Java's anti-compiler (decompiler) is circulating everywhere on the network, and the compiled files can be reversed to the original code,

Powered by zoundry

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.