mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
fix afl-clang-fast help output
This commit is contained in:
parent
6b69cd2e57
commit
682b620922
@ -31,14 +31,13 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|||||||
- added AFL_LLVM_SKIP_NEVERZERO to skip the never zero coverage counter
|
- added AFL_LLVM_SKIP_NEVERZERO to skip the never zero coverage counter
|
||||||
implementation. For targets with few or no loops or heavily called
|
implementation. For targets with few or no loops or heavily called
|
||||||
functions. Gives a small performance boost.
|
functions. Gives a small performance boost.
|
||||||
- unicorn_mode:
|
|
||||||
- validate_crash_callback can now count non-crashing inputs as crash as well
|
|
||||||
- qemu_mode:
|
- qemu_mode:
|
||||||
- add information on PIE/PIC load addresses for 32 bit
|
- add information on PIE/PIC load addresses for 32 bit
|
||||||
- better dependency checks
|
- better dependency checks
|
||||||
- gcc_plugin:
|
- gcc_plugin:
|
||||||
- better dependency checks
|
- better dependency checks
|
||||||
- unicorn_mode:
|
- unicorn_mode:
|
||||||
|
- validate_crash_callback can now count non-crashing inputs as crash as well
|
||||||
- better submodule handling
|
- better submodule handling
|
||||||
- afl-showmap: fix for -Q mode
|
- afl-showmap: fix for -Q mode
|
||||||
- added examples/afl_network_proxy which allows to fuzz a target over the
|
- added examples/afl_network_proxy which allows to fuzz a target over the
|
||||||
|
@ -844,14 +844,14 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
"\nafl-clang-fast specific environment variables:\n"
|
"\nafl-clang-fast specific environment variables:\n"
|
||||||
"AFL_LLVM_CMPLOG: log operands of comparisons (RedQueen mutator)\n"
|
"AFL_LLVM_CMPLOG: log operands of comparisons (RedQueen mutator)\n"
|
||||||
"AFL_LLVM_INSTRUMENT: set instrumentation mode: DEFAULT, CFG "
|
"AFL_LLVM_INSTRUMENT: set instrumentation mode: DEFAULT, CFG "
|
||||||
"(INSTRIM), LTO, CTX, NGRAM-2 ... NGRAM-16\n"
|
"(INSTRIM), PCGUARD, LTO, CTX, NGRAM-2 ... NGRAM-16\n"
|
||||||
" You can also use the old environment variables instead:"
|
" You can also use the old environment variables instead:"
|
||||||
" AFL_LLVM_CTX: use context sensitive coverage\n"
|
|
||||||
" AFL_LLVM_USE_TRACE_PC: use LLVM trace-pc-guard instrumentation\n"
|
" AFL_LLVM_USE_TRACE_PC: use LLVM trace-pc-guard instrumentation\n"
|
||||||
" AFL_LLVM_NGRAM_SIZE: use ngram prev_loc count coverage\n"
|
|
||||||
" AFL_LLVM_INSTRIM: use light weight instrumentation InsTrim\n"
|
" AFL_LLVM_INSTRIM: use light weight instrumentation InsTrim\n"
|
||||||
" AFL_LLVM_INSTRIM_LOOPHEAD: optimize loop tracing for speed (sub "
|
" AFL_LLVM_INSTRIM_LOOPHEAD: optimize loop tracing for speed (sub "
|
||||||
"option to INSTRIM)\n");
|
"option to INSTRIM)\n"
|
||||||
|
" AFL_LLVM_CTX: use context sensitive coverage\n"
|
||||||
|
" AFL_LLVM_NGRAM_SIZE: use ngram prev_loc count coverage\n");
|
||||||
|
|
||||||
#ifdef AFL_CLANG_FLTO
|
#ifdef AFL_CLANG_FLTO
|
||||||
SAYF(
|
SAYF(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user