Run the following to build the forallsecure/c-honggfuzz-gcc
Docker image and push it to a specified Docker registry.
docker build -t $MAYHEM_DOCKER_REGISTRY/forallsecure/c-honggfuzz-gcc .
docker push $MAYHEM_DOCKER_REGISTRY/forallsecure/c-honggfuzz-gcc
Then initiate a Mayhem run using a Mayhemfile similar to the following:
image: $MAYHEM_DOCKER_REGISTRY/forallsecure/c-honggfuzz-gcc:latest
duration: 90
project: mayhem-examples
target: c-honggfuzz-gcc
cmds:
- cmd: /mayhemit
honggfuzz: true