afl-cc++4.22a by Michal Zalewski, Laszlo Szekeres, Marc Heuse - mode: GCC-GCC [!] WARNING: You are using outdated instrumentation, install LLVM and/or gcc-plugin and use afl-clang-fast/afl-clang-lto/afl-gcc-fast instead! ./test2.c: In ...
[AFL++405757f4e3c5]~/work/test2#afl-gcc./test2.c-o./stackoverflowafl-cc++4.22abyMichalZalewski,LaszloSzekeres,MarcHeuse-mode:GCC-GCC[!]WARNING:Youareusingoutdatedinstrumentation,installLLVMand/orgcc-pluginanduseafl-clang-fast/afl-clang-lto/afl-gcc-fastinstead!./test2.c:Infunction'main':./tes...
# LLVM 15 does not look good so we stay at 14 to still have LTO ENV LLVM_VERSION=14 # GCC 12 is producing compile errors for some targets so we stay at GCC 11 ENV GCC_VERSION=11 ### No changes beyond the point unless you know what you are doing :) ARG DEBIAN_FRONTEND=noninterac...
使用fuzz编译器编译(afl-clang-lto) 先删除原先的安装,重新编译安装库。 make cleanexport LLVM_CONFIG="llvm-config-12"CC=/root/fuzz/AFLplusplus/afl-clang-lto ./configure --enable-shared=no --prefix="/root/fuzz_target/fuzzing_libexif/install/"makemake install 如果...
[!] WARNING: You are using outdated instrumentation, install LLVM and/or gcc-plugin and use afl-clang-fast/afl-clang-lto/afl-gcc-fast instead! ./test2.c: In function 'main': ./test2.c:17:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-...