adplus-dvertising
frame-decoration

Question

What is the intermediate form in which .NET executables are distributed?

a.

Native executables

b.

Intermediate Language (IL) or Microsoft Intermediate Language (MSIL)

c.

Common Type System (CTS)

d.

None of the above

Posted under Reverse Engineering

Answer: (b).Intermediate Language (IL) or Microsoft Intermediate Language (MSIL) Explanation:.NET executables are distributed in an intermediate form called Common Intermediate Language (CIL) or Microsoft Intermediate Language (MSIL), which is also referred to as IL for short.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the intermediate form in which .NET executables are distributed?