Golang¶
下载: https://go.dev/dl/
软件源国内镜像¶
https://goproxy.cn/
启用:
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn,direct
编译¶
代码混淆¶
garble¶
提示:
- 产出容易被微软的安全工具标记为恶意软件。
- 不支持 Go 1.25(2025-08-20):
Go version "go1.25.0" is too new; Go linker patches aren't available for go1.25 or later yet
用法示例:
go install mvdan.cc/garble@latest
garble.exe -literals -tiny build -trimpath .\main.go