about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/ChangeLog1
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9333fe1f..02c1bc2d 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@
 
   * Radamsa mutator (enable with `-R` to add or `-RR` to run it exclusivly).
 
+  * qbdi_mode: fuzz android native libraries via QBDI framework
+
 
   A more thorough list is available in the PATCHES file.
 
diff --git a/docs/ChangeLog b/docs/ChangeLog
index d7963d4d..e0042f24 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,6 +17,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.58d (dev):
 ----------------------
 
+  - qbdi_mode: fuzz android native libraries via QBDI framework
   - afl-analyze: added AFL_SKIP_BIN_CHECK support
   - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen)
   - afl-fuzz: CPU affinity support for DragonFly