Well, as the error message says, your executable is signed, and upx does not support the compression if signed executables. I guess we could add the '--force' option which would ignore the signature, but your executable may not work any more.
Laszlo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=11898
Well, as the error message says, your executable is signed, and upx does not support the compression if signed executables. I guess we could add the '--force' option which would ignore the signature, but your executable may not work any more.
Laszlo
Logged In: YES
user_id=11898
--force will work around this in upx 2.90.
L