Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error #173

Open
kimiwanano opened this issue Dec 9, 2021 · 0 comments
Open

Compilation error #173

kimiwanano opened this issue Dec 9, 2021 · 0 comments

Comments

@kimiwanano
Copy link

kimiwanano commented Dec 9, 2021

Hi. I'm trying to test the Fuzzer Test Suite with AFL, and here are the changes I made to the two script files. After making the changes, I tried compiling each file with build.sh. However, the compilation error is shown in bold at the end. How can I fix it?

#FUZZING_ENGINE=${FUZZING_ENGINE:-"fsanitize_fuzzer"}
FUZZING_ENGINE=${FUZZING_ENGINE:-"afl"}

#AFL_SRC=${AFL_SRC:-$(dirname $(dirname $SCRIPT_DIR))/AFL}
AFL_SRC=${AFL_SRC:-/AFL-master}

#export CC=${CC:-"clang"}
#export CXX=${CXX:-"clang++"}
export CC=${CC:-"afl-clang-fast"}
export CXX=${CXX:-"afl-clang-fast++"}

Building with afl
afl-clang-fast 2.57b by [email protected]
afl-llvm-pass 2.57b by [email protected]
[+] Instrumented 64 locations (non-hardened mode, ratio 100%).
inlinable function call in a function with debug info must have a !dbg location
call void @__sanitizer_cov_trace_pc_guard(i32
inttoptr (i64 add (i64 ptrtoint ([22 x i32]
@_sancov_gen.7 to i64), i64 80) to i32*)) #14**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant