-
Notifications
You must be signed in to change notification settings - Fork 311
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Hey, Im trying to build a call graph for all the methods of an apk. More precisely I would like to know for each methods all the methods that it calls.
When using:
SetupApplication app = new SetupApplication(androidJarPath, apkPath); app.constructCallgraph();
It works great but the methods who are unreachable(unused) do not seem to appear in the call graph.
I have tried to use the soot options "all-reachable" but this did not help.
What am I doing wrong?
Thanks in advanced!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested