mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
changelog updates
This commit is contained in:
1
TODO.md
1
TODO.md
@ -10,7 +10,6 @@
|
|||||||
- parallel builds for source-only targets
|
- parallel builds for source-only targets
|
||||||
- get rid of check_binary, replace with more forkserver communication
|
- get rid of check_binary, replace with more forkserver communication
|
||||||
- first fuzzer should be a main automatically? not sure.
|
- first fuzzer should be a main automatically? not sure.
|
||||||
- reload fuzz binary on signal
|
|
||||||
|
|
||||||
## Maybe
|
## Maybe
|
||||||
|
|
||||||
|
@ -5,9 +5,11 @@
|
|||||||
|
|
||||||
### Version ++4.07a (dev)
|
### Version ++4.07a (dev)
|
||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
|
- reverse reading the seeds only on restarts (increases performance)
|
||||||
- new env `AFL_POST_PROCESS_KEEP_ORIGINAL` to keep the orignal
|
- new env `AFL_POST_PROCESS_KEEP_ORIGINAL` to keep the orignal
|
||||||
data before post process on finds
|
data before post process on finds (for atnwalk custom mutator)
|
||||||
- reverse reading the seeds only on restarts
|
- new env `AFL_IGNORE_PROBLEMS_COVERAGE` to ignore coverage from
|
||||||
|
loaded libs after forkserver initialization (required by Mozilla)
|
||||||
- afl-cc:
|
- afl-cc:
|
||||||
- new env `AFL_LLVM_LTO_SKIPINIT` to support the AFL++ based WASM
|
- new env `AFL_LLVM_LTO_SKIPINIT` to support the AFL++ based WASM
|
||||||
(https://github.com/fgsect/WAFL) project
|
(https://github.com/fgsect/WAFL) project
|
||||||
@ -15,7 +17,7 @@
|
|||||||
- added custom mutator post_process and send support
|
- added custom mutator post_process and send support
|
||||||
- add `-I filelist` option, an alternative to `-i in_dir`
|
- add `-I filelist` option, an alternative to `-i in_dir`
|
||||||
- afl-cmin + afl-cmin.bash:
|
- afl-cmin + afl-cmin.bash:
|
||||||
- `-T threads` parallel task support, huge speedup!
|
- `-T threads` parallel task support, can be a huge speedup!
|
||||||
- a new grammar custom mutator atnwalk was submitted by @voidptr127 !
|
- a new grammar custom mutator atnwalk was submitted by @voidptr127 !
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user