How to retrieve a bitmap from a .resx file
... to do it... but here isd an interesting artcle: http://www.codeproject.com/dotnet/asmex.asp Chris Felipe Thanks for trying, asmex will recreate the resource from an exe but not dig out the ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/17124
A tool to view C++/CLI assembly attributes
... reflector, and choose "Disassemble". 2. Assembly Viewer http://www.codeproject.com/KB/dotnet/asmex.aspx An open source solution to view the .NET assembly metadata ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-vc/10627
Detecting a dll type (.NET Assembly or not)
... party PE file parser to help you. eg, http://www.jbrowse.com/products/asmex
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-framework/1351
Reflection Question..
... and TypeRef tables. Have a look at http://www.jbrowse.com/products/asmex/download.shtml or SharpAssembly by downloading the source code for SharpDevelop ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-general/21446
how to change or modify embedded string resource in an assembly at runtime.
... of .NET assemblies is well documented. There's an article on codeproject for asmex that works with all the resource tables of an assembly. But ...
http://www.dotnetmonster.com/Uwe/Forum.aspx/dotnet-vc/9207