adplus-dvertising
frame-decoration

Question

What information is contained in MSIL that makes it easier to reverse-engineer .NET programs?

a.

The full definition of every data structure used in the program

b.

The names of almost every symbol used in the program

c.

Both a and b

d.

None of the above

Posted under Reverse Engineering

Answer: (c).Both a and b Explanation:MSIL contains both the full definition of every data structure used in the program and the names of almost every symbol used in the program, making it easier to reverse-engineer .NET programs.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What information is contained in MSIL that makes it easier to reverse-engineer .NET programs?