diff options
author | vanhauser-thc <vh@thc.org> | 2022-08-15 18:31:45 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-08-15 18:31:45 +0200 |
commit | ba14c353c07d19ad37916947708a9c26537c6d62 (patch) | |
tree | d348fdd12744e2d5439c54196d6e4bf74a62b5e4 /docs/Changelog.md | |
parent | f00d83afbc1b3e82c61ada6b1834eb0f7312e863 (diff) | |
download | afl++-ba14c353c07d19ad37916947708a9c26537c6d62.tar.gz |
get map size from binaries within afl-cmin*
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d07cef54..c5934c4a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,6 +16,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. and long execution times, especially in CIs. - afl-cc: - better handling of -fsanitize=..,...,.. lists + - obtain the map size of a target with setting AFL_DUMP_MAP_SIZE=1 + note that this will exit the target before main() - qemu_mode: - added AFL_QEMU_TRACK_UNSTABLE to log the addresses of unstable edges (together with AFL_DEBUG=1 afl-fuzz). thanks to |