[Soot-list] pointsTo analysis - spark

Hamid 2C hamid2c at gmail.com
Tue Jun 23 09:00:38 EDT 2009


> Hello!
>
> I'm trying to implement an alias analysis using the Spark framework. My
> question is, is there possible to get the set of objects pointed to by a
> SootField that is not static?

Yes, Spark analysis is field-sensitive by default. See concrete field
nodes (AllocDotField node in the code) for more information.

Hamid


More information about the Soot-list mailing list