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

Test LAVA-M with SymCC #102

Open
Tricker-z opened this issue Jun 4, 2022 · 0 comments · May be fixed by #107
Open

Test LAVA-M with SymCC #102

Tricker-z opened this issue Jun 4, 2022 · 0 comments · May be fixed by #107

Comments

@Tricker-z
Copy link

Tricker-z commented Jun 4, 2022

Hi SymCC devs

I have a problem when I test LAVA-M with SymCC. In LAVA-M, bugs are automatically injected into the software, so I want to check whether SymCC could detect these bugs.

At first I directly modify the C compiler to symcc by export CC=build_path/symcc, but the LAVA-M gets stuck during the compilation process. Then I switch to apply wllvm to extract the .bc file and use symcc to instrument the symbolic execution code.

Unfortunately, the program with wllvm + symcc cannot be solved to obtain any results. So I would like to ask if there is any other possible way to solve this problem.

@Yhcrown Yhcrown linked a pull request Sep 25, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant