Log in

View Full Version : Add .res to exe


QuickeneR
May 5th, 2003, 03:43
I'm looking for a tool that can paste the resources from a .res file into a dumped pe executable (the exe has no resources). A surpsingly big number of reseditors can not do this. Right now I'm using ResHacker + MSVS.NET but it is still too much mouse clicking.

What is preferred way of doing this?

disavowed
May 5th, 2003, 08:16
you could use lordpe to add a res sections by "load[ing] section from disk" on your target

QuickeneR
May 6th, 2003, 04:50
Thanks disavowed!
Your advice helped. There is really no need to translate the resources to and from the .res format if I can cut and paste them into exe directly.