Click here to Skip to main content
15,923,689 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have C# windows application exe files. I lost source code and now I am facing problem with exe files. How can I get original source code? Any suggestions?

What I have tried:

I want to know how to convert .exe files to original source code
Posted
Updated 10-Feb-16 21:10pm
v2

You can make use of tools like ILSpy[^] or Reflector[^] to do so.
 
Share this answer
 
v2
Comments
BillWoodruff 11-Feb-16 1:40am    
Add some links, you get my #5
dan!sh 11-Feb-16 3:09am    
Now where's my 5? :)
BillWoodruff 11-Feb-16 10:08am    
Here :)
something like this .NET Decompiler: Decompile Any .NET Code | .NET Reflector[^] might help you. Before you use that, and 'ymmv', and even more importantly, I'd suggest you teach yourself how to use a source control/repository system and/or even take simple zip backups offline of your solution/source

Dont gimme cr@p about things like git for example being 'too hard' - if you dont like command-line, use Atlassian's SourceTree (FREE) product
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900