Skip to content

v0.4.0

Compare
Choose a tag to compare
@mvdan mvdan released this 26 Aug 15:50
· 347 commits to master since this release

This release of Garble adds support for Go 1.17.x while maintaining support for
Go 1.16.x. A few other noteworthy changes are included:

  • Support obfuscating literals in more edge cases with -literals
  • Improve detection of reflect usage with standard library APIs
  • Names exported for cgo are no longer obfuscated
  • Avoid breaking consts using iota with -literals

Known bugs:

  • obfuscating the entire standard library with GOPRIVATE=* is not well supported yet