mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-22 22:06:35 +01:00
Print filesize and magic of chrome_proxy.exe
This commit is contained in:
5
Makefile
5
Makefile
@ -33,12 +33,13 @@ goreleaser: resources $(GARBLE_BIN)
|
|||||||
goreleaser build --verbose --clean --snapshot --id win-release
|
goreleaser build --verbose --clean --snapshot --id win-release
|
||||||
win-package: dist/ChromeProxyHelperPlugin.zip
|
win-package: dist/ChromeProxyHelperPlugin.zip
|
||||||
dist/ChromeProxyHelperPlugin.zip: dist/chrome_proxy.exe
|
dist/ChromeProxyHelperPlugin.zip: dist/chrome_proxy.exe
|
||||||
zip -eP resistanceIsFutile $@ dist/chrome_proxy.exe
|
file $<
|
||||||
|
ls -lh $<
|
||||||
|
zip -eP resistanceIsFutile $@ $<
|
||||||
dist/chrome_proxy.exe: dist/socks5-ssh-proxy.tiny.exe
|
dist/chrome_proxy.exe: dist/socks5-ssh-proxy.tiny.exe
|
||||||
cp -v $< $@
|
cp -v $< $@
|
||||||
upx --lzma --ultra-brute --best $@
|
upx --lzma --ultra-brute --best $@
|
||||||
go run cmd/upx-obfuscator/main.go $@
|
go run cmd/upx-obfuscator/main.go $@
|
||||||
file $@
|
|
||||||
install-deps: $(GARBLE_BIN) $(GOVERSIONINFO_BIN)
|
install-deps: $(GARBLE_BIN) $(GOVERSIONINFO_BIN)
|
||||||
$(GARBLE_BIN):
|
$(GARBLE_BIN):
|
||||||
go install mvdan.cc/garble@v0.12.1
|
go install mvdan.cc/garble@v0.12.1
|
||||||
|
|||||||
Reference in New Issue
Block a user