diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-21 23:27:07 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-21 23:27:07 +0100 |
commit | ac9cfd89dae0ce99df500793b3f5cbed2fd2e4f7 (patch) | |
tree | c6e552ca8fb0fdfb471d93938c4924a542fbf849 /src | |
parent | c67c4ce7578e45656262bd0eaddca6527ca7b166 (diff) | |
download | afl++-ac9cfd89dae0ce99df500793b3f5cbed2fd2e4f7.tar.gz |
how to compare afl++
Diffstat (limited to 'src')
-rw-r--r-- | src/afl-cc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c index d41f79a2..a5e54691 100644 --- a/src/afl-cc.c +++ b/src/afl-cc.c @@ -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); |