hello,i want to use flowDroid to create a call graph of an android apk.
but some function isn't defined(i use the newest jar file download in github web),here is my problem.
-
first is SetupApplication app = new SetupApplication (androidPlatformPath, appPath); app.calculateSourcesSinksEntrypoints("SourcesAndSinks.txt");the function calculateSourcesSinksEntrypointscan't be find.if there is another function to set the SourcesSinks file?
-
the other one is SootMethod entryPoint = app.getEntryPointCreator().createDummyMain();
here is the whole code.

can anyone give me some advice about correct jar file or other example to implement this function?