When you compile your exe with UPX enabled you see this in the lower window:
What do I have to edit or what do I need to do to change those parameters that UPX is using? I would like to totally customize how UPX runs instead of having to manually compile without UPX and then manually go out of my way to do the compression each time with customized settings.
Any way I can just alter the detault "--best --compress-icons=0 -qq" to something I choose?
Quote
>Running:(3.7.0.0):C:\Program Files (x86)\AutoIt3\aut2exe\upx.exe" --best --compress-icons=0 -qq "C:\Users\username\Desktop\filename.exe"
What do I have to edit or what do I need to do to change those parameters that UPX is using? I would like to totally customize how UPX runs instead of having to manually compile without UPX and then manually go out of my way to do the compression each time with customized settings.
Any way I can just alter the detault "--best --compress-icons=0 -qq" to something I choose?