A Go CLI tool that inspects build artifacts (binaries, archives) and produces deterministic fingerprints independent of timestamps, paths, or ordering. This tool normalizes ELF/PE metadata, strips volatile sections, and hashes stable content. It's useful for reproducible builds and supply-chain verification. -
View it on GitHub