fuzzcheck 0.9 release - run coverage-guided fuzz tests alongside your regular unit tests + code coverage visualiser + new online guide and improved documentation

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. fuzzcheck-rs

    Modular, structure-aware, and feedback-driven fuzzing engine for Rust functions

    I just released version 0.9 of fuzzcheck. I also released a guide for it, located at https://fuzzcheck.neocities.org.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. This Github comment shows what the code coverage viewer, named fuzzcheck-viewer, looks like. Notice that when the mouse hovers a region of code, the simplest test case to hit that region is displayed on the right. This may be useful to understand a new codebase or to refine one's assumption about the code. Also note the ⦿ sign, which indicates an unwritten “else” branch.

  4. fuzzcheck-view

    A code coverage viewer for Rust code that was fuzzed by fuzzcheck-rs

    Minor typo in the above post to note - the link to fuzzcheck-view appears to accidentally have an extra er at the end, and thus is broken.

  5. fuzz-rustc

    setup for fuzzing the Rust compiler

    Hi, fuzzcheck-view looks very interesting. I've been using fuzz-rustc lately, which is a tool to find ICEs in the rust compiler, and while the results have been pretty good, I'm missing some way to organize the artifacts generated by the fuzzer: discard duplicates, categorize by panic location, detect which panics have already been fixed in the latest nightly, etc.

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

  • Fuzzcheck-rs: Structure-aware, in-process, coverage-guided fuzzing engine for Ru

    1 project | news.ycombinator.com | 9 Sep 2024
  • Fuzzcheck: Structure and coverage guided fuzzing for Rust

    1 project | news.ycombinator.com | 13 Jan 2021
  • CS 6120: Advanced Compilers: The Self-Guided Online Course

    1 project | news.ycombinator.com | 3 Mar 2024
  • Fuzzcheck (a structure-aware Rust fuzzer)

    4 projects | /r/rust | 26 Feb 2022
  • What's everyone working on this week (30/2021)?

    3 projects | /r/rust | 26 Jul 2021

Did you know that Rust is
the 5th most popular programming language
based on number of references?