How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Garble is an obfuscation tool for Go binaries. It transforms compiled Go programs by hashing identifiers, package paths, and filenames into short, opaque strings, making reverse engineering more difficult. The tool produces reproducible results from identical source and a user-supplied seed, enabling verifiable builds. Obfuscation can be restricted to only those packages that match user-defined patterns, leaving other parts of the codebase untouched. Constant string literals in the binary are replaced with runtime-resolved expressions to hide their original content. The tool integrates direct
The main features of moloch--/denim are: Obfuscation.
Open-source alternatives to moloch--/denim include: anerruption/logic.net. binaryscary/net-obfuscate. burrowers/garble — Garble is an obfuscation tool for Go binaries. It transforms compiled Go programs by hashing identifiers, package… danielbohannon/invoke-dosfuscation. danielbohannon/invoke-obfuscation — Invoke-Obfuscation is a PowerShell-based tool for transforming PowerShell commands and scripts into obfuscated forms… 3xpl01tc0d3r/obfuscator.