unixpickle / gobfuscate

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

Obfuscate Import paths more #28

Open lu4p opened 4 years ago

lu4p commented 4 years ago

Currently import paths obfuscated but the folder structure stays the same e.g. $GOPATH/src/obfuscatedgithub/obfuscateduser/obfuscatedrepo $GOPATH/src/obfuscatedgithub/obfusanotheruser/obfusanotherrepo which would maybe allow to do some analysis.

It would be better to move all packages to the the root of $GOPATH/src e.g. $GOPATH/src/somerandompackagename $GOPATH/src/anotherrandompackagename