diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-28 10:59:34 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-28 10:59:34 +0200 |
commit | dde0538b484df627dac14ff030dd09f55c78558e (patch) | |
tree | dda2a4eee4079d9605c002429f8944cfcbb500d8 /docs/Changelog.md | |
parent | 39ad3b89467d6de12cbb9d08ccd77d331c0d1f9e (diff) | |
download | afl++-dde0538b484df627dac14ff030dd09f55c78558e.tar.gz |
nits
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 520b13b1..90a1d140 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,6 +10,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.13a (development) - frida_mode - new mode that uses frida to fuzz binary-only targets, + it currently supports persistent mode and cmplog. thanks to @WorksButNotTested! - create a fuzzing dictionary with the help of CodeQL thanks to @microsvuln! see utils/autodict_ql |