forked from joxeankoret/nightmare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.txt
28 lines (22 loc) · 1.3 KB
/
NEWS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Nightmare 0.0.5 - November 2014
-------------------------------
* Lots of bug fixes here and there.
* Added the "maximum iteration" option for projects. This value is used as the maximum number of samples to be created *without finding any bug* until the project is considered finished.
* Replaced diStorm64 with Capstone.
* Added PIN support for BCCF (and nfp_coverage.py in general). Thanks to v-p-b!
Nightmare 0.0.4 - ?????????
---------------------------
* Added option in the web interface to download project results (only one crash per different bug + corresponding diff file if any).
* Ported Nightmare to SQLite database. You can use either MySQL or SQLite now.
* Added mutator ole_file_mutator.py and ole_file_mutator_multiple.py to fuzz OLE2 documents (surprise) using OleFileIO_PL.
Nightmare 0.0.3 - July 2014
---------------------------
* Added generic_client_server.py fuzzer.
* Added support for minimizing crash files.
* Added blind_coverage_fuzzer.py fuzzer.
* Added mutator zzuf_mutator.py and zzuf_mutator_multiple.py.
* Added support to find the original template file for a crash file.
* Added a half intelligent MachO format aware mutator.
* The "Charlie Miller" mutators have been enhanced and now they are fast. Before, they were painfully slow.
---
Copyright (c) 2013, 2014 Joxean Koret