about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjdhiser <hiser@virginia.edu>2021-06-03 16:50:24 -0400
committerGitHub <noreply@github.com>2021-06-03 22:50:24 +0200
commitc5d899e0f5e5331f78a9a3b09ce8c2370f389964 (patch)
tree9b002874861458a72a30874fa906c5cca7dbe2df
parent2ecf77db7ab8d2603536d4811329eb61574a0adb (diff)
downloadafl++-c5d899e0f5e5331f78a9a3b09ce8c2370f389964.tar.gz
Add proper name and URL for Zafl (#959)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ba612edb..7ee56786 100644
--- a/README.md
+++ b/README.md
@@ -801,7 +801,7 @@ Alternatively you can use frida_mode, just switch `-Q` with `-O` and remove the
 LAF instance.
 
 Then run as many instances as you have cores left with either -Q mode or - better -
-use a binary rewriter like afl-dyninst, retrowrite, zaflr, etc.
+use a binary rewriter like afl-dyninst, retrowrite, [Zafl](https://git.zephyr-software.com/opensrc/zafl), etc.
 
 For Qemu and Frida mode, check out the persistent mode, it gives a huge speed
 improvement if it is possible to use.