mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 01:31:37 +00:00
changelog & TODO
This commit is contained in:
parent
9ea498585c
commit
ff0617f41e
2
TODO
2
TODO
@ -7,6 +7,7 @@ Makefile:
|
|||||||
|
|
||||||
afl-fuzz:
|
afl-fuzz:
|
||||||
- sync_fuzzers(): only masters sync from all, slaves only sync from master
|
- sync_fuzzers(): only masters sync from all, slaves only sync from master
|
||||||
|
(@andrea: be careful, often people run all slaves)
|
||||||
- ascii_only mode
|
- ascii_only mode
|
||||||
|
|
||||||
gcc_plugin:
|
gcc_plugin:
|
||||||
@ -24,6 +25,7 @@ qemu_mode:
|
|||||||
|
|
||||||
custom_mutators:
|
custom_mutators:
|
||||||
- rip what Superion is doing into custom mutators for js, php, etc.
|
- rip what Superion is doing into custom mutators for js, php, etc.
|
||||||
|
- uniform python and custom mutators API
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -24,13 +24,16 @@ Version ++2.60d (develop):
|
|||||||
- Android: prefer bigcores when selecting a CPU
|
- Android: prefer bigcores when selecting a CPU
|
||||||
- CmpLog forkserver
|
- CmpLog forkserver
|
||||||
- Redqueen input-2-state mutator (cmp instructions only ATM)
|
- Redqueen input-2-state mutator (cmp instructions only ATM)
|
||||||
- all python 2+3 versions supported now
|
- all Python 2+3 versions supported now
|
||||||
- afl-clang-fast:
|
- afl-clang-fast:
|
||||||
- show in the help output for which llvm version it was compiled for
|
- show in the help output for which llvm version it was compiled for
|
||||||
- now does not need to be recompiled between trace-pc and pass
|
- now does not need to be recompiled between trace-pc and pass
|
||||||
instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :)
|
instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :)
|
||||||
- llvm 11 is supported
|
- LLVM 11 is supported
|
||||||
- CmpLog mode (see llvm_mode/README.cmplog)
|
- CmpLog instrumentation using SanCov (see llvm_mode/README.cmplog)
|
||||||
|
- CmpLog instrumentation for QEMU
|
||||||
|
- AFL_PERSISTENT_HOOK callback module for persistent QEMU
|
||||||
|
(see examples/qemu_persistent_hook)
|
||||||
- afl-cmin is now a sh script (invoking awk) instead of bash for portability
|
- afl-cmin is now a sh script (invoking awk) instead of bash for portability
|
||||||
the original script is still present as afl-cmin.bash
|
the original script is still present as afl-cmin.bash
|
||||||
- afl-showmap: -i dir option now allows processing multiple inputs using the
|
- afl-showmap: -i dir option now allows processing multiple inputs using the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user