将Windows应用程序安装程序转换为源代码
问题描述:
大家好,
由于PC崩溃,我的源代码丢失了,现在我只有一个安装文件
该Windows应用程序.谁能知道如何从中检索源代码.
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.
答
您需要进行逆向工程.
反射器 [ FileDisassembler [ ^ ] .
Reflector将允许查看源代码.
FileDisassembler将允许您将其转换为VS解决方案.
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.