[Soot-list] Using soot for generating call graph

Phil Pratt-Szeliga pcpratts at syr.edu
Sat Jun 2 17:17:09 EDT 2012


Hi Ragini,

You may want to look into using AspectJ to intercept every method call
and log it to a file during runtime.

Phil Pratt-Szeliga
Syracuse University

On Sat, Jun 2, 2012 at 3:55 PM, Ragini Patel <raginippatel at gmail.com> wrote:
> Hello,
>
> I want to analyze application's dynamic behavior. For that I want to have a
> call graph view of the application's run. Could I achieve this with soot
> eclipse plug in or command line commands ? If yes then which one is better
> ?  I mean can I run soot with my an application (say webserver) and have
> call graph view of it ?
>
> Please note that I am not interested in the statistical analysis of the
> program/application rather would be interested in analyzing it's runtime
> behavior (with use of Call graph for e.g.)
>
> I have gone through soot's survivors guide but I am bit confused about
> whether it is suitable to my requirement .
>
> Could you people please let me know if I can use soot for this ? if yes then
> How should I proceed ?
>
> I would highly appreciate your response !
>
> Thank you in advance.
>
> Best Regards.
>
>
>


More information about the Soot-list mailing list