[Soot-list] Extending Soot

David Mohr dmohr at cs.unm.edu
Fri Dec 4 12:30:23 EST 2009


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


More information about the Soot-list mailing list