mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
doc update
This commit is contained in:
@ -53,10 +53,11 @@
|
|||||||
| Feature/Instrumentation | LLVM | GCC | QEMU | Unicorn |
|
| Feature/Instrumentation | LLVM | GCC | QEMU | Unicorn |
|
||||||
| ----------------------- |:----:|:---:|:----:| -------:|
|
| ----------------------- |:----:|:---:|:----:| -------:|
|
||||||
| laf-intel / CompCov | x | | x | x |
|
| laf-intel / CompCov | x | | x | x |
|
||||||
| NeverZero | x | x | x | x |
|
| NeverZero | x(1)| x | x | x |
|
||||||
| Persistent mode | x | | x | |
|
| Persistent mode | x | | x | |
|
||||||
| Whitelist | x | | | |
|
| Whitelist | x | | | |
|
||||||
| InsTrim | x | | | |
|
| InsTrim | x | | | |
|
||||||
|
(1) only in LLVM >= 9.0 due to a bug in llvm in previous versions
|
||||||
|
|
||||||
So all in all this is the best-of AFL that is currently out there :-)
|
So all in all this is the best-of AFL that is currently out there :-)
|
||||||
|
|
||||||
|
@ -20,6 +20,7 @@ Version ++2.54d (dev):
|
|||||||
- persistent mode for QEMU (see qemu_mode/README.md)
|
- persistent mode for QEMU (see qemu_mode/README.md)
|
||||||
- custom mutator library is now a standard mutator, to exclusivly use it
|
- custom mutator library is now a standard mutator, to exclusivly use it
|
||||||
add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour)
|
add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour)
|
||||||
|
- new library qemu_mode/unsigaction which filters sigaction events
|
||||||
- no more unlinking the input file, this way the input file can also be a
|
- no more unlinking the input file, this way the input file can also be a
|
||||||
FIFO or disk partition
|
FIFO or disk partition
|
||||||
- setting LLVM_CONFIG for llvm_mode will now again switch to the selected
|
- setting LLVM_CONFIG for llvm_mode will now again switch to the selected
|
||||||
|
Reference in New Issue
Block a user