Reverse engineering in .NET 2.0
I have a .NET assembly built in C# in .NET 2.0. I do not have access to the source code of this assembly. Is there any way to see the source code of this assembly. I tried the ILDasm.exe but it shows only the name of the functions and not the code written in them. Is it possible to see the source code of an assembly.
Thanks,
Vinit
|