Skip to content

Releases: samhocevar/zzuf

zzuf 0.15

03 May 06:32
Compare
Choose a tag to compare

This version fixes some incompatibilities with recent glibc versions and with libasan.

  • new -X flag for hexadecimal dumps
  • new “null” operating mode that does not mutate files, for debugging purposes
  • many other bugfixes and robustness improvements

zzuf 0.14

30 May 16:59
Compare
Choose a tag to compare
  • new “copy” operating mode which copies input to temporary files instead of preloading libzzuf into the process
  • new -X flag that dumps stdout to hexadecimal
  • multiple platform-specific fixes on OS X, Gentoo, platforms with fortified glibc…
  • lots of documentation improvements
  • rename zzcat to zzat because of namespace conflicts with zziplib
  • heavy work on the Win32 port; it’s starting to be usable but still incomplete

zzuf 0.13

30 May 15:26
Compare
Choose a tag to compare
  • various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
  • network host filtering support.
  • support for memory limits on OS X.
  • massive testsuite improvements.
  • support most cat options in zzcat, which is now fully programmable.

zzuf 0.12

30 May 15:25
Compare
Choose a tag to compare
  • no longer crash when the fuzzed application uses realloc() before all libraries have been properly initialised.
  • minor bug fixes and changes.
  • deprecate -F in favour of -j, to mimic make.

zzuf 0.11

30 May 15:25
Compare
Choose a tag to compare
  • non-locking stdio functions and dup()/dup2() reimplementations
  • improved testsuite with RNG statistical analysis
  • better fuzzing ratio range and random number generation

zzuf 0.10

30 May 15:24
Compare
Choose a tag to compare
  • network port selection for targeted fuzzing

zzuf 0.9

30 May 15:23
Compare
Choose a tag to compare
  • support for cherry-picking fuzzed descriptors
  • support for CPU time limits
  • do not interfere with LD_PRELOAD mechanisms

zzuf 0.8.1

30 May 15:22
Compare
Choose a tag to compare
  • remove spurious debug message
  • fix an unsaved errno issue

zzuf 0.8

30 May 15:22
Compare
Choose a tag to compare
  • getopt_long() reimplementation
  • fix for 64bit issues
  • -M works on OpenBSD
  • mmap reimplementation does not use the heap

zzuf 0.7

30 May 15:21
Compare
Choose a tag to compare
  • added new fuzzing modes
  • fixed crash in regex handlers
  • improved debug messages