Can source code be reverse-engineered from IL?
Answers were Sorted based on User's Feedback
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 |
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 |
What is separation of concerns in asp.net mvc?
Difference between .NET & J2EE
What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
What are the derived classes from xmlReader and xmlWriter
Why to use Html.Partial in ASP.Net MVC?
mention what is the difference between ado.net and classic ado?
what are the aggregate functions in ASP.NET?
What are the Core features of ASP.NET MVC?
Integer & struct are value types or reference types in .NET?
What is needed for running an application built on winfx on the .net framework 3.0?
Can you set the unlimited length for "maxjsonlength" property in config?
What is the difference between viewbag and viewdata in asp.net mvc?