mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
remove snapshot reference
This commit is contained in:
27
src/afl-cc.c
27
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 + "
|
||||
|
Reference in New Issue
Block a user