[Soot-list] analysing jar file without a

Li Sui leesui0207 at gmail.com
Wed Feb 1 17:04:57 EST 2017


Hi there

I have a simple program to analysis:

public class Example{

public void a(){
}

public void b(){
c();
}

public void c(){
}
}

After running Soot with following options:
"-allow-phantom-refs",
"-output-format",
"n",
"-pp",
"-soot-class-path",
 "build/bin",
 "-process-dir",
"build/example.jar"

There is no Example.b in callgraph, even there is an edge comes out of b().
My questions is how Soot handle callgraph when there is no explicit driver
method?Does Soot just ignore these methods or am i missing any options? By
the way, the Soot API and options pages are currently down.
Thank you in advance for any help you can provide.

Cheers

Lee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20170202/1d5d7684/attachment.html 


More information about the Soot-list mailing list