Is there a way I can make an icon editor so i can change the icon of the .exe and not just the shortcut?thx
Printable View
Is there a way I can make an icon editor so i can change the icon of the .exe and not just the shortcut?thx
An EXE's icon is stored in the EXE itself, hence you would have to Binary/Hex edit it to replace the current icon.
Are you trying to make an icon editor program?
If so, the icon is stored as part of the exe's resource information, which would need to be extracted.