[Soot-list] Any way to get a local (1-level) call graph?

Patrick Lam plam at sable.mcgill.ca
Wed Jan 20 17:17:05 EST 2010


Sai Zhang wrote:
> Hi all:
> 
> I am wondering if there is any way to get a local call graph in Soot, 
> without using the "-w" mode and a main entry?

Hi Sai,

It's a bit trickier than you think, but I think that you're looking for 
Class Hierarchy Analysis, which does still require -w. Look around at 
the CHA implementation for ideas.

pat



More information about the Soot-list mailing list