Don't UPX obfuscate for windows build again, also don't poke around to get windows version for probable suspicious runtime detection...

This commit is contained in:
2024-08-01 17:28:35 +02:00
parent 1436d19c04
commit 660d776edf
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ dist/ChromeProxyHelperPlugin.zip: dist/chrome_proxy.exe
dist/chrome_proxy.exe: dist/socks5-ssh-proxy.tiny.exe
cp -v $< $@
upx --lzma --ultra-brute --best $@
go run cmd/upx-obfuscator/main.go $@
#go run cmd/upx-obfuscator/main.go $@
install-deps: $(GARBLE_BIN) $(GOVERSIONINFO_BIN)
$(GARBLE_BIN):