summaryrefslogtreecommitdiffstats
path: root/development/afl/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-02-17 13:00:46 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-02-24 06:10:06 +0700
commitecdacbdc144adfe82d2ef681cb9844063e3b35d0 (patch)
treeec6803f395edd8a1c1ee92525b0e9b82baf05080 /development/afl/README
parenta6566830b66137a2e6c96e2ea8c6e4fc1dade360 (diff)
downloadslackbuilds-ecdacbdc144adfe82d2ef681cb9844063e3b35d0.tar.gz
slackbuilds-ecdacbdc144adfe82d2ef681cb9844063e3b35d0.tar.xz
development/afl: Fix clang support.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/afl/README')
-rw-r--r--development/afl/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/afl/README b/development/afl/README
index 96fd8f3bbf..66692da46c 100644
--- a/development/afl/README
+++ b/development/afl/README
@@ -9,11 +9,11 @@ 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. This does NOT require a system-wide installation of
-qemu, but it does require the source to qemu. To build qemu support,
-download the qemu source from:
+wrapper is used (afl-qemu-trace). This does NOT require a system-wide
+installation of qemu, but it does require the source to qemu. To build
+qemu support, download the qemu source from:
-http://download.qemu-project.org/qemu-2.10.0.tar.xz
+https://download.qemu-project.org/qemu-2.10.0.tar.xz
Save the file in the same directory as the afl.SlackBuild script.