eurecom-s3 / symcc

SymCC: efficient compiler-based symbolic execution

Home Page:http://www.s3.eurecom.fr/tools/symbolic_execution/symcc.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I run benchmark

liushengahn opened this issue · comments

hello,
I am a beginner learning SymCC. I have prepared everything I need to run the benchmark(https://github.com/CyberGrandChallenge/samples) mentioned in the paper, but I failed. I don't know how to start. I don't know how to run programs in CGC by SymCC. Could you help me ?
Thank you. Looking forward to your reply.

Please forgive me if the question is not suitable enough to ask.

Hi,
did you look here ? There is some information about the benchmarks:
https://www.s3.eurecom.fr/tools/symbolic_execution/symcc.html

Also check docs and in particular docs/Experiments.txt.
Please reopen the bug if you don't find suitable information there.

hi, I built 32-bit versions of SymCC based on your tips, but I ran into some problems. I have built the 32-bit version of Z3, but I am not sure how to build the 32-bit version of LLVM. It looks simple in the document, but I don't know how to do it. https://github.com/eurecom-s3/symcc/blob/master/docs/32-bit.txt
1642073105(1)
Thank you very much for your help.