diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:46:23 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:47 +0700 |
commit | 2bd04a7f5a6f3ba0948e750401220bf63eab5ea5 (patch) | |
tree | 0350861157a13d71cd3c6e74abada5c113cd06bc /development/afl/README | |
parent | c0aa5e28ef1e55a2d5bf43002430dbaa785c2898 (diff) | |
download | slackbuilds-2bd04a7f5a6f3ba0948e750401220bf63eab5ea5.tar.gz |
development/afl: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/afl/README')
-rw-r--r-- | development/afl/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/development/afl/README b/development/afl/README index 66692da46c..d4615ca919 100644 --- a/development/afl/README +++ b/development/afl/README @@ -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. |