mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
v2.65c
This commit is contained in:
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
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
|
includes all necessary/interesting changes from Google's afl 2.56b
|
||||||
|
|
||||||
|
6
TODO.md
6
TODO.md
@ -2,17 +2,17 @@
|
|||||||
|
|
||||||
## Roadmap 2.65+
|
## 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
|
- AFL_MAP_SIZE for qemu_mode and unicorn_mode
|
||||||
- random crc32 HASH_CONST per run? because with 65536 paths we have collisions
|
- random crc32 HASH_CONST per run? because with 65536 paths we have collisions
|
||||||
- namespace for targets? e.g. network
|
- namespace for targets? e.g. network
|
||||||
- libradamsa as a custom module?
|
- libradamsa as a custom module?
|
||||||
|
- focal for travis
|
||||||
|
|
||||||
## Further down the road
|
## Further down the road
|
||||||
|
|
||||||
afl-fuzz:
|
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?
|
- 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
|
- setting min_len/max_len/start_offset/end_offset limits for mutation output
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
|
|||||||
sending a mail to <afl-users+subscribe@googlegroups.com>.
|
sending a mail to <afl-users+subscribe@googlegroups.com>.
|
||||||
|
|
||||||
|
|
||||||
### Version ++2.64d (develop):
|
### Version ++2.65c (release):
|
||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
- AFL_MAP_SIZE was not working correctly
|
- AFL_MAP_SIZE was not working correctly
|
||||||
- better python detection
|
- better python detection
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
/* Version string: */
|
/* Version string: */
|
||||||
|
|
||||||
// c = release, d = volatile github dev, e = experimental branch
|
// c = release, d = volatile github dev, e = experimental branch
|
||||||
#define VERSION "++2.64d"
|
#define VERSION "++2.65c"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
Reference in New Issue
Block a user