Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 597 Bytes

File metadata and controls

22 lines (17 loc) · 597 Bytes

Building and Pushing the Docker Image

Run the following to build the forallsecure/swift-libfuzzer Docker image and push it to a specified Docker registry.

docker build -t $MAYHEM_DOCKER_REGISTRY/forallsecure/swift-libfuzzer .
docker push $MAYHEM_DOCKER_REGISTRY/forallsecure/swift-libfuzzer

Executing the Mayhem Run

Then initiate a Mayhem run using a Mayhemfile similar to the following:

image: $MAYHEM_DOCKER_REGISTRY/forallsecure/swift-libfuzzer:latest
duration: 90
project: mayhem-examples
target: swift-libfuzzer
cmds:
  - cmd: /mayhemit
    libfuzzer: true