Skip to content

v0.7.1

Compare
Choose a tag to compare
@mvdan mvdan released this 02 Aug 14:54
· 266 commits to master since this release

This bugfix release finishes support for Go 1.19 and features:

  • Obfuscate all cgo filenames to not leak import paths
  • Support obfuscating net and runtime/debug
  • Don't leak temporary directories after obfuscating
  • Fix an edge case resulting in broken import declarations
  • Reduce allocations involved in obfuscating code