Go Fuzzing and delta-debugging

Open-source Go projects categorized as Fuzzing and delta-debugging

Top 3 Go Fuzzing and delta-debugging Projects

  • go-fuzz

    Randomized testing for Go

    Project mention: Go Fuzz Testing – The Basics | news.ycombinator.com | 2022-03-29

    It does instrumented fuzzing. The older https://github.com/dvyukov/go-fuzz would rewrite your sources to inject the instrumentation and pass the rewritten sources to the compiler, but it didn't really work with Go modules. This is something that probably makes sense to integrate with the compiler toolchain, same as `go test`'s coverage testing.

  • gofuzz

    Fuzz testing for go.

    Project mention: What are your strategies to prevent nil pointers errors in your code base? | reddit.com/r/golang | 2022-06-24

    Also, with some of the fuzzers available, you can actually generate structs and specify the nil chance like https://github.com/google/gofuzz

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • Tavor

    A generic fuzzing and delta-debugging framework

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2022-06-24.

Go Fuzzing and delta-debugging related posts

Index

What are some of the best open-source Fuzzing and delta-debugging projects in Go? This list will help you:

Project Stars
1 go-fuzz 4,581
2 gofuzz 1,392
3 Tavor 241
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com