SVF
SVF copied to clipboard
Is there a way for SVF to get the vitrual function callsite and all possible call targets on the IR?
Dear Developers. I have been most looking for a way to statically analyze virtual function calls on IR, and I would like to ask if SVF provides such a feature? I would like to call it directly.
Yes, but based on pointer analysis and CHG you may wish to take a look at "BVDataPTAImpl::onTheFlyCallGraphSolve".
Yes, but based on pointer analysis and CHG you may wish to take a look at "BVDataPTAImpl::onTheFlyCallGraphSolve".
Thank you for your reply. It was very helpful to me!