Lines Matching +refs:llvm +refs:mode

3 AFL++ supports llvm from 3.8 up to version 12, very fast binary fuzzing with
4 QEMU 5.1 with laf-intel and Redqueen, FRIDA mode, unicorn mode, gcc plugin, full
9 | Feature/Instrumentation | afl-gcc | llvm | gcc_plugin | FRIDA mode(9) | QEMU mode(10…
27 see [instrumentation/README.llvm.md](../instrumentation/README.llvm.md)
31 [instrumentation/README.llvm.md](../instrumentation/README.llvm.md).
47 for all llvm versions and all our compile modes, only instrument what should
55 [instrumentation/README.llvm.md](../instrumentation/README.llvm.md).
60 see [instrumentation/README.llvm.md](../instrumentation/README.llvm.md).
77 efficiency bug in previous llvm versions
80 4. With pcguard mode and LTO mode for LLVM 11 and newer
83 7. Automatic in LTO mode with LLVM 11 and newer, an extra pass for all LLVM
87 9. FRIDA mode is supported on Linux and MacOS for Intel and ARM
89 11. Coresight mode is only available on AARCH64 Linux with a CPU with Coresight
91 12. Nyx mode is only supported on Linux and currently restricted to x86_x64
97 * NeverZero patch for afl-gcc, instrumentation, QEMU mode and unicorn_mode which
99 * Persistent mode, deferred forkserver and in-memory fuzzing for QEMU mode
100 * Unicorn mode which allows fuzzing of binaries from completely different
109 * LLVM mode Ngram coverage by Adrian Herrera
111 * LAF-Intel/CompCov support for instrumentation, QEMU mode and unicorn_mode
114 * QBDI mode to fuzz android native libraries via Quarkslab's
116 * Frida and ptrace mode to fuzz binary-only libraries, etc.