diff options
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | docs/ChangeLog | 2 |
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 |