about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-04-24 18:08:27 +0200
committervanhauser-thc <vh@thc.org>2023-04-24 18:08:27 +0200
commit8c228b0d23e303499dccf3df77c5d0b3a8b59b7b (patch)
tree42728ce65b55a60cc90314d882096ce3499d93fe /docs/Changelog.md
parent6bd48a48cbed1f923ff0999ea24af1f548c2e2bc (diff)
downloadafl++-8c228b0d23e303499dccf3df77c5d0b3a8b59b7b.tar.gz
afl-showmap -I option
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index f33acff9..d4e68036 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,6 +9,7 @@
       data before post process on finds
   - afl-showmap:
     - added custom mutator post_process and send support
+    - add `-I filelist` option, an alternative to `-i in_dir`
   - a new grammar custom mutator atnwalk was submitted by @voidptr127 !