问题描述
我要寻找一个反汇编或更好,对于.NET反编译器。这种情况是源$ C $ C为我的predecessors之一写的组件丢失,我想看看,看看它在做什么。
I am looking for a disassembler or better, a decompiler for .net. The situation is that the source code for an assembly written by one of my predecessors is lost and I'd like to take a look to see what it's doing.
我知道ILDASM自带的Visual Studio安装这样我就可以在MSIL得到,但我希望有足够的聪明程序工作回C#code(或最好的近似值)。
I know that ildasm comes with the Visual Studio installation so I can get at the MSIL, but I was hoping there was a program clever enough to work back to the C# code (or best approximation).
是否有这一点有什么工具?
Are there any tools for this out there?
(如果没有,我想这会是一个很好的借口,我坐下来,开始学习MSIL)
(If not, I suppose it'll be a good excuse for me to sit down and start to learn MSIL)
推荐答案
你有没有看反光?
http://www.red-gate.com/products/reflector/
这篇关于.NET程序反汇编/反编译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!