[Soot-list] points-to analysis question

Eric Bodden eric.bodden at mail.mcgill.ca
Tue Jun 26 14:51:24 EDT 2007


Hi, David. You can just run Soot/Spark on the source files without any
problems, usually. (As long as it uses Java 1.4 syntax.)

Eric

On 26/06/07, David A Weiser <DWEISER at uwyo.edu> wrote:
>
>
>
>
> Here's the problem description:  I'm building a tree whose leaves keep track
> of reads and writes of reference variables in a function.  I'm building this
> tree from source code.  Now, what I want to do is trim leaves from this tree
> that represent local references.  To do this, I need a points-to analysis.
>
>
>
> Here's the question:  can I use the output from using Spark on the .class
> file to help me in trimming these leaves from my tree?  If so, are there any
> tutorials that show how to do this?
>
>
>
> Thanks,
>
> Dave
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
>


-- 
Eric Bodden
Sable Research Group
McGill University, Montréal, Canada


More information about the Soot-list mailing list