mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
changelog
This commit is contained in:
@ -22,11 +22,14 @@ Version ++2.60d (develop):
|
|||||||
- now prints the real python version support compiled in
|
- now prints the real python version support compiled in
|
||||||
- set stronger performance compile options and little tweaks
|
- set stronger performance compile options and little tweaks
|
||||||
- Android: prefer bigcores when selecting a CPU
|
- Android: prefer bigcores when selecting a CPU
|
||||||
|
- CmpLog forkserver
|
||||||
|
- Redqueen input-2-state mutator (cmp instructions only ATM)
|
||||||
- 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)
|
||||||
- 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
|
||||||
- added blacklist and whitelisting function check in all modules of llvm_mode
|
- added blacklist and whitelisting function check in all modules of llvm_mode
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Fast LLVM-based instrumentation for afl-fuzz
|
# Fast LLVM-based instrumentation for afl-fuzz
|
||||||
|
|
||||||
(See [../docs/README](../docs/README.md) for the general instruction manual.)
|
(See [../README](../README.md) for the general instruction manual.)
|
||||||
|
|
||||||
(See [../gcc_plugin/README.gcc](../gcc_plugin/README.gcc.md) for the GCC-based instrumentation.)
|
(See [../gcc_plugin/README.gcc](../gcc_plugin/README.gcc.md) for the GCC-based instrumentation.)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user