resources文件的图像

resources文件的图像

本文介绍了我怎样才能提取由.NET组件的反编译创建.resources文件的图像?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在恢复的来源为我的一个客户端的应用程序。我已成功地恢复使用 .net反射应用code。但现在我想neaten的code和重建的各种形式,让意志,我有codebehind,设计师和RESX文件,每个窗体。问题是,所有的图像都位于的.resources文件。我如何从反射器生成的这些的.resources文件中提取图片?

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 the code and recreate the individual forms so will that I have the codebehind, designer and resx files for each form. The problem is that all the images are located in ".resources" files. How do I extract the images from these ".resources" files that were generated by Reflector?

我会preFER使用一些工具,而不是通过编程提取图像,但我将诉诸code,如果我不能找到合适的应用程序。所以在这里我希望有人已经这样做过或知道一个观察者(preferably免费的!),对这些资源的文件,让我来提取图像。否则,code也不错;因为我可以那么写我自己的小应用程序提取的图像。

I would prefer to use some tool, rather than having to extract the images programmatically, but I will resort to code if I can't find a suitable application. So here I am hoping that someone has done this before or knows of a viewer (preferably free!) for these resources files that would allow me to extract the images. Otherwise, code is also good; as I could then write my own little application to extract the images.

推荐答案

此程序的帮助您<一href="http://www.$c$cproject.com/KB/dotnet/Extracting_Embedded_Image.aspx">http://www.$c$cproject.com/KB/dotnet/Extracting_Embedded_Image.aspx

这篇关于我怎样才能提取由.NET组件的反编译创建.resources文件的图像?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-02 00:13