mirror of https://github.com/google/oss-fuzz.git
bcdafbec0e
- Remove requirement of specifying dockerfile in Jenkinsfile. Assume it is in the library directory by deefault. - Try to copy any *.dict or *.options files to output directory. |
||
---|---|---|
.. | ||
Dockerfile | ||
Jenkinsfile | ||
README.md | ||
build.sh | ||
parse_fuzzer.cc |
README.md
Fuzzing expat
To build fuzzers: builde the image and run it:
# 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
Fuzzers will be in ~/tmp/out
.