diff --git a/docs/reproducing.md b/docs/reproducing.md index 7189b7671..9c3172475 100644 --- a/docs/reproducing.md +++ b/docs/reproducing.md @@ -14,11 +14,11 @@ This file contains the bytes that were fed to the [Fuzz Target](http://libfuzzer If you have already [integrated](ideal_integration.md) the fuzz target with your build and test system, all you do is run:
-./fuzz_target_binary-If this is a timeout bug, add the -timeout=25 argument. -If this is a OOM bug, add the -rss_limit_mb=2048 argument. +If this is a timeout bug, add the -timeout=25 argument.+./fuzz_target_binary <testcase_path>
-python infra/helper.py reproduce $PROJECT_NAMEIt builds the fuzzer from the most recent successful OSS-Fuzz build (usually last night's sources) @@ -45,8 +45,8 @@ python infra/helper.py reproduce libxml2 libxml2_xml_read_memory_fuzzer ~/Downlo - *Reproduce using local source checkout:*+ python infra/helper.py reproduce $PROJECT_NAME <fuzzer_name> <testcase_path>
-python infra/helper.py build_fuzzers $PROJECT_NAMEThis is essentially the previous command that additionally mounts local sources into the running container.-python infra/helper.py reproduce $PROJECT_NAME +python infra/helper.py build_fuzzers $PROJECT_NAME <source_path> +python infra/helper.py reproduce $PROJECT_NAME <fuzzer_name> <testcase_path>