From 5c9d843740bc7087309977c9e3231044f79f4a4c Mon Sep 17 00:00:00 2001 From: Alex Groce Date: Thu, 26 Jul 2018 15:30:22 -0700 Subject: [PATCH] Add to summary that we now support file-based fuzzing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a74121c..24e7bf3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The [2018 IEEE Cybersecurity Development Conference](https://secdev.ieee.org/201 * Tests look like Google Test, but can use symbolic execution/fuzzing to generate data (parameterized unit testing) * Easier to learn than binary analysis tools/fuzzers, but provides similar functionality -* Already supports Manticore, Angr, Dr. Fuzz; more back-ends likely in future +* Already supports Manticore, Angr, Dr. Fuzz, file-based fuzzing with e.g., AFL; more back-ends likely in future * Switch test generation tool without re-writing test harness * Work around show-stopper bugs * Find out which tool works best for your code under test