Can source code be reverse-engineered from IL?

Answers were Sorted based on User's Feedback



Can source code be reverse-engineered from IL?..

Answer / swapna

Yes, it is often relatively straightforward to regenerate
high-level source (e.g. C#) from IL.

Is This Answer Correct ?    1 Yes 1 No

Can source code be reverse-engineered from IL?..

Answer / shyam

Yes by using tool ILDASM.exe we can reverse engineer the
MSIL code to the classes, objects and fuction definitions

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is separation of concerns in asp.net mvc?

1 Answers  


Difference between .NET & J2EE

1 Answers  


What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?

1 Answers  


What are the derived classes from xmlReader and xmlWriter

1 Answers  


Why to use Html.Partial in ASP.Net MVC?

1 Answers  


mention what is the difference between ado.net and classic ado?

1 Answers   Microsoft,


what are the aggregate functions in ASP.NET?

1 Answers   CTS, IBM, Zylog,


What are the Core features of ASP.NET MVC?

1 Answers  


Integer & struct are value types or reference types in .NET?

3 Answers  


What is needed for running an application built on winfx on the .net framework 3.0?

1 Answers  


Can you set the unlimited length for "maxjsonlength" property in config?

1 Answers  


What is the difference between viewbag and viewdata in asp.net mvc?

1 Answers  


Categories