diff options
author | h1994st <h1994st@gmail.com> | 2020-03-07 10:29:14 -0500 |
---|---|---|
committer | h1994st <h1994st@gmail.com> | 2020-03-07 10:29:14 -0500 |
commit | dc0b2dda5e4ec41ea491e63f0ec31c5da6fe7f1d (patch) | |
tree | c94bdcd834b4d011df9e2f0fa4e7cd0fd8689019 /docs/Changelog.md | |
parent | a10a3f2fa75f16bf7781a3c02cd23eab7164cff1 (diff) | |
parent | ed5d65b54f07570c82f6704fdca403b776ff7be2 (diff) | |
download | afl++-dc0b2dda5e4ec41ea491e63f0ec31c5da6fe7f1d.tar.gz |
Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus
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 d5c2a279..57a78691 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,6 +16,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-fuzz basic tools now report on the environment variables picked up - more tools get environment variable usage info in the help output - AFL_AUTORESUME will resume execution without the need to specify `-i -` + - afl-tmin now supports hang mode `-H` to minimize hangs + - fixed potential afl-tmin missbehavior for targets with multiple hangs ### Version ++2.62c (release): |