Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf9d0e commit 06a2659Copy full SHA for 06a2659
1 file changed
README.md
@@ -52,12 +52,14 @@ repository and run the following to build the base and fuzzer image:
52
```sh
53
python infra/helper.py build_image python3-libraries
54
python infra/helper.py build_fuzzers python3-libraries
55
+```
56
57
Once this succeeds you have the proper toolset to locally develop fuzzers.
58
You can run fuzz targets using the same helper script:
59
60
61
python infra/helper.py run_fuzzer python3-libraries fuzzer-email
62
63
64
This will run the fuzzer indefinitely, so stop the fuzzer whenever
65
you've confirmed that it works.
0 commit comments