blob: 85a834a62cb4e4319144c070298469c78c5793ef [file] [log] [blame]
Jagger85ea8202015-08-14 04:23:57 +020012015-08-14 - Version 0.6 (rev aa61adb)
robert.swiecki@gmail.comd80750a2015-03-03 19:03:10 +00002 - Improvements to feedback-driven fuzzing. Using bloom-style filter to record branches (much faster).
3 - Using multiple hardware-assisted feedback signals at once.
4 - Multiple small things: usage notes, logging
5
robert.swiecki@gmail.coma63017f2015-02-26 15:14:48 +000062015-02-26 - Version 0.5 (revision 284)
7 - Feedback-driven fuzzing on Linux (using Intel's BTS with Linux perf infrastructure for branch counting) (-Dp option)
8 - Compiles cleanly and works under FreeBSD 10.1
9 - Uses libbfd/libunwind (under Linux) to disassemble offending instructions
10 - Many smaller fixes
11
robert.swiecki@gmail.com32aaf382015-02-01 16:18:19 +0000122015-02-01 - Version 0.4 (revision 72)
robert.swiecki@gmail.com9773b162015-02-01 16:10:08 +000013 - Switch from udis86 to capstone (Capstone is available in many Linux distros as opposed to udis86)
14 - OSX 10.10 support
15 - Many smaller fixes (esp. for MacOS)
16
robert.swieckia7537342011-07-02 17:23:25 +0000172011-07-02 - Version 0.3 (revision 37)
18 - Honggfuzz now allows attaching to an external process (-p) (Linux only)
19 - -f no longer required when -c (external command) is specified
20 - Smaller fixes (typos)
21
robert.swiecki@gmail.combd95fb82011-06-02 02:50:59 +0000222011-06-02 - Version 0.2 (revision 26)
23 - MacOS fixes (parsing DiagnosticReports) - solves http://code.google.com/p/honggfuzz/issues/detail?id=2
24 - getopt() returns 'int' and not 'char' (could hang the process in a forever-loop)
robert.swiecki@gmail.comd80750a2015-03-03 19:03:10 +000025 - Formatting changes
26 - Updated comments/usage
robert.swiecki@gmail.combd95fb82011-06-02 02:50:59 +000027
282010-12-13 - Initial release 0.1 (revision 13)