ftsrg / gazer

An LLVM-based formal verification frontend for C programs.
24 stars 5 forks source link

Can I get the generated CFA file? #100

Open Lqs66 opened 8 months ago

Lqs66 commented 8 months ago

Dear Developer. I noticed your tool by reading the paper "Gazer-Theta: LLVM-based Verier Portfolio with BMC/CEGAR (Competition Contribution)" and I found that the LLVM IR is converted into a CFA. I would like to know how do I get the CFA file? Also, why does your tool not support C++? Isn't it based on IR?