| 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) |