我该如何反编译.NET程序的EXE成可读C#源$ C ​​$ C? [英] How do I decompile a .NET EXE into readable C# source code?

查看:210
本文介绍了我该如何反编译.NET程序的EXE成可读C#源$ C ​​$ C?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我两三年前写了一个C#应用程序的客户端,但我不再有源$ C ​​$ C。我想说明的是,我部署在客户端PC上的EXE文件。有没有一种方法,我可以生成C#源$ C ​​$从EXE C吗?

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?

推荐答案

反射及其附加 FileDisassembler

反射器将允许看到源$ C ​​$ C。 FileDisassembler将允许你把它转换成一个与解决方案。

Reflector will allow to see the source code. FileDisassembler will allow you to convert it into a VS solution.

这篇关于我该如何反编译.NET程序的EXE成可读C#源$ C ​​$ C?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆