Skip to content

How to give an existing call graph to FlowDroid for analysis? #439

Open
@zhouyuhao1018

Description

@zhouyuhao1018

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions