mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
4a3c28fa14
commit
fad78fca51
|
@ -3,10 +3,12 @@ Fuzzing expat
|
||||||
|
|
||||||
[http://expat.sourceforge.net/](http://expat.sourceforge.net/)
|
[http://expat.sourceforge.net/](http://expat.sourceforge.net/)
|
||||||
|
|
||||||
To build fuzzers: builde the image and run it:
|
To build fuzzers: build and run the docker image:
|
||||||
````bash
|
````bash
|
||||||
|
# Checkout sources
|
||||||
git clone https://github.com/google/oss-fuzz.git
|
git clone https://github.com/google/oss-fuzz.git
|
||||||
git clone git://git.code.sf.net/p/expat/code_git expat
|
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 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
|
docker run -i -v $PWD/oss-fuzz:/src/oss-fuzz -v $PWD/expat:/src/expat -v $HOME/tmp/out:/out -t ossfuzz/expat
|
||||||
````
|
````
|
||||||
|
|
Loading…
Reference in New Issue