Skip to content

v0.8.0

Compare
Choose a tag to compare
@mvdan mvdan released this 15 Dec 21:59
· 169 commits to master since this release
v0.8.0
82b955d

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 - #594
  • GOPRIVATE 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 and syscall
  • Avoid reflect method call panics if reflect is obfuscated

Thanks to @Azrotronik, @lu4p, and @capnspacehook for contributing to this release!