oss-fuzz/expat
mmoroz b0f69a76cb Add dictionary and options file for expat parse_fuzzer. 2016-09-13 16:51:29 +02:00
..
Dockerfile adding make to Dockerfiles 2016-07-28 13:46:35 -07:00
Jenkinsfile [infra] optional dockerfile; copy .dict and .options 2016-08-30 13:08:26 -07:00
README.md Update and rename Readme.md to README.md 2016-08-16 13:18:04 -07:00
build.sh [infra] no need to call /env 2016-08-07 19:53:25 -07:00
parse_fuzzer.cc [expat] working build & simple fuzzer from chrome. 2016-07-26 13:59:42 -07:00
parse_fuzzer.options Add dictionary and options file for expat parse_fuzzer. 2016-09-13 16:51:29 +02:00
xml.dict Add dictionary and options file for expat parse_fuzzer. 2016-09-13 16:51:29 +02:00

README.md

Fuzzing expat

http://expat.sourceforge.net/

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.