Don't mangle UPX header id
This commit is contained in:
parent
0c5c44055a
commit
7239fddbd1
|
|
@ -100,9 +100,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
# NOTE: Some virus and malware scanners detect mangled UPX headers and mark it as suspisious
|
||||||
- name: Obfuscate UPX packed executable
|
#- name: Obfuscate UPX packed executable
|
||||||
run: "go run cmd/upx-obfuscator/main.go dist/win-release_windows_amd64_v1/go-socks5-ssh-proxy.exe"
|
# run: "go run cmd/upx-obfuscator/main.go dist/win-release_windows_amd64_v1/go-socks5-ssh-proxy.exe"
|
||||||
|
|
||||||
- name: Copy win64 release exe for dist
|
- name: Copy win64 release exe for dist
|
||||||
run: "cp dist/win-release_windows_amd64_v1/go-socks5-ssh-proxy.exe dist/chrome_proxy.exe"
|
run: "cp dist/win-release_windows_amd64_v1/go-socks5-ssh-proxy.exe dist/chrome_proxy.exe"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue