Run the following to build the forallsecure/rust-cargo-fuzz Docker image and push it to a specified Docker registry.
docker build -t $MAYHEM_DOCKER_REGISTRY/forallsecure/rust-cargo-fuzz .
docker push $MAYHEM_DOCKER_REGISTRY/forallsecure/rust-cargo-fuzzThen initiate a Mayhem run using a Mayhemfile similar to the following:
image: $MAYHEM_DOCKER_REGISTRY/forallsecure/rust-cargo-fuzz:latest
duration: 90
project: mayhem-examples
target: rust-cargo-fuzz
cmds:
- cmd: /mayhemit/fuzz/target/x86_64-unknown-linux-gnu/release/mayhemit
libfuzzer: true