I need some help on making an icon changer for an exe file using masm.
I assume you need to modify the PE format?
I assume you need to modify the PE format?
It's not really my business, but why would you want to make such a program? If I want to change a icon in a program I just use Resource Hacker. It allows you to edit any resources in an exe, including icons.
Sorry if you already knew about this program and I'm being stupid :)
Sorry if you already knew about this program and I'm being stupid :)
Hi eomer...
I think you should use 3 different API calls:
1) BeginUpdateResource
2) UpdateResource
3) EndUpdateResource
I never used them, but looking at the WinAPI help, I think they're not too difficult to be used ;).
Just give them a try.
Sincerely,
Daniel
I think you should use 3 different API calls:
1) BeginUpdateResource
2) UpdateResource
3) EndUpdateResource
I never used them, but looking at the WinAPI help, I think they're not too difficult to be used ;).
Just give them a try.
Sincerely,
Daniel