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 a razor file?
what is deferred loading(lazy loading)?
Can u tell me differences which are introduced in .Net 1.1 and 2.0 and 3.0 and also in 3.5 ? by detailed?
Types of assemblies that can be created in dotnet ?
Difference between manifest , metadata?
3 Answers Soma Technology, TCS,
What is meant by bootstrap in mvc5?
What is the difference between entity framework and mvc?
explain what is ado.net entity framework?
What is the use of JIT
How does work clr?
What happens when you encounter a continue statement inside the for loop ?
what is client wins and store wins mode in entity framework concurrency?