Skip to content

Commit

Permalink
v2.65c
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed May 15, 2020
1 parent 182b8a4 commit 49bd241
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=master)

Release Version: [2.64c](https://github.com/AFLplusplus/AFLplusplus/releases)
Release Version: [2.65c](https://github.com/AFLplusplus/AFLplusplus/releases)

Github Version: 2.64d
Github Version: 2.65d

includes all necessary/interesting changes from Google's afl 2.56b

Expand Down
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

## Roadmap 2.65+

- InsTrim mode for LTO solution
- sync_fuzzers(): only masters sync from all, slaves only sync from master
(@andrea: be careful, often people run all slaves)
- AFL_MAP_SIZE for qemu_mode and unicorn_mode
- random crc32 HASH_CONST per run? because with 65536 paths we have collisions
- namespace for targets? e.g. network
- libradamsa as a custom module?
- focal for travis

## Further down the road

afl-fuzz:
- sync_fuzzers(): only masters sync from all, slaves only sync from master
(@andrea: be careful, often people run all slaves)
- ascii_only mode for mutation output - or use a custom mutator for this?
- setting min_len/max_len/start_offset/end_offset limits for mutation output

Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
sending a mail to <[email protected]>.


### Version ++2.64d (develop):
### Version ++2.65c (release):
- afl-fuzz:
- AFL_MAP_SIZE was not working correctly
- better python detection
Expand Down
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* Version string: */

// c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.64d"
#define VERSION "++2.65c"

/******************************************************
* *
Expand Down

0 comments on commit 49bd241

Please sign in to comment.