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 are the two ways to add constraints to a route?

0 Answers  


What is object service? : Entity framework

0 Answers  


What are the options can be configured in AJAX helpers?

0 Answers  


What is the difference between .net core and .net framework?

0 Answers  


What's the difference between Java and .NET garbage collectors ?

1 Answers   BirlaSoft,






What is edm designer? : Entity framework

0 Answers  


What is .net framwork?

0 Answers  


If we want to construct our own Garbage collector what are the steps things we have to do?

3 Answers   Honeywell, Semantic Space,


What is rxjava used for?

0 Answers  


Types of assemblies that can be created in dotnet ?

2 Answers   MMTS,


How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?

2 Answers  


What is the CLR

1 Answers  


Categories