aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-05 12:30:26 +0100
committervan Hauser <vh@thc.org>2021-01-05 12:30:26 +0100
commit6b54310452a1b743a90ad45fcc511f59dd7821ec (patch)
tree8f9aa85ee1de33a56a486d1300064c8bf7493fed /docs
parentcaf1fbd6323f4069bed20e386d425e529be48a27 (diff)
downloadAFLplusplus-6b54310452a1b743a90ad45fcc511f59dd7821ec.tar.gz
selective instrumentation documented
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 88dc74d2..03b8e036 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,8 +9,11 @@ Want to stay in the loop on major new features? Join our mailing list by
sending a mail to <afl-users+subscribe@googlegroups.com>.
-### Version ++3.01a (release)
+### Version ++3.01a (dev)
- Mac OS ARM64 support
+ - New selective instrumentation option with __AFL_COVERAGE_... commands
+ to be placed in the source code.
+ Check out instrumentation/README.instrument_list.md
- afl-fuzz
- fix crash for very, very fast targets+systems (thanks to mhlakhani
for reporting)