Update README.md

This commit is contained in:
Mike Aizatsky 2016-09-27 12:14:29 -07:00 committed by GitHub
parent 3e3dcd2c8c
commit 4a3c28fa14
1 changed files with 5 additions and 4 deletions

View File

@ -5,10 +5,11 @@ Fuzzing expat
To build fuzzers: builde the image and run it:
````bash
# Checkout sources into ~/src/oss-fuzz & ~/src/expat
docker build -t ossfuzz/expat expat && \
docker run -i -v ~/src/oss-fuzz:/src/oss-fuzz -v ~/src/expat:/src/expat -v ~/tmp/out:/out -t ossfuzz/expat
git clone https://github.com/google/oss-fuzz.git
git clone git://git.code.sf.net/p/expat/code_git expat
docker build -t ossfuzz/expat oss-fizz/expat && \
docker run -i -v $PWD/oss-fuzz:/src/oss-fuzz -v $PWD/expat:/src/expat -v $HOME/tmp/out:/out -t ossfuzz/expat
````
Fuzzers will be in `~/tmp/out`.
Fuzzers will be in `$HOME/tmp/out`.