diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-15 10:12:20 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-15 10:12:20 +0200 |
commit | e12acaa20367f335549c2db97b88ac5c8ffbeab7 (patch) | |
tree | 8afe53a861c046f111370d457a2c46f82de8b2fd /docs/Changelog.md | |
parent | 8f6d9d66ef96286661dab876d9b57a36982b2a4d (diff) | |
download | afl++-e12acaa20367f335549c2db97b88ac5c8ffbeab7.tar.gz |
fix custom mutator C examples
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9f4a8653..3337feb9 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -30,6 +30,7 @@ - unicorn_mode: - updated and minor issues fixed - new custom module: autotoken, a grammar free fuzzer for text inputs + - fixed custom mutator C examples - better sanitizer default options support for all tools - more minor fixes and cross-platform support |