From 4c2e3141735b94d545174912b4de3c92f9728d88 Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Tue, 6 Dec 2016 11:59:46 -0800 Subject: [PATCH] Create corpora.md --- docs/corpora.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/corpora.md diff --git a/docs/corpora.md b/docs/corpora.md new file mode 100644 index 000000000..6811f41d7 --- /dev/null +++ b/docs/corpora.md @@ -0,0 +1,16 @@ +# Accessing Corpora + +If you would like to access the corpora that we are using for your fuzz targets (synthesized by the fuzzing engine), please follow these steps. + +## Install Google Cloud SDK + +[Install](https://cloud.google.com/storage/docs/gsutil_install) the gsutil tool, which is part of the Google Cloud SDK. +Follow the instructions on the installation page to login with a Google account thats listed in your project's `project.yaml`. + +## Getting the corpus + +TODO. + +```bash +gsutil -m rsync gs:// +```