diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-11 10:20:36 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-11 10:20:36 +0100 |
commit | f4cac37b04ce8068a6d426c5e357c164853b159b (patch) | |
tree | 97742a60cb87de2bc84562aa55c6513178bf29a4 /qemu_mode | |
parent | 5b2634f711e95b48b6105d3cac659e51706ff4e9 (diff) | |
download | afl++-f4cac37b04ce8068a6d426c5e357c164853b159b.tar.gz |
typos
Diffstat (limited to 'qemu_mode')
-rw-r--r-- | qemu_mode/libqasan/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/libqasan/README.md b/qemu_mode/libqasan/README.md index b5c77044..3a43cdf1 100644 --- a/qemu_mode/libqasan/README.md +++ b/qemu_mode/libqasan/README.md @@ -12,7 +12,7 @@ For debugging purposes, we still suggest to run the original QASan as the stackt ### When I should use QASan? -If your target binary is PIC x86_64, you should before give a try to [retrowrite](https://github.com/HexHive/retrowrite) for static rewriting. +If your target binary is PIC x86_64, you should also give a try to [retrowrite](https://github.com/HexHive/retrowrite) for static rewriting. If it fails, or if your binary is for another architecture, or you want to use persistent and snapshot mdoe, AFL++ QASan mode is what you want/have to use. |