Skip to content

4.05c

Compare
Choose a tag to compare
@vanhauser-thc vanhauser-thc released this 05 Jan 12:52
· 968 commits to stable since this release
3b6fcd9

Version ++4.05c (release)

  • MacOS: libdislocator, libtokencap etc. do not work with modern
    MacOS anymore, but could be patched to work, see this issue if you
    want to make the effort and send a PR:
    #1594
  • afl-fuzz:
    • added afl_custom_fuzz_send custom mutator feature. Now your can
      send fuzz data to the target as you need, e.g. via IPC.
    • cmplog mode now has a -l R option for random colorization, thanks
      to guyf2010 for the PR!
    • queue statistics are written every 30 minutes to
      out/NAME/queue_data if compiled with INTROSPECTION
    • new env: AFL_FORK_SERVER_KILL_SIGNAL
  • afl-showmap/afl-cmin
    • -t none now translates to -t 120000 (120 seconds)
  • unicorn_mode updated
  • updated rust custom mutator dependencies and LibAFL custom mutator
  • several minor bugfixes