FuzzTest: a C++ testing framework for writing and executing fuzz tests, property-based tests executed using coverage-guided fuzzing under the hood

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gtest-parallel

    Run Google Test suites in parallel.

  • Isn't this more or less the same method as https://github.com/google/gtest-parallel ? I have a project with millions of tests, yes literally millions, and having the tool to first ask for all possible tests in order to divide the work is still quite cumbersome.

  • fuzztest

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • honggfuzz

    Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)

  • deepstate

    A unit test-like interface for fuzzing and symbolic execution

  • Nice fuzzing facilities, similar to traif of bits deepstate but based only to libfuzzer. The API looks similar as well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Java Fuzzing with Jazzer compared to Symflower

    3 projects | dev.to | 15 Nov 2022
  • How to fuzz java code with jazzar?

    7 projects | dev.to | 22 Jul 2022
  • Question about getting coverage stats in real time using dynamorio

    1 project | /r/fuzzing | 6 May 2022
  • Using Clang LibFuzzer coverage-guided fuzzing engine with Nim

    1 project | news.ycombinator.com | 5 Jun 2021
  • DeepState – common interface to symbolic execution and fuzzing engines

    1 project | news.ycombinator.com | 30 Apr 2021