mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
fix
This commit is contained in:
@ -1699,9 +1699,9 @@ int main(int argc, char **argv, char **envp) {
|
|||||||
"Do not be overwhelmed :) afl-cc uses good defaults if no options are "
|
"Do not be overwhelmed :) afl-cc uses good defaults if no options are "
|
||||||
"selected.\n"
|
"selected.\n"
|
||||||
"Read the documentation for FEATURES though, all are good but few are "
|
"Read the documentation for FEATURES though, all are good but few are "
|
||||||
"defaults.\n");
|
"defaults.\n"
|
||||||
"Recommended is afl-clang-lto with AFL_LLVM_CMPLOG or afl-clang-fast with\n"
|
"Recommended is afl-clang-lto with AFL_LLVM_CMPLOG or afl-clang-fast with\n"
|
||||||
"AFL_LLVM_CMPLOG and AFL_LLVM_DICT2FILE.\n\n"
|
"AFL_LLVM_CMPLOG and AFL_LLVM_DICT2FILE.\n\n");
|
||||||
|
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user