mirror of https://github.com/google/oss-fuzz.git
52fbe2ffd3 | ||
---|---|---|
.. | ||
Dockerfile | ||
Jenkinsfile | ||
Jenkinsfile-test | ||
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
.