| 2016- - Version 0.9alpha |
| - Clang >= 4.0 -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp support |
| - --pprocess_cmd for input post-processing |
| |
| 2016-09-01 - Version 0.8 (rev 6b9efac) |
| - Clang >= 4.0 -fsanitize-coverage=trace-pc,indirect-calls,trace-cmp support |
| - GCC/Clang -finstrument-functions support |
| - Persistent fuzzing mode (-P) for Linux and POSIX |
| - Mutiple smaller fixes (display, stability) |
| |
| 2016-03-15 - Version 0.7 (rev 6d01e82) |
| - Asan code-coverage (SANCOV) available for all platforms (incl. Windows) |
| - Support for Intel PT under Linux v4.0 and newer (and Broadwell/Skylake/newer Intel CPUs) |
| - Should work under: Linux, FreeBSD, Mac OS X, Windows/Cygwin, possibly other POSIX-compliant systems |
| |
| 2015-08-14 - Version 0.6 (rev aa61adb) |
| - Improvements to feedback-driven fuzzing. Using bloom-style filter to record branches (much faster). |
| - Using multiple hardware-assisted feedback signals at once. |
| - Multiple small things: usage notes, logging |
| |
| 2015-02-26 - Version 0.5 (revision 284) |
| - Feedback-driven fuzzing on Linux (using Intel's BTS with Linux perf infrastructure for branch counting) (-Dp option) |
| - Compiles cleanly and works under FreeBSD 10.1 |
| - Uses libbfd/libunwind (under Linux) to disassemble offending instructions |
| - Many smaller fixes |
| |
| 2015-02-01 - Version 0.4 (revision 72) |
| - Switch from udis86 to capstone (Capstone is available in many Linux distros as opposed to udis86) |
| - OSX 10.10 support |
| - Many smaller fixes (esp. for MacOS) |
| |
| 2011-07-02 - Version 0.3 (revision 37) |
| - Honggfuzz now allows attaching to an external process (-p) (Linux only) |
| - -f no longer required when -c (external command) is specified |
| - Smaller fixes (typos) |
| |
| 2011-06-02 - Version 0.2 (revision 26) |
| - MacOS fixes (parsing DiagnosticReports) - solves http://code.google.com/p/honggfuzz/issues/detail?id=2 |
| - getopt() returns 'int' and not 'char' (could hang the process in a forever-loop) |
| - Formatting changes |
| - Updated comments/usage |
| |
| 2010-12-13 - Initial release 0.1 (revision 13) |