SVF icon indicating copy to clipboard operation
SVF copied to clipboard

Example program for feeding VFG back into PointerAnalysis?

Open TrivikramAT opened this issue 11 months ago • 1 comments
trafficstars

In the SVF paper there is a mention of refining the points-to set by feeding back the VFG into Pointer Analysis block

image

Is there any example program that I can refer, which uses this feature?

TrivikramAT avatar Nov 20 '24 17:11 TrivikramAT

Flow-sensitive analysis uses SVFG. You could refer to wpa -fspta *.bc

yuleisui avatar Nov 20 '24 22:11 yuleisui