aboutsummaryrefslogtreecommitdiff
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
parent2b9ad9acb616dfa3103955f8bb969d85028f74eb (diff)
downloadafl++-0627336466cdc5fa40ef8d7579bb095cff25dfa2.tar.gz
unicornafl readme & changelog
-rw-r--r--README.md15
-rw-r--r--docs/ChangeLog2
2 files changed, 9 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:
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 10f1850d..e6eabd18 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -18,6 +18,8 @@ Version ++2.58d (dev):
----------------------
- qbdi_mode: fuzz android native libraries via QBDI framework
+ - unicorn_mode: switched with the new unicornafl, thanks domenukk
+ (see https://github.com/vanhauser-thc/unicorn)
- afl-fuzz:
- added Radamsa and an optional radamsa stage (-R[R])
- CPU affinity support for DragonFly