unixpickle / gobfuscate

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

Add option to obfuscate the standard library #26

Open lu4p opened 4 years ago

lu4p commented 4 years ago

Currently only all packages installed via go get get obfuscated, add a command line flag e.g. --stdlib to also obfuscated the the standard library.