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

Problems with testing lava-m #8

Open
orangeloong opened this issue Apr 30, 2024 · 0 comments
Open

Problems with testing lava-m #8

orangeloong opened this issue Apr 30, 2024 · 0 comments

Comments

@orangeloong
Copy link

orangeloong commented Apr 30, 2024

I want to test lava-m using cofuzz. The server I am using is ubuntu 16.04, so I made a docker image of ubuntu 20.04 and tested it in docker.
I compiled the lava-m program following the instructions in the demo:

CC=wllvm LLVM_COMPILER=clang ./configure  --prefix=`pwd`/lava-install LIBS="-lacl"
LLVM_COMPILER=clang make -j$(nproc)
extract-bc base64
Trace_CC=clang-10 Trace_CXX=clang++-10 trace/build/clang-trace base64.bc -o base64_trace
AFL_CC=clang AFL_CXX=clang++ fuzzer/afl-clang-fast base64.bc -o base64_afl
third_party/concolic/qsym/symcc base64.bc -o base64_cohuzz

Cofuzz worked fine when testing other programs. But while testing lava-m with cofuzz, it fails to generate any test cases.
image

Do you have any idea why this is happening? Looking forward to your reply.

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