diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-18 15:49:03 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-20 18:49:40 +0200 |
commit | 43a98b0ec2762f15221844aa642727fe3a606596 (patch) | |
tree | 83e21a2ae16daa3aeb5ed9c29b774f59cc9c2f35 | |
parent | 3b00cee8589375c25dd14f4dfe289070db335392 (diff) | |
download | afl++-43a98b0ec2762f15221844aa642727fe3a606596.tar.gz |
todos
-rw-r--r-- | TODO.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md index b36269b4..9681d72b 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,9 @@ ## Must - - fast restart of afl-fuzz if cmdline + target hash is the same + - fast resume: + use gzopen, gzwrite, gzread and gzclose + gzsetparams(fr_fd, 9, Z_DEFAULT_STRATEGY/Z_FILTERED/Z_HUFFMAN_ONLY); - check for null ptr for xml/curl/g_ string transform functions - hardened_usercopy=0 page_alloc.shuffle=0 - add value_profile but only enable after 15 minutes without finds |