mirror of https://github.com/google/oss-fuzz.git
Update reproducing.md
This commit is contained in:
parent
f34c86166a
commit
5febfb84dc
|
@ -82,4 +82,5 @@ Our infrastructure runs some sanity tests to make sure that your build was corre
|
|||
```bash
|
||||
$ python infra/helper.py build_image $PROJECT_NAME
|
||||
$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/hongfuzz> $PROJECT_NAME
|
||||
$ python infra/helper.py check_build --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/hongfuzz> $PROJECT_NAME <fuzz_target_name>```
|
||||
$ python infra/helper.py check_build --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/hongfuzz> $PROJECT_NAME <fuzz_target_name>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue