summaryrefslogtreecommitdiffstats
path: root/development/afl/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'development/afl/slack-desc')
-rw-r--r--development/afl/slack-desc19
1 files changed, 0 insertions, 19 deletions
diff --git a/development/afl/slack-desc b/development/afl/slack-desc
deleted file mode 100644
index 92a45ffa4a..0000000000
--- a/development/afl/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description.
-# Line up the first '|' above the ':' following the base package name, and
-# the '|' on the right side marks the last column you can put a character in.
-# You must make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':' except on otherwise blank lines.
-
- |-----handy-ruler------------------------------------------------------|
-afl: afl (security-oriented fuzzer)
-afl:
-afl: American fuzzy lop is a security-oriented fuzzer that employs a
-afl: novel type of compile-time instrumentation and genetic algorithms to
-afl: automatically discover clean, interesting test cases that trigger new
-afl: internal states in the targeted binary. This substantially improves
-afl: the functional coverage for the fuzzed code. The compact synthesized
-afl: corpora produced by the tool are also useful for seeding other,
-afl: more labor- or resource-intensive testing regimes down the road.
-afl:
-afl: This package was built @WITHQEMU@ QEMU support.