Skip to content

danobi/btrfs-fuzz

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

btrfs-fuzz

btrfs-fuzz is an unsupervised coverage guided-fuzzer tailored for btrfs.

Dependencies

btrfs-fuzz is mostly self-contained inside a docker image. The only things you need on your host are:

  • btrfs-progs
  • podman
  • python3
  • QEMU
  • Rust toolchain

Quickstart

$ git clone https://github.com/danobi/btrfs-fuzz.git
$ cd btrfs-fuzz
$ ./x.py build
$ ./x.py seed
$ ./x.py run

x.py

x.py is the "Makefile" for this project. See x.py --help for full options.

Trophies