[Soot-list] Extending Soot

Marcos Chicote totochicote at gmail.com
Fri Dec 4 12:35:10 EST 2009


Thanks David.
I don't think I could output jimple.
What I would like to do is create a new intermediate representation for my
language (implementing some soot interfaces o extending some soot class),
create a CFG and then use Soot's dataflow engine.

Do you know if this is possible? (and not too complex)

Thanks!

On Fri, Dec 4, 2009 at 2:30 PM, David Mohr <dmohr at cs.unm.edu> wrote:

> On Fri, Dec 4, 2009 at 10:11 AM, Marcos Chicote <totochicote at gmail.com>
> wrote:
> > Hi!
> > I'm considering Soot to develop some dataflow analysis in a language
> other
> > than Java.
> > My idea is to parse this language X and generate a intermediate
> > representation of the language like Jimple and then use Soot's dataflow
> > engine for the analysis.
> >
> > Is this possible? Has anyone done it? Is there documentation on how to do
> > this?
>
> I'm by no means an expert on soot, but you if you can output jimple,
> then soot can certainly read it in and process it, just the same as
> with Java files.
>
> ~David
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20091204/d3b896af/attachment.html 


More information about the Soot-list mailing list