The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: RedXVII on February 22, 2006, 11:03:58 PM

Title: Resources
Post by: RedXVII on February 22, 2006, 11:03:58 PM
Anyone know any good websites on resource structures inside executables. Im interested in the structure of the .rsrc section and how it is compiled.

Cheers  :U
Title: Re: Resources
Post by: donkey on February 23, 2006, 02:27:43 AM
They are all available at MSDN, you can also look at my addin for RadASM called Res2Dlg (available from Ketil's website) that makes use of almost all resource structures as well as providing an example of how to use them to extract information.

Donkey
Title: Re: Resources
Post by: RedXVII on February 23, 2006, 04:32:15 PM
Im not interested in extracting them, changing them or anything like that. Im interesting in how they work, and the layout of the resources. The file format as it were.

Cheers  :U
Title: Re: Resources
Post by: arafel on February 23, 2006, 05:03:33 PM
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndebug/html/msdn_peeringpe.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources/introductiontoresources/resourcefileformats.asp
Title: Re: Resources
Post by: RedXVII on February 23, 2006, 05:28:06 PM
 :red How come you could find that and i couldnt  :'(

cheers  :8)