I wrote a C# application for a client a couple of years ago, but I no longer have the source code. All I have is the EXE that I deployed on the client's PC. Is there a way I can generate C# source code from the EXE?
|
|
Reflector and its add-in FileDisassembler. Reflector will allow to see the source code. FileDisassembler will allow you to convert it into a VS solution. |
|||||||||||||||||
|
|
Reflector is no longer free... But a few companies like DevExtras and JetBrains have created free alternatives: |
|||||||||||||||||
|
|
When Red Gate said there would no longer be a free version of .Net Reflector, I started using ILSpy and Telerik's JustDecompile. I have found ILSpy to decompile more accurately than JustDecompile (which is still in Beta). Red Gate has changed their decision and still have a free version of .Net Reflector, but now I like ILSpy. From the ILSpy website (http://www.ilspy.net/): ILSpy is the open-source .NET assembly browser and decompiler. ILSpy Features
Update: April 15, 2012, ILSpy 2.0 was released. New features compared with version 1.0:
Update:
|
||||
|
|
|
Reflector and the File Disassembler add-in from Denis Bauer. It actually produces source projects from assemblies, where Reflector on its own only displays the disassembled source. |
|||
|
|
|
Telerik JustDecompile is free and has a feature to create projects from .NET assemblies. |
|||
|
|
protected by Raghav Sood Feb 11 at 18:55
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.