Lines Matching +full:qemu +full:- +full:utils
15 * afl-cmin and afl-showmap `-Ci` now descend into subdirectories like afl-fuzz
16 `-i` does (but note that afl-cmin.bash does not)
19 * afl-fuzz: deterministic fuzzing is not a default for `-M main` anymore
20 * afl-cmin/afl-showmap -i now descends into subdirectories (afl-cmin.bash,
24 * The '+' feature of the `-t` option now means to auto-calculate the timeout
26 "skipping timeouts instead of abort" is now inherent to the `-t` option.
31 only one compiler: afl-cc. All previous compilers now symlink to this one.
35 * QEMU mode got upgraded to QEMU 5.1, but to be able to build this a current
36 ninja build tool version and python3 setuptools are required. QEMU mode also
38 etc. Additionally QEMU 5.1 supports more CPU targets so this is really worth
40 * When instrumenting targets, afl-cc will not supersede optimizations anymore
43 * afl-fuzz:
44 * if neither `-M` or `-S` is specified, `-S default` is assumed, so more
46 * `-i` input directory option now descends into subdirectories. It also does
49 * `-m` none is now the default, set memory limits (in MB) with, e.g., `-m
51 * deterministic fuzzing is now disabled by default (unless using `-M`) and
52 can be enabled with `-D`
55 variable `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500
57 * `-M` mains do not perform trimming
58 * `examples/` got renamed to `utils/`
59 * `libtokencap/`, `libdislocator/`, and `qdbi_mode/` were moved to `utils/`
60 * afl-cmin/afl-cmin.bash now search first in `PATH` and last in `AFL_PATH`