How can I extract images from the .resources file created by a decompile of a .NET assembly?

前端 未结 4 732
天命终不由人
天命终不由人 2020-12-18 08:59

I am working on recovering the source for an application for a client of mine. I have managed to recover the application code using .NET Reflector. But now I want to neaten

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 09:22

    JustDecompile can do that. You can right-click on a resource and select Save from the context menu.

提交回复
热议问题