How do you extract classes' source code from a dll file?

后端 未结 10 584
感情败类
感情败类 2020-12-14 16:55

Is there any software to do this? I didn\'t find any useful information on the internet so I am asking here.

10条回答
  •  爱一瞬间的悲伤
    2020-12-14 17:16

    You can use dotPeek The only thing I have to say is that when using it, right-click on the class to select Decompiled Source instead of double-clicking, otherwise dotpeek will only display the contents of the local cs file, not the decompiled content. Option instance

提交回复
热议问题