changelog

This commit is contained in:
vanhauser-thc
2024-07-01 08:57:26 +02:00
parent e27e3622d4
commit 43014cd465
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,7 @@
## Must ## Must
- in CLASSIC mode - do old forkserver model - ijon support?
- docs: AFL_DISABLE_REDUNDANT (large/slow/LAF)
- check for null ptr for xml/curl/g_ string transform functions - check for null ptr for xml/curl/g_ string transform functions
- hardened_usercopy=0 page_alloc.shuffle=0 - hardened_usercopy=0 page_alloc.shuffle=0
- add value_profile but only enable after 15 minutes without finds - add value_profile but only enable after 15 minutes without finds

View File

@ -18,6 +18,9 @@
a function entry a function entry
- AFL_DEBUG is now the same as AFL_FRIDA_VERBOSE - AFL_DEBUG is now the same as AFL_FRIDA_VERBOSE
- AFL_FRIDA_DEBUG_MAPS now works as expected - 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 mutators:
- custom_send_tcp custom mutator added, thanks to @dergoegge - custom_send_tcp custom mutator added, thanks to @dergoegge
- afl-cc - afl-cc