|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -Upcoming |
5 | | --------- |
| 4 | +v0.4.0 |
| 5 | +------ |
6 | 6 | Features |
7 | 7 | ^^^^^^^^ |
8 | 8 | - Fuzzing CLI -- Use main_helper() to use boofuzz's generic fuzzing CLI with your script. |
9 | 9 | - Combinatorial fuzzing -- now fuzzes multiple mutations at once by default. |
10 | | -- Added `Simple` primitive that uses only the specified values for fuzzing. |
11 | | -- Fixed two memory leaks in the fuzz logger. |
12 | 10 | - Test cases can now be specified and re-run by name. |
13 | | -- Implemented visual request-graph rendering functions for Session |
| 11 | +- Implemented visual request-graph rendering functions for Session. |
14 | 12 | - Added to web UIL: runtime, exec speed, current test case name. |
15 | 13 | - Added simple custom checksum and example usage. |
16 | | -- Add Float primitive |
17 | | -- Add s_float to push Float primitives to the current block |
18 | | -- Add an example for s_float/Float usage |
19 | | -- Add option to encode Floats as IEEE 754 floating point numbers |
20 | | -- Add option to set endianness of IEEE 754 floating point numbers |
| 14 | +- Added `Simple` primitive that uses only the specified values for fuzzing. |
| 15 | +- Added `Float` primitive with support for IEEE 754 encoding. |
| 16 | +- Added an example for s_float/Float usage. |
21 | 17 |
|
22 | 18 | Fixes |
23 | 19 | ^^^^^ |
24 | | -- Clarified Checksum() data for custom checksum function. |
25 | | -- String and RandomData primitives now use a local and independent instance of random |
26 | | -- The minimum supported Python version is now 3.6 |
| 20 | +- Clarified documentation of custom checksum function for `Checksum` primitive. |
| 21 | +- String and RandomData primitives now use a local and independent instance of `random`. |
| 22 | +- The minimum supported Python version is now 3.6. |
| 23 | +- Fixed two memory leaks in the fuzz logger. |
27 | 24 |
|
28 | 25 | v0.3.0 |
29 | 26 | ------ |
|
0 commit comments