Skip to content

Commit 1e19160

Browse files
Update reproducing.md
1 parent 4b0e013 commit 1e19160

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reproducing.md

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ to replicate the exact build steps used by OSS-Fuzz and then feed the reproducer
3131
- *Reproduce using latest OSS-Fuzz build:*
3232

3333
```bash
34+
$ python infra/helper.py build_fuzzers $PROJECT_NAME
3435
$ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_path>
3536
```
3637

@@ -40,6 +41,7 @@ $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_pa
4041
E.g. for [libxml2](../projects/libxml2) project with fuzzer named `libxml2_xml_read_memory_fuzzer`, it will be:
4142

4243
```bash
44+
$ python infra/helper.py build_fuzzers libxml2
4345
$ python infra/helper.py reproduce libxml2 libxml2_xml_read_memory_fuzzer ~/Downloads/testcase
4446
```
4547

0 commit comments

Comments
 (0)