Merge branch 'main' of github.com:AFLplusplus/libAFLrs into main

This commit is contained in:
Dominik Maier 2021-02-26 13:21:21 +01:00
commit 4b79faac36

View File

@ -10,9 +10,9 @@ It is released as Free and Open Source Software under the GNU Lesser General Pub
## Example usages
We collect example fuzzers in `./fuzzers`.
We collect example fuzzers in `./fuzzers`. They can be build using `cargo build --example [fuzzer_name]`
The best-tested fuzzer is `./fuzzers/libfuzzer_libpng`, a clone of libfuzzer using libafl for a libpng harness.
See its readme (here)[./fuzzers/libfuzzer_libpng/README.md].
See its readme [here](./fuzzers/libfuzzer_libpng/README.md).
If you want to get a quick overview, run `cargo doc`.
Feel free to open issues or contact us directly. Thank you for your support. <3