diff options
Diffstat (limited to 'development/afl/README')
-rw-r--r-- | development/afl/README | 8 |
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. |