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 |
Do you know about the new features in asp.net mvc 4 (asp.net mvc4)?
Which is the root namespace for fundamental types in .net framework?
If we want to construct our own Garbage collector what are the steps things we have to do?
3 Answers Honeywell, Semantic Space,
What symbol would you use to denote, the start of a code block in razor views?
how to face first interview in .NET?
Can we look at the IL for an assembly?
Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
How does the 'page lifecycle' of asp.net mvc works?
Does the .NET Framework have in-built support for serialization?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Can you declare an override method to be static if the original method is non-static
Is http stateful or stateless?