summaryrefslogtreecommitdiff
path: root/devel/afl/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/afl/DESCR')
-rw-r--r--devel/afl/DESCR6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/afl/DESCR b/devel/afl/DESCR
new file mode 100644
index 00000000000..67b6e84dd80
--- /dev/null
+++ b/devel/afl/DESCR
@@ -0,0 +1,6 @@
+American Fuzzy Lop is a brute-force fuzzer coupled with an exceedingly
+simple but rock-solid instrumentation-guided genetic algorithm. It
+uses an enhanced form of edge coverage to easily detect subtle,
+local-scale changes to program control flow, without being bogged
+down by complex comparisons between multiple long-winded execution
+paths.