summaryrefslogtreecommitdiffstats
path: root/development/aflplusplus/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/aflplusplus/README')
-rw-r--r--development/aflplusplus/README12
1 files changed, 8 insertions, 4 deletions
diff --git a/development/aflplusplus/README b/development/aflplusplus/README
index 03eb536092..ec2a23db01 100644
--- a/development/aflplusplus/README
+++ b/development/aflplusplus/README
@@ -11,12 +11,16 @@ 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.
-This build of aflplusplus does not include frida and unicorn modes, so
-the -O and -U options won't work.
+This build of aflplusplus does not include the frida, unicorn,
+coresight, or nyx modes, so the afl-fuzz -O, -U, -X, -Y options won't
+work.
Build option: If you need to fuzz binary-only software, aflplusplus can
be built with QEMU support. To do this, download the qemu source from:
-https://slackware.uk/~urchlay/src/qemuafl-d73b0336b4.tar.xz
+https://slackware.uk/~urchlay/src/qemuafl-ff9de4fbeb.tar.xz
-...and place it in the SlackBuild's directory before running the script.
+Its md5sum is 58547e2ea53b639c17a585be376b5bb7. Place it in the
+SlackBuild's directory before running the script. The resulting
+package will support the -Q option to afl-fuzz. An existing
+installation of qemu is not required.