aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-28 19:19:57 +0100
committervan Hauser <vh@thc.org>2021-01-28 19:19:57 +0100
commitce673ccab3f2ca438f879c1d2e63988eb9737a35 (patch)
treeebc831510241ea7115a285b4d3cea39e187ff27f /src
parentd5a170655f913da851f2a572b522b8d5ae76c292 (diff)
downloadAFLplusplus-ce673ccab3f2ca438f879c1d2e63988eb9737a35.tar.gz
remove snapshot reference
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c27
1 files changed, 12 insertions, 15 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index ff0f3c07..b5dcb632 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1438,34 +1438,34 @@ int main(int argc, char **argv, char **envp) {
" CC=afl-cc CXX=afl-c++ meson\n\n");
SAYF(
- " |---------------- FEATURES "
- "---------------|\n"
- "MODES: NCC PERSIST SNAP DICT LAF "
+ " |------------- FEATURES "
+ "-------------|\n"
+ "MODES: NCC PERSIST DICT LAF "
"CMPLOG SELECT\n"
" [LTO] llvm LTO: %s%s\n"
- " PCGUARD DEFAULT yes yes yes yes yes yes "
+ " PCGUARD DEFAULT yes yes yes yes yes "
" yes\n"
- " CLASSIC yes yes yes yes yes yes "
+ " CLASSIC yes yes yes yes yes "
" yes\n"
" [LLVM] llvm: %s%s\n"
- " PCGUARD %s yes yes yes module yes yes "
+ " PCGUARD %s yes yes module yes yes "
"extern\n"
- " CLASSIC %s no yes yes module yes yes "
+ " CLASSIC %s no yes module yes yes "
"yes\n"
" - NORMAL\n"
" - CTX\n"
" - NGRAM-{2-16}\n"
- " INSTRIM no yes yes module yes yes "
+ " INSTRIM no yes module yes yes "
" yes\n"
" - NORMAL\n"
" - CTX\n"
" - NGRAM-{2-16}\n"
" [GCC_PLUGIN] gcc plugin: %s%s\n"
- " CLASSIC DEFAULT no yes yes no no no "
- " yes\n"
+ " CLASSIC DEFAULT no yes no no no "
+ "yes\n"
" [GCC/CLANG] simple gcc/clang: %s%s\n"
- " CLASSIC DEFAULT no no no no no no "
- " no\n\n",
+ " CLASSIC DEFAULT no no no no no "
+ "no\n\n",
have_lto ? "AVAILABLE" : "unavailable!",
compiler_mode == LTO ? " [SELECTED]" : "",
have_llvm ? "AVAILABLE" : "unavailable!",
@@ -1520,9 +1520,6 @@ int main(int argc, char **argv, char **envp) {
" (instrumentation/README.lto.md)\n"
" PERSIST: persistent mode support [code] (huge speed increase!)\n"
" (instrumentation/README.persistent_mode.md)\n"
- " SNAP: linux lkm snapshot module support [automatic] (speed "
- "increase)\n"
- " (https://github.com/AFLplusplus/AFL-Snapshot-LKM/)\n"
" DICT: dictionary in the target [yes=automatic or llvm module "
"pass]\n"
" (instrumentation/README.lto.md + "