4 lines
181 B
Bash
Raw Normal View History

2020-02-08 20:44:46 +08:00
#!/bin/sh
# Please install upx first, https://github.com/upx/upx/releases
find ./ -xdev -maxdepth 1 -type f -iname 'annie*' -executable -exec upx --best --brute --ultra-brute {} \;