warn on afl-gcc/afl-clang instrumentation

This commit is contained in:
van Hauser
2021-01-28 18:01:27 +01:00
parent a61a30dee0
commit 2a9fcd2a87

View File

@ -1788,6 +1788,15 @@ int main(int argc, char **argv, char **envp) {
}
if (!be_quiet && (compiler_mode == GCC || compiler_mode == CLANG)) {
WARNF(
"You are using outdated instrumentation, install LLVM and/or "
"gcc-plugin and use afl-clang-fast/afl-clang-lto/afl-gcc-fast "
"instead!");
}
if (debug) {
DEBUGF("cd '%s';", getthecwd());