rellic
rellic copied to clipboard
Handling exceptions in LLVM IR
This includes handling creation of reaching conditions in GenerateAST::CreateEdgeCond and adding all the necessary visitors in IRToASTVisitor and Z3ConvVisitor.
foo.bc.zip
As a quick workaround, one can run opt -lowerinvoke foo.bc > foo.opt.bc as preprocessing. rellic-decomp will produce bitcode afterwards. This is not to be taken as a solution to the issue.