Skip to content

Call graph for unreachable methods #64

@gilm501

Description

@gilm501

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

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