From 2356069155b0520d0f549f5ef46cd23cc4d83b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20B=C3=B6hme?= Date: Thu, 17 Aug 2017 17:43:29 +0800 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index cdf515d3..68dc51c5 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ # AFLGo: Directed Greybox Fuzzing - + AFLGo is an extension of American Fuzzy Lop (AFL). Given a set of target locations (e.g., `folder/file.c:582`), AFLGo generates inputs specifically with the objective to exercise these target locations.