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
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
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
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
:red How come you could find that and i couldnt :'(
cheers :8)