如何将 .NET EXE 反编译为可读的 C# 源代码? [英] How do I decompile a .NET EXE into readable C# source code?

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

问题描述

几年前我为客户编写了一个 C# 应用程序,但我不再拥有源代码.我所拥有的只是我在客户端 PC 上部署的 EXE.有没有办法从 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?

推荐答案

Reflector 及其插件 FileDisassembler.

Reflector 将允许查看源代码.FileDisassembler 将允许您将其转换为 VS 解决方案.

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

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

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