mirror of https://github.com/google/oss-fuzz.git
Update README.md
This commit is contained in:
parent
3e3dcd2c8c
commit
4a3c28fa14
|
@ -5,10 +5,11 @@ Fuzzing expat
|
||||||
|
|
||||||
To build fuzzers: builde the image and run it:
|
To build fuzzers: builde the image and run it:
|
||||||
````bash
|
````bash
|
||||||
# Checkout sources into ~/src/oss-fuzz & ~/src/expat
|
git clone https://github.com/google/oss-fuzz.git
|
||||||
docker build -t ossfuzz/expat expat && \
|
git clone git://git.code.sf.net/p/expat/code_git expat
|
||||||
docker run -i -v ~/src/oss-fuzz:/src/oss-fuzz -v ~/src/expat:/src/expat -v ~/tmp/out:/out -t ossfuzz/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
|
||||||
````
|
````
|
||||||
Fuzzers will be in `~/tmp/out`.
|
Fuzzers will be in `$HOME/tmp/out`.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue