diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-01-20 20:59:36 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2022-01-20 20:59:36 +0100 |
commit | 4902bb91d259e128afff3cb135830e486740ddb3 (patch) | |
tree | 8916371438cf4aa093ecdd46ce3c9277687cf326 /qemu_mode | |
parent | 237a475d9b363930640a009f80ab1fceed4f202e (diff) | |
download | afl++-4902bb91d259e128afff3cb135830e486740ddb3.tar.gz |
Fix links and spelling of Redqueen
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index a045ef4f..3ebfc54c 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -135,7 +135,7 @@ Recommended, but not as good as CMPLOG mode (see below). ## 8) CMPLOG mode -Another new feature is CMPLOG, which is based on the redqueen project. Here all +Another new feature is CMPLOG, which is based on the Redqueen project. Here all immediates in CMP instructions are learned and put into a dynamic dictionary and applied to all locations in the input that reached that CMP, trying to solve and pass it. This is a very effective feature and it is available for x86, x86_64, |