-
### Description
The UI's for all of the examples in the following project that is referenced in the docs are broken. All I see is a flickering UI, and a lot of the following warnings in the console…
-
```
Those UPX versions can't be unpacked with the UPX command line tool, so it'd be
nice to have them supported in FUU.
An example of a packed binary is the exectuable of the newest version of XChat…
-
```
Those UPX versions can't be unpacked with the UPX command line tool, so it'd be
nice to have them supported in FUU.
An example of a packed binary is the exectuable of the newest version of XChat…
-
路由器上的空间一般都是比较小的,以前 v2ray 的时候还得带一个 v2ctl,差不多得用20M的空间,现在 Xray 压缩前差不多占用 15M,还有很大的进步空间。我尝试在 Windows 上对 armv6 的 xray core 进行打包,压缩率非常理想。
```plaintext
λ ~\..\Xray-linux-arm32-v7a upx xray
…
-
Things working fine when running in local terminal manually but not working when using GitHub-action's local executor: actions-runner (tested on both Nuitka 1.9.7 and 2.0 with same venv and para, act…
MWTJC updated
10 months ago
-
https://github.com/zmwangx/mDNSSupervisor/releases/download/v0.1/mDNSSupervisor 4834984 bytes is a bit on the fat side. Packing it with upx, as I always do when I distribute Go binaries, reduces it to…
-
```
Those UPX versions can't be unpacked with the UPX command line tool, so it'd be
nice to have them supported in FUU.
An example of a packed binary is the exectuable of the newest version of XChat…
-
## What's the problem (or question)?
Manual page is incomplete: missing OPTIONS sections to list all options.
## What should have happened?
Update manual page to reflect program's…
-
```
What steps will reproduce the problem?
1. Put upx.exe to a location searchable in %PATH%
2. Put !packhdr "$%TEMP%\exehead.tmp" 'upx --best "$%TEMP%\exehead.tmp"' line
in the beginning of example1…
-
Hi! Author!
I found a good thing, a program that effectively compresses exe files.
Its name is upx.
Just run the following command.
```
go build -ldflags="-H windowsgui -w -s"
upx -9 *.exe
…