From 6b936826a8f4f5615f097ec9fba0eb1b214c84e7 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 15 Feb 2021 16:56:15 +0100 Subject: [PATCH] readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5111f09ab7..d914f105c0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ - # LibAFL, the fuzzer library. - ## Example usages -We collect example fuzzers in `./examples`. +We collect example fuzzers in `./fuzzers`. The best-tested fuzzer is `./fuzzers/libfuzzer_libpng`, a clone of libfuzzer using libafl for a libpng harness. ## How to perf: