mirror of https://github.com/google/oss-fuzz.git
dae2012980
Promising oss-fuzz in /src/oss-fuzz creates lots of confusion about where files come from. Let's make everything explicit. Fixes #20 |
||
---|---|---|
.. | ||
Dockerfile | ||
Jenkinsfile | ||
README.md | ||
build.sh | ||
parse_fuzzer.cc | ||
parse_fuzzer.options | ||
xml.dict |
README.md
Fuzzing expat
To build fuzzers: build and run the docker image:
# Checkout sources
git clone https://github.com/google/oss-fuzz.git
git clone git://git.code.sf.net/p/expat/code_git expat
# Build & run the image.
docker build -t ossfuzz/expat oss-fizz/expat && \
docker run -i -v $PWD/expat:/src/expat -v $HOME/tmp/out:/out -t ossfuzz/expat
Fuzzers will be in $HOME/tmp/out
.