garble v0.1.0 Release Notes

Release Date: 2021-03-05 // about 3 years ago
  • ๐Ÿš€ This is the first release of Garble. It supports Go 1.15.x and 1.16.x.

    It ships all the major features that have worked for the past year, including:

    • Obfuscation of all names, except methods and reflect targets
    • ๐Ÿ“ฆ Obfuscation of package import paths and position information
    • ๐Ÿ— Stripping of build and module information
    • ๐Ÿ‘Œ Support for Go modules
    • ๐Ÿ— Reproducible and cacheable builds
    • Stripping of extra information via -tiny
    • Literal obfuscation via -literals

    Known bugs:

    • ๐Ÿ‘ obfuscating the standard library with GOPRIVATE=* is not well supported yet
    • โœ… garble test is temporarily disabled, as it is currently broken

    ๐Ÿš€ [0.1.0]: https://github.com/burrowers/garble/releases/tag/v0.1.0