diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 21:14:50 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-04 21:14:50 +0100 |
commit | 6eab6a55af74754cd0229012f1c9543c0c3cb2a7 (patch) | |
tree | 373aededf6144167a2cf5351f135b7a3986eb50c /instrumentation/README.llvm.md | |
parent | ae59ed8e9e3a3f6ad66446369099977ced8d67b0 (diff) | |
download | afl++-6eab6a55af74754cd0229012f1c9543c0c3cb2a7.tar.gz |
Fix spelling of "FRIDA mode" and "QEMU mode"
Diffstat (limited to 'instrumentation/README.llvm.md')
-rw-r--r-- | instrumentation/README.llvm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.llvm.md b/instrumentation/README.llvm.md index c93cd312..fa025643 100644 --- a/instrumentation/README.llvm.md +++ b/instrumentation/README.llvm.md @@ -218,7 +218,7 @@ by Jinghan Wang, et. al. Note that the original implementation (available [here](https://github.com/bitsecurerlab/afl-sensitive)) is built on top of AFL's -qemu_mode. This is essentially a port that uses LLVM vectorized instructions +QEMU mode. This is essentially a port that uses LLVM vectorized instructions (available from llvm versions 4.0.1 and higher) to achieve the same results when compiling source code. |