From ac40acbbd58f67eebc144739b4d1b560305696dd Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Thu, 18 Feb 2016 08:13:29 -0700 Subject: [PATCH] Update 02-Use_the_Tools_Available.md --- 02-Use_the_Tools_Available.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Use_the_Tools_Available.md b/02-Use_the_Tools_Available.md index 361659b..b76d7bb 100644 --- a/02-Use_the_Tools_Available.md +++ b/02-Use_the_Tools_Available.md @@ -185,7 +185,7 @@ These tools provide many of the same features as Valgrind, but built into the co ### Fuzzy Analyzers -If you project accepts user defined input, considering running a fuzzy input tester. +If your project accepts user defined input, considering running a fuzzy input tester. Both of these tools use coverage reporting to find new code execution paths and try to breed novel inputs for your code. They can find crashes, hangs, and inputs you didn't know were considered valid.