aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-16 11:18:59 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-12-16 11:18:59 +0100
commit0627336466cdc5fa40ef8d7579bb095cff25dfa2 (patch)
treee4060ce75d33f97389a607df56c679395dc0fe0e /README.md
parent2b9ad9acb616dfa3103955f8bb969d85028f74eb (diff)
downloadAFLplusplus-0627336466cdc5fa40ef8d7579bb095cff25dfa2.tar.gz
unicornafl readme & changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 5cf88d63..696bcf64 100644
--- a/README.md
+++ b/README.md
@@ -59,19 +59,18 @@
A more thorough list is available in the PATCHES file.
- | Feature/Instrumentation | AFL-GCC | LLVM_MODE | GCC_PLUGIN | QEMU_MODE | Unicorn |
- | ----------------------- |:-------:|:---------:|:----------:|:---------:|:-------:|
- | laf-intel / CompCov | | x | | x | x |
- | NeverZero | x | x(1) | (2) | x | x |
- | Persistent mode | | x | x | x | |
- | Whitelist | | x | x | | |
- | InsTrim | | x | | | |
+ | Feature/Instrumentation | afl-gcc | llvm_mode | gcc_plugin | qemu_mode | unicorn_mode |
+ | ----------------------- |:-------:|:---------:|:----------:|:---------:|:------------:|
+ | laf-intel / CompCov | | x | | x86/arm | x86/arm |
+ | NeverZero | x | x(1) | (2) | x | x |
+ | Persistent mode | | x | x | x86 | x |
+ | Whitelist | | x | x | | |
+ | InsTrim | | x | | | |
neverZero:
(1) only in LLVM >= 9.0 due to a bug in llvm in previous versions
(2) gcc create non-performant code, hence it is disabled in gcc_plugin
-
So all in all this is the best-of AFL that is currently out there :-)
For new versions and additional information, check out: