Open misiek08 opened 2 weeks ago
Please upload ("Paste, drop, or click to add files"), or give a downloadable URL, of an actual executable binary file that UPX declines to compress. Supplying an actual file is so much simpler and more reliable than any recipe to reproduce. GitHub accepts .zip
, .gz
, or .tgz
files, so apply zip
, gzip
, or tar -cz
before uploading.
What's the problem (or question)?
I'm getting error instead of compressed binary.
What should have happened?
I should get compressed file, with
Packed 1 file.
info, example:Do you have an idea for a solution?
Didn't investigate. It worked great for Golang binary, but didn't work for C#/.NET8.0 PublishSingleFile=true.
How can we reproduce the issue?
dotnet publish -p:PublishSingleFile=true
upx -9 <binary>
Please tell us details about your environment.
upx --version
): 4.2.4