decompiling an asp.net site

♀尐吖头ヾ 提交于 2019-12-01 10:20:44

问题


hallo all

i have an asp.net site which i have no source code for it.

anyway i would like to decompile the whole site and that way i can work on it agian.

how can i decompile an entire website easily to c# and not do it file by file with feflactor?

please help me with this, thank you!


回答1:


You can use the File Disassembler plugin for Reflector. It'll let you dump out a whole assembly into code files all at once.

There's another plugin: FileGenerator, that looks like it'll do the same thing, and generate a project file for you to boot.




回答2:


I have used Decompiler.NET in the past. It does a very nice job.

Decompiler.NET

Hopefully you have permission to Decompile this code.




回答3:


In the time passed a number of new and much better options became available. JustDecompile and DotPeek are up to date free decompilers that are definitely up to the task of decompiling and asp.net site.

ILSpy should also be capable of doing this although it seems work on keeping it up to date is slowly coming to an end. dnSpy is a more obscure alternative for assemblies that have been somehow processed/modified after compilation, e.g. by obfuscator or IL optimizer, etc.



来源:https://stackoverflow.com/questions/3153664/decompiling-an-asp-net-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!