lxn / walk

A Windows GUI toolkit for the Go Programming Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can‘t use UPX compression

wasgxu opened this issue · comments

image
Unable to operate normally after compression

commented

image Unable to operate normally after compression
可以正常使用的

image Unable to operate normally after compression
可以正常使用的

可以吗,请问你用的什么版本的upx压缩的?用什么参数来压缩啊?有使用syso文件吗

commented

image Unable to operate normally after compression
可以正常使用的

可以吗,请问你用的什么版本的upx压缩的?用什么参数来压缩啊?有使用syso文件吗

$ ./upx.exe -V
upx 3.96
NRV data compression library 0.84
UCL data compression library 1.03
zlib data compression library 1.2.3
LZMA SDK version 4.43
Copyright (C) 1996-2020 Markus Franz Xaver Johannes Oberhumer
Copyright (C) 1996-2020 Laszlo Molnar
Copyright (C) 2000-2020 John F. Reiser
Copyright (C) 2002-2020 Jens Medoch
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
Copyright (C) 1999-2006 Igor Pavlov
UPX comes with ABSOLUTELY NO WARRANTY; for details type 'upex -L'.

没有使用参数默认的,有使用 syso

我也去下载了最新的3.96版本,不加参数压缩出来,还是一样,是不 是因为我go编译的是amd64版本的程序

commented

应该不是, 我这边编译的amd64也是正常的