how can i add / delete new resource to exe
i try to use BeginUpdateResource but not work
it work only at Winnt / 2000 / xp
i try to use Unicode such BeginUpdateResourceW
how can i ??
i try to use BeginUpdateResource but not work
it work only at Winnt / 2000 / xp
i try to use Unicode such BeginUpdateResourceW
how can i ??
Here is an interesting tool for you,
Resource Hacker
http://www.users.on.net/johnson/resourcehacker/reshack.zip
FREEWARE utility to view, decompile, modify and compile resources in Win32 executables. Dialogs, menus, and stringtable resource scripts (and also Borland forms) can be edited using the internal editor and immediately recompiled.
Note to Mr.Bazik : Please don't edit my reply!
:alright:
Resource Hacker
http://www.users.on.net/johnson/resourcehacker/reshack.zip
FREEWARE utility to view, decompile, modify and compile resources in Win32 executables. Dialogs, menus, and stringtable resource scripts (and also Borland forms) can be edited using the internal editor and immediately recompiled.
Note to Mr.Bazik : Please don't edit my reply!
:alright:
how can i add / delete new resource to exe
i try to use BeginUpdateResource but not work
it work only at Winnt / 2000 / xp
i try to use Unicode such BeginUpdateResourceW
how can i ??
Uhm.... we had at least 2 Threads about the same topic in the last 2 weeks... (fear this question: ) did you use the search function?
Relax Bazik.
With "edit" he ment that I censored a link.
Hi all,
Foreword: You can't add any DOS stub to an already existing PE.. because if the DOS stub you wanna install is too big, and the PE part has no reloc section, the mapping will be in error and the PE part will not work anymore.
Question: Can one add an icon to any PE (which was without icon), without causing this malfunction? Maybe adding the icon as the last section of the file?
If so, what's the simplest program to just add an icon to any PE? (I don't need to add any other kind of resource.. just an icon!).
Foreword: You can't add any DOS stub to an already existing PE.. because if the DOS stub you wanna install is too big, and the PE part has no reloc section, the mapping will be in error and the PE part will not work anymore.
Question: Can one add an icon to any PE (which was without icon), without causing this malfunction? Maybe adding the icon as the last section of the file?
If so, what's the simplest program to just add an icon to any PE? (I don't need to add any other kind of resource.. just an icon!).