about summary refs log tree commit diff
path: root/instrumentation
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2022-01-20 20:59:36 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2022-01-20 20:59:36 +0100
commit4902bb91d259e128afff3cb135830e486740ddb3 (patch)
tree8916371438cf4aa093ecdd46ce3c9277687cf326 /instrumentation
parent237a475d9b363930640a009f80ab1fceed4f202e (diff)
downloadafl++-4902bb91d259e128afff3cb135830e486740ddb3.tar.gz
Fix links and spelling of Redqueen
Diffstat (limited to 'instrumentation')
-rw-r--r--instrumentation/README.cmplog.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/instrumentation/README.cmplog.md b/instrumentation/README.cmplog.md
index a2caca4f..8a9fd372 100644
--- a/instrumentation/README.cmplog.md
+++ b/instrumentation/README.cmplog.md
@@ -4,9 +4,8 @@ The CmpLog instrumentation enables logging of comparison operands in a shared
 memory.
 
 These values can be used by various mutators built on top of it. At the moment,
-we support the RedQueen mutator (input-2-state instructions only), for details
-see
-[the RedQueen paper](https://www.syssec.ruhr-uni-bochum.de/media/emma/veroeffentlichungen/2018/12/17/NDSS19-Redqueen.pdf).
+we support the Redqueen mutator (input-2-state instructions only), for details
+see [the Redqueen paper](https://github.com/RUB-SysSec/redqueen).
 
 ## Build