Skip to content
#

dataflow-analysis

Here are 17 public repositories matching this topic...

QRXqrx
QRXqrx commented Dec 18, 2019

Hi,

I have noticed that one need to use AnalysisScope and ClassHierarchy several times to create a call graph. Like follows:

AnalysisScope scope = AnalysisScopeReader.makeJavaBinaryAnalysisScope(classPath, exFile);
ClassHierarchy cha = ClassHierarchyFactory.make(scope);
Iterable<Entrypoint> entrypoints = new AllApplicationEntrypoints(scope, cha);
AnalysisOptions options = new Analy

Improve this page

Add a description, image, and links to the dataflow-analysis topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dataflow-analysis topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.