development/afl: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-12 20:46:23 -04:00 committed by Willy Sudiarto Raharjo
parent c0aa5e28ef
commit 2bd04a7f5a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 6 additions and 6 deletions

View File

@ -3,10 +3,10 @@ afl (security-oriented fuzzer)
American fuzzy lop is a security-oriented fuzzer that employs a
novel type of compile-time instrumentation and genetic algorithms to
automatically discover clean, interesting test cases that trigger new
internal states in the targeted binary. This substantially improves the
functional coverage for the fuzzed code. The compact synthesized corpora
produced by the tool are also useful for seeding other, more labor-
or resource-intensive testing regimes down the road.
internal states in the targeted binary. This substantially improves
the functional coverage for the fuzzed code. The compact synthesized
corpora produced by the tool are also useful for seeding other, more
labor- or resource-intensive testing regimes down the road.
To use afl with binary-only code (no source available), a custom qemu
wrapper is used (afl-qemu-trace). This does NOT require a system-wide
@ -17,5 +17,5 @@ https://download.qemu-project.org/qemu-2.10.0.tar.xz
Save the file in the same directory as the afl.SlackBuild script.
If binary-only support is not needed, don't download the qemu source. This
will speed up the build quite a bit.
If binary-only support is not needed, don't download the qemu
source. This will speed up the build quite a bit.