Robert Swiecki | 2da8e5f | 2016-03-16 15:53:43 +0100 | [diff] [blame] | 1 | 2016-03-15 - Version 0.7 (rev 6d01e82) |
| 2 | - Asan code-coverage (SANCOV) available for all platforms (incl. Windows) |
| 3 | - Support for Intel PT under Linux v4.0 and newer (and Broadwell/Skylake/newer Intel CPUs) |
| 4 | - Should work under: Linux, FreeBSD, Mac OS X, Windows/Cygwin, possibly other POSIX-compliant systems |
| 5 | |
Jagger | 85ea820 | 2015-08-14 04:23:57 +0200 | [diff] [blame] | 6 | 2015-08-14 - Version 0.6 (rev aa61adb) |
robert.swiecki@gmail.com | d80750a | 2015-03-03 19:03:10 +0000 | [diff] [blame] | 7 | - Improvements to feedback-driven fuzzing. Using bloom-style filter to record branches (much faster). |
| 8 | - Using multiple hardware-assisted feedback signals at once. |
| 9 | - Multiple small things: usage notes, logging |
| 10 | |
robert.swiecki@gmail.com | a63017f | 2015-02-26 15:14:48 +0000 | [diff] [blame] | 11 | 2015-02-26 - Version 0.5 (revision 284) |
| 12 | - Feedback-driven fuzzing on Linux (using Intel's BTS with Linux perf infrastructure for branch counting) (-Dp option) |
| 13 | - Compiles cleanly and works under FreeBSD 10.1 |
| 14 | - Uses libbfd/libunwind (under Linux) to disassemble offending instructions |
| 15 | - Many smaller fixes |
| 16 | |
robert.swiecki@gmail.com | 32aaf38 | 2015-02-01 16:18:19 +0000 | [diff] [blame] | 17 | 2015-02-01 - Version 0.4 (revision 72) |
robert.swiecki@gmail.com | 9773b16 | 2015-02-01 16:10:08 +0000 | [diff] [blame] | 18 | - Switch from udis86 to capstone (Capstone is available in many Linux distros as opposed to udis86) |
| 19 | - OSX 10.10 support |
| 20 | - Many smaller fixes (esp. for MacOS) |
| 21 | |
robert.swiecki | a753734 | 2011-07-02 17:23:25 +0000 | [diff] [blame] | 22 | 2011-07-02 - Version 0.3 (revision 37) |
| 23 | - Honggfuzz now allows attaching to an external process (-p) (Linux only) |
| 24 | - -f no longer required when -c (external command) is specified |
| 25 | - Smaller fixes (typos) |
| 26 | |
robert.swiecki@gmail.com | bd95fb8 | 2011-06-02 02:50:59 +0000 | [diff] [blame] | 27 | 2011-06-02 - Version 0.2 (revision 26) |
| 28 | - MacOS fixes (parsing DiagnosticReports) - solves http://code.google.com/p/honggfuzz/issues/detail?id=2 |
| 29 | - getopt() returns 'int' and not 'char' (could hang the process in a forever-loop) |
robert.swiecki@gmail.com | d80750a | 2015-03-03 19:03:10 +0000 | [diff] [blame] | 30 | - Formatting changes |
| 31 | - Updated comments/usage |
robert.swiecki@gmail.com | bd95fb8 | 2011-06-02 02:50:59 +0000 | [diff] [blame] | 32 | |
| 33 | 2010-12-13 - Initial release 0.1 (revision 13) |