evanmak / savior-source

source code for savior fuzzer
Apache License 2.0
126 stars 27 forks source link

problem about AFL #12

Closed oneCoderMan closed 3 years ago

oneCoderMan commented 3 years ago

Thanks fist! Could you tell me how to deal with the problem? image

evanmak commented 3 years ago

@oneCoderMan thanks for reporting, i assume you addressed the problem? For posterity could you post your solution here?

oneCoderMan commented 3 years ago

generate whole program bc

CC=wllvm LLVM_COMPILER=clang CFLAGS="-fsanitize=integer,bounds,shift -g" ./configure --enable-shared=no --enable-static=yes LLVM_COMPILER=clang make -j$(nproc)

I just change the verson clang from LLVM4.0 to LLVM3.6. when I use the LLVM 3.6, it work well.