oss-fuzz/expat
Mike Aizatsky fad78fca51 Update README.md 2016-09-27 12:15:18 -07: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 README.md 2016-09-27 12:15:18 -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: 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/oss-fuzz:/src/oss-fuzz -v $PWD/expat:/src/expat -v $HOME/tmp/out:/out -t ossfuzz/expat

Fuzzers will be in $HOME/tmp/out.