[Help] Compressed Exe. Need Help

I have a proggie that open the tray I want to replace the taskbar icon reshacker wont do it anyone have an idea how to replace resorces in a compressed exe file

#36767

Decompress the Exe?

#36795

Actually, you have to launch the .exe and use a prog like ProcDump to dump the .exe from memory to the disk, you'll have a uncompressed exe file :)

#36807

it depends on execompressor. what is the name of your software? is it packed with upx? try to uncompress it with upx first.

download @ upx.sourceforge.net

if it's packed with ASPack you may try procdump but it's not so easy for a ****ie (if you are you can find procdump with google :D )

the best unpacker i found was ASPackDie 1.41

download @ sistemo.com/proggies.htm

i couldn't get the icons of any 'unaspacked' exes.

if you have no luck the best way is to write an e-mail for the developer and ask her/him for an unpacked executable and tell her/him she/he should use upx! - i wrote it the author of IrfanView (the best imageviewer you must know it) and he sent me the unpacked exe and he'll use upx in next versions (Y)

#36884