c# - Embedded Resource location within the assembly -


how can discover location of embedded resource within .net assembly? "location", mean beginning , ending byte positions in assembly. there tool or sample code achieve this?

thanks in advance.

what looking pe file reader/parser. complete specification located on msdn: http://msdn.microsoft.com/en-us/windows/hardware/gg463119

managed resources:

this parser looks pretty close after: http://www.codeproject.com/kb/dotnet/asmex.aspx

and there several other pe file readers, this 1 looks promising not call out managed resources. might @ kris stanton's exploring pe file headers using managed code.

win32 resources:

win32 resources easier. many of same pe readers offset file locate resources. once there, there defined set of structures define layout of resources. msdn has defined these, , others have written it. few google searches should there.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -