I have opened assembly with reflector and saved some .resources files to my hard drive. There is some bitmaps in there, how can I get them from saved .resources file?
I’d like to save them as image (.bmp) file via code or some program.
I have opened assembly with reflector and saved some .resources files to my hard
Share
You could try using the PowerCommands for Reflector and save the resources as a .resx file – then open it in Visual Studio.