oss-fuzz/expat
Mike Aizatsky d47c71b909 Update Jenkinsfile 2016-10-11 14:34:18 -07:00
..
Dockerfile [infra] checkout command: automatic code checkout and compiling (#11) 2016-10-10 13:21:45 -07:00
Jenkinsfile Update Jenkinsfile 2016-10-11 14:34:18 -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.