fcli icon indicating copy to clipboard operation
fcli copied to clipboard

Common: GraalVM 22.3 Windows native-image breaks when compressed with UPX

Open MikeTheSnowman opened this issue 2 years ago • 3 comments

After some testing, if GraalVM 22.3 is used to create a Windows native image that is then compressed with UPX, the windows binary will break and not work. You will simply get a binary that outputs nothing. This is a known issue by both UPX and GraalVM communities with GraalVM 22.x and newer. Please see:

  • oracle/graal#4340
  • upx/upx#559

MikeTheSnowman avatar Nov 08 '22 00:11 MikeTheSnowman