On Thu, 13 Nov 2008 12:07:57 +0200, huurd <[EMAIL PROTECTED]> wrote:
I use dwt+dwtx, a hello word exe size is 22M, after I use upx the size is 800kb.exe file appears to be a lot of meaningless repeat, how to remove it?
It shouldn't be so big without debug info. Check your compilation options and make sure you're not including symbols (not passing -g when linking).
-- Best regards, Vladimir mailto:[EMAIL PROTECTED]