diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-12 15:58:20 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-12 15:58:20 +0200 |
commit | 7f636dbfc247fbe75910fa8fb681ea55d230ba79 (patch) | |
tree | 3337fbdabebc223c5222b650127af7469a77f693 /docs | |
parent | 93c821aaa3df0cf20f892ce72447ff022161c8ab (diff) | |
download | afl++-7f636dbfc247fbe75910fa8fb681ea55d230ba79.tar.gz |
add @responsefile support for afl-cc
Diffstat (limited to 'docs')
-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 799c13af..3602af50 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -11,6 +11,7 @@ - new env `AFL_IGNORE_PROBLEMS_COVERAGE` to ignore coverage from loaded libs after forkserver initialization (required by Mozilla) - afl-cc: + - added @responsefile support - new env `AFL_LLVM_LTO_SKIPINIT` to support the AFL++ based WASM (https://github.com/fgsect/WAFL) project - error and print help if afl-clan-lto is used with lto=thin |