aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-05-18 16:44:16 +0200
committervanhauser-thc <vh@thc.org>2021-05-18 16:44:53 +0200
commitaf900bca981c2ac9cc328cbe5348929cf7be77be (patch)
treec8ca973a19d7276f27b5565c77b5d697c7110d39
parentb669e772684fd98dc7a0c8f9e6032895e21a6de6 (diff)
downloadafl++-af900bca981c2ac9cc328cbe5348929cf7be77be.tar.gz
update readme
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index c16216bf..5d5510d2 100644
--- a/README.md
+++ b/README.md
@@ -90,16 +90,17 @@ behaviours and defaults:
| Feature/Instrumentation | afl-gcc | llvm | gcc_plugin | frida_mode | qemu_mode |unicorn_mode |
| -------------------------|:-------:|:---------:|:----------:|:----------:|:----------------:|:------------:|
- | NeverZero | x86[_64]| x(1) | x | | x | x |
- | Persistent Mode | | x | x | x | x86[_64]/arm[64] | x |
+ | NeverZero | x86[_64]| x(1) | x | x | x | x |
+ | Persistent Mode | | x | x | x86[_64] | x86[_64]/arm[64] | x |
| LAF-Intel / CompCov | | x | | | x86[_64]/arm[64] | x86[_64]/arm |
- | CmpLog | | x | | x | x86[_64]/arm[64] | |
+ | CmpLog | | x | | x86[_64] | x86[_64]/arm[64] | |
| Selective Instrumentation| | x | x | x | x | |
| Non-Colliding Coverage | | x(4) | | | (x)(5) | |
| Ngram prev_loc Coverage | | x(6) | | | | |
| Context Coverage | | x(6) | | | | |
| Auto Dictionary | | x(7) | | | | |
| Snapshot LKM Support | | (x)(8) | (x)(8) | | (x)(5) | |
+ | Shared Memory Testcases | | x | x | x | x | x |
1. default for LLVM >= 9.0, env var for older version due an efficiency bug in previous llvm versions
2. GCC creates non-performant code, hence it is disabled in gcc_plugin