adplus-dvertising
frame-decoration

Question

How are .NET executables distributed?

a.

As native executables

b.

In an intermediate form called IL

c.

As source code

d.

None of the above

Posted under Reverse Engineering

Answer: (b).In an intermediate form called IL Explanation:.NET executables are distributed in an intermediate form called IL or CIL, and during execution, the IL code is recompiled into native code by the just-in-time compiler.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How are .NET executables distributed?