diff options
-rw-r--r-- | TODO.md | 3 | ||||
-rw-r--r-- | docs/Changelog.md | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/TODO.md b/TODO.md index c6da7fc5..81196339 100644 --- a/TODO.md +++ b/TODO.md @@ -2,8 +2,7 @@ ## Must - - in CLASSIC mode - do old forkserver model - - docs: AFL_DISABLE_REDUNDANT (large/slow/LAF) + - ijon support? - 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 diff --git a/docs/Changelog.md b/docs/Changelog.md index 487c5688..d33d3121 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,6 +18,9 @@ a function entry - AFL_DEBUG is now the same as AFL_FRIDA_VERBOSE - AFL_FRIDA_DEBUG_MAPS now works as expected + - qemu_mode: + - new hooks supported (optional), see qemu_mode/hooking_bridge - thanks to + @CowBoy4mH3LL - custom mutators: - custom_send_tcp custom mutator added, thanks to @dergoegge - afl-cc |