unixpickle / gobfuscate

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

New options #12

Closed karagenc closed 5 years ago

karagenc commented 5 years ago

Static linking is now optional (sometimes static linking gives error) Added -noencrypt option (If the main package has CGO code, it can be compiled with this option) GOCACHE added (it gives GOCACHE not found error sometimes, so i added GOCACHE environment variable)