Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I have lost my source code due to PC crash and now i only have a setup file
of that windows application. Can anyone know how to retrieve source code from it.
Posted

1 solution

You need to do Reverse Engineering.

Reflector[^] and it's add-in FileDisassembler[^].

Reflector will allow to see the source code.
FileDisassembler will allow you to convert it into a VS solution.
 
Share this answer
 
Comments
amy4u 27-Sep-10 8:08am    
Thnx Sandip but it does not work for me any other solution in detail

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