v0.8.0
This release drops support for Go 1.18, continues support for Go 1.19, and adds initial support for the upcoming Go 1.20.
Noteworthy changes include:
GOGARBLE=*
is now the default to obfuscate all packages - #594GOPRIVATE
is no longer used, being deprecated in v0.5.0- Obfuscate assembly source code filenames - #605
- Randomize the lengths of obfuscated names
- Support obfuscating
time
andsyscall
- Avoid reflect method call panics if
reflect
is obfuscated
Thanks to @Azrotronik, @lu4p, and @capnspacehook for contributing to this release!