Open
Description
Dear,
After setupApplication.constructCallgraph();
, I get a call graph by cg = Scene.v().getCallGraph();
. Then I add some new edges to this call graph cg
and call Scene.v().setCallGraph(cg);
.
Then, I call runInfoflow()
with a custom implementation of an ISourceSinkDefinitionProvider
. How can I make FlowDroid use the existing and improved call graph for data flow analysis?
Could you give me some advice? Thanks a lot.
Best
Zhou