VASCO's PointsToAnalysis generates callsites that does not invoke any function. Thus while creating CallGraph edge program does not find callsite as Invoke Expression and throws exception. So changes suggests that if there is presence of Invoke Expression then only edge will be created.
VASCO's PointsToAnalysis generates callsites that does not invoke any function. Thus while creating CallGraph edge program does not find callsite as Invoke Expression and throws exception. So changes suggests that if there is presence of Invoke Expression then only edge will be created.