diff --git a/README.md b/README.md index f92e5ed19fc80d5a446ad51b93fcb0e90a55f716..cbb63e65de9334b63219de479585ce4e50db7fb6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Zafl (Zipr-based AFL) -Welcome to *Zafl*, a project to fuzz X86 64-bit binary programs. +Welcome to *Zafl*, a project to fuzz X86 64-bit binary programs. + +Key features of Zafl: +* Uses Zipr, a fast, space-efficient binary rewriter to inline AFL-style instrumentations + * Preliminary overhead: + * On average 20% slower than afl/source code + * 15% faster than afl/dyninst + * a **lot** faster than afl/QEMU ## Installation Note that you will need **sudo** privileges to get and install all the required packages. @@ -12,4 +19,4 @@ cd zafl_umbrella ./build-all.sh ``` -Building Zafl takes approximately XX minutes. \ No newline at end of file +Building Zafl takes approximately 10 minutes. \ No newline at end of file