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 the use of action filters in an mvc application?
Which .net framework is installed?
What is ASP.NET MVC?
Why to use Html.Partial in ASP.Net MVC?
What is the difference between using system.net and system.net.sockets?
What is boxing and unboxing?
what is lazy loading in entity framework?
What is difference between shared and public
Difference between .NET & J2EE
How can you return string result from Action in ASP.Net MVC?
How can I return string result from action in asp.net mvc?
How to free the memory that is not used by an object in garbage collection?