decompiling an asp.net site

后端 未结 3 1301
死守一世寂寞
死守一世寂寞 2021-01-15 19:14

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.

3条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-15 19:22

    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.

提交回复
热议问题