We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0e013 commit 1e19160Copy full SHA for 1e19160
docs/reproducing.md
@@ -31,6 +31,7 @@ to replicate the exact build steps used by OSS-Fuzz and then feed the reproducer
31
- *Reproduce using latest OSS-Fuzz build:*
32
33
```bash
34
+$ python infra/helper.py build_fuzzers $PROJECT_NAME
35
$ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_path>
36
```
37
@@ -40,6 +41,7 @@ $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_pa
40
41
E.g. for [libxml2](../projects/libxml2) project with fuzzer named `libxml2_xml_read_memory_fuzzer`, it will be:
42
43
44
+$ python infra/helper.py build_fuzzers libxml2
45
$ python infra/helper.py reproduce libxml2 libxml2_xml_read_memory_fuzzer ~/Downloads/testcase
46
47
0 commit comments