Skip to content
Version 1.34a

  - Added `--chmod`, `--chown` rsync flags to afl-sync (contributed by
    Denis Kasak).
  - Improved bug fix for #34 in afl-multicore (suggested by Bhargava
    Shastry).
  - Bug in afl_collect.py fixed that prevented other tools from starting
    if gdb executable is not present (reported by Henri Salo).
  - Added support for `-m none` to `afl-minimize`. Thus an infinite memory
    limit can be passed to `afl-cmin` and `afl-tmin`. (Contributed by
    Vincent Ulitzsch.)
  - Fixed `afl-multicore` output to display master PID when using
    non-interactive mode.
  - Timestamp field added to `afl-collect` crash sample database.
    WARNING: This breaks compatibility with existing old database files
    in a way that appending to old databases is no longer possible w/o
    updating the database schema to include the timestamp field.