how to compare afl++

This commit is contained in:
vanhauser-thc
2021-02-21 23:27:07 +01:00
parent c67c4ce757
commit ac9cfd89da
2 changed files with 10 additions and 1 deletions

View File

@ -1699,7 +1699,9 @@ int main(int argc, char **argv, char **envp) {
"Do not be overwhelmed :) afl-cc uses good defaults if no options are "
"selected.\n"
"Read the documentation for FEATURES though, all are good but few are "
"defaults.\n\n");
"defaults.\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"
exit(1);