[Soot-list] use Soot to extend our analysis

Keith Lea keith at cs.oswego.edu
Fri May 13 20:10:55 EDT 2005


You can use Soot as an application library, but it's not designed for it
and in fact in many ways its design precludes efficient and convenient
use as an application library.

Aiwu Shi wrote:
> hi,
>     I want to bulid a tool using soot for points-to analysis. so,  I 
> will develop a customized graphical interface for our tool, which can 
> input the java code to be analyzed and output the output,according to my 
> requirement. Can I use soot as a standard API library? and import the 
> relative package and call the well-bulit methods, not need me develop 
> the points-to analysis from scratch. how to do that?
>     thanks
>     Aiwu
>     
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://www.sable.mcgill.ca/mailman/listinfo/soot-list


More information about the Soot-list mailing list