unixpickle / gobfuscate

Obfuscate Go binaries and packages
BSD 2-Clause "Simplified" License
1.45k stars 157 forks source link

Implement obfuscation of go modules #36

Open lu4p opened 4 years ago

lu4p commented 4 years ago

It would be nice if go modules could be obfuscated too.

I found a tool which does some basic obfuscation on modules, maybe we can take some ideas from there: https://github.com/mvdan/garble

cytown commented 4 years ago

Ofcourse it's a must, because obfuscation of entire GOPATH is stupid, and more and more packages don't support this. As well as the Go newer version.