Skip to content

4.04c

Compare
Choose a tag to compare
@vanhauser-thc vanhauser-thc released this 11 Oct 13:43
· 1354 commits to stable since this release
cbfa520

Version ++4.04c (release)

  • fix gramatron and grammar_mutator build scripts
  • enhancements to the afl-persistent-config and afl-system-config
    scripts
  • afl-fuzz:
    • force writing all stats on exit
  • afl-cc:
    • make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6
  • qemu_mode:
    • fixed 10x speed degredation in v4.03c, thanks to @ele7enxxh for
      reporting!
    • added qemu_mode/fastexit helper library
  • unicorn_mode:
    • Enabled tricore arch (by @jma-qb)
    • Updated Capstone version in Rust bindings
  • llvm-mode:
    • AFL runtime will always pass inputs via shared memory, when possible,
      ignoring the command line.