如何从预编译的网站获取源代码? [英] How to get the source code from a precompiled website?

查看:151
本文介绍了如何从预编译的网站获取源代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我在asp.net c#中有一个预编译的网站代码。我希望得到它的正常形式的代码,就像它被放到编译代码之前一样。如果这是不可能的是有没有其他方法让它进入工作形式?

解决方案

请参阅问题的评论。我看不出逆向工程的合法目的。然而,假设它在某种程度上是合法的:我的建议是:使用开源产品ILSpy,它执行非常好的反编译:

http://en.wikipedia.org/wiki/.NET_Reflector [ ^ ](参见历史部分末尾的参考资料),

http://www.ilspy.net/ [ ^ ]。



-SA


你可以使用反编译器,例如 dotPeek (是一个免费的.NET反编译器)

http:// www。 jetbrains.com/decompiler/ [ ^ ]

Hi,
I have a pre-compiled website code in asp.net c#.I want to get the code in it's normal form like it was before it was put on to compiled code.If it's not possible then is there any other way to get it into the working form?

解决方案

Please see the comments to the question. I cannot see the legitimate purpose for reverse engineering. Nevertheless, assuming that it is somehow legitimate: my advice is: use the open-source product ILSpy, which performs decompilation of very good quality:
http://en.wikipedia.org/wiki/.NET_Reflector[^] (see the reference at the end of "History" section),
http://www.ilspy.net/[^].

—SA


you can use decompiler, for example dotPeek (is a free-of-charge .NET decompiler)
http://www.jetbrains.com/decompiler/[^]


这篇关于如何从预编译的网站获取源代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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