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

How can we determine action invoked from HTTP GET or HTTP POST?

0 Answers  


What is objectcontext? : Entity framework

0 Answers  


about triggers?

6 Answers   CSC,


How to make sure Client Validation is enabled in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


How can I tell what .net framework is installed?

0 Answers  






When will the .net framework 3.0 be released?

0 Answers  


What is the difference between model view and controller?

0 Answers  


what is view state

3 Answers   Wipro,


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

1 Answers  


Can you write a class without specifying namespace? Which namespace does it belong to by default?

1 Answers  


Speaking of Boolean data types, what's different between C# and C/C++ ?

1 Answers  


What are the methods in Thread class?

3 Answers  


Categories