Releases: samhocevar/zzuf
Releases · samhocevar/zzuf
zzuf 0.15
zzuf 0.14
- new “copy” operating mode which copies input to temporary files instead of preloading libzzuf into the process
- new
-Xflag that dumps stdout to hexadecimal - multiple platform-specific fixes on OS X, Gentoo, platforms with fortified glibc…
- lots of documentation improvements
- rename
zzcattozzatbecause of namespace conflicts with zziplib - heavy work on the Win32 port; it’s starting to be usable but still incomplete
zzuf 0.13
- 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
catoptions inzzcat, which is now fully programmable.
zzuf 0.12
- no longer crash when the fuzzed application uses
realloc()before all libraries have been properly initialised. - minor bug fixes and changes.
- deprecate
-Fin favour of-j, to mimicmake.
zzuf 0.11
- 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
- network port selection for targeted fuzzing
zzuf 0.9
- support for cherry-picking fuzzed descriptors
- support for CPU time limits
- do not interfere with
LD_PRELOADmechanisms
zzuf 0.8.1
- remove spurious debug message
- fix an unsaved
errnoissue
zzuf 0.8
getopt_long()reimplementation- fix for 64bit issues
-Mworks on OpenBSDmmapreimplementation does not use the heap
zzuf 0.7
- added new fuzzing modes
- fixed crash in regex handlers
- improved debug messages