secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
919 stars 140 forks source link

Fix Backward ICFG #660

Closed fabianbs96 closed 9 months ago

fabianbs96 commented 10 months ago

Currently the backward ICFG cannot be used as it lacks the implementation of some required interface functions. This PR adds this functionality by forwarding to LLVMBasedICFG. In addition, we use explicit template instantiation to enable detecting such issues earlier.