diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-05 10:38:56 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-12-05 10:38:56 +0100 |
commit | 37dbccb6748c3fabb82ebcd1a2fecc77ee2261d2 (patch) | |
tree | ec16dd732e96ca6be55f70e76c016bd4888f5b5e | |
parent | c8524ad36323befec47eaba5034f20b7fc986eeb (diff) | |
download | afl++-37dbccb6748c3fabb82ebcd1a2fecc77ee2261d2.tar.gz |
changelog
-rw-r--r-- | docs/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 52821d67..f195e6fe 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -36,7 +36,10 @@ Version ++2.58d (dev): download succeeded. f*ckin travis fails downloading 40% of the time! - added the few Android stuff we didnt have already from Google afl repository - removed unnecessary warnings - + - libtokencap: hook common *cmp functions from widely used libraries + - libcompcov: hook common *cmp functions from widely used libraries + - AFL_DISABLE_TRIM env var to disable the trim stage + - AFL_QEMU_DISABLE_CACHE to disable QEMU TranslationBlocks caching -------------------------- Version ++2.58c (release): |