Necessary for cracking: msil Instruction Set

Source: Internet
Author: User

Msil is to set. netCodeAn intermediate process of converting to machine language. It is a pseudo-assembly language between an advanced language and an Intel-based assembly language. When you compile a. netProgramThe compiler willSource codeTranslated into Microsoft intermediate language (msil), a group of commands that can effectively convert to Local Code and are independent of the CPU. When these commands are executed, the real-time (JIT) compiler converts them into CPU-specific code. Because the Common Language Runtime Library supports multiple real-time compilers, the same msil code can be compiled and run in different structures in real time by different compilers. Theoretically, msil will eliminate disputes between different languages in the industry over the years. In. in the world of net, the following may occur: some code can be implemented with effil, while others use C # Or VB.. net, but the code will be converted to an intermediate language. This gives programmers great flexibility. programmers can choose the language they are familiar with, and no longer have to worry about learning new languages that are constantly being introduced.

 

Document Download

 

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.