All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
1287 days ago
Changelog History
Changelog History
-
v0.1.0 Changes
March 05, 2021๐ 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