decompiling an asp.net site

后端 未结 3 1282
死守一世寂寞
死守一世寂寞 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:28

    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.

提交回复
热议问题