Go fuzzing
gosentry
Security-focused Go toolchain fork that adds LibAFL fuzzing, structured inputs, grammar mode, and fuzz-time bug detectors.
View on GitHub
trailofbits/gosentry
Best for
Running stronger Go fuzzing campaigns through the familiar go test -fuzz workflow.
Surface
Go fuzzing
Catalog group
Fuzz programs and break assumptions
Repository
trailofbits/gosentry
From the README
gosentry is a security-focused fork of the Go toolchain that adds state-of-the-art fuzzing features for Go codebases. It works as a replacement for go test -fuzz and includes fuzzing improvements and bug detectors that are not present in the native Go toolchain.Read the full README on GitHub ↗
Related tools · Fuzz programs and break assumptions
- DeepState Common interface for C and C++ tests across multiple fuzzing and symbolic-execution backends.
- zfuzz Emulation-based snapshot fuzzer that can load arbitrary memory dumps and attack them directly.
- KRF Kernel fault-injection tool for Linux and FreeBSD designed to force error paths and expose weak handling.
- ProtoFuzz Grammar-aware fuzzer for Protocol Buffers that derives inputs from format definitions rather than hand-written generators.
- test-fuzz Rust macros and Cargo tooling that automate corpus creation and harness setup for fuzzing.
- Necessist Mutation-style tool that removes statements and calls to uncover tests that look healthy but are actually weak.