I use vmpsoft to encrypt golang binary files, but it prompts: “file golangfile has an unsupported subsetsp”
My compilation syntax is
export CGO_ENABLED=1
export GOOS=linux
export GOARCH=amd64
export CC=/usr/local/musl/bin/musl-gcc
go build -ldflags '-w -s -extldflags "-static" -buildid=' -o golang-Linux-x64 main.go
How can I solve this problem? I can also use other encryption software.
Current binaries can be encrypted when not at rest
New contributor
go python is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.