[Soot-list] Jimple to Java

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Thu Feb 10 15:31:29 EST 2011


Hi Jochen.

This is tough to do in general, as Soot often performs multiple
transformation before the Jimple code is exposed.

A somewhat reliable way is to look at line number information, which
you can retrieve through tags on the statements.

Eric

On 10 February 2011 18:04, Jochen Huck <huckj at ira.uka.de> wrote:
> Hi,
>
> I analyze sourcecode and my problem is as follows: a java statement can
> be split into multiple jimple statements. Regarding one jimple statement
> how would I find the other jimple statements that stem from the
> corresponding java statement?
>
> Thanks,
>
> Jochen
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>



-- 
Dr. Eric Bodden, http://bodden.de/
Principal Investigator in Secure Services at CASED
Coordinator of the CASED Advisory Board of Study Affairs
PostDoc at Software Technology Group, Technische Universität Darmstadt
Tel: +49 6151 16-5478    Fax: +49 6151 16-5410
Mailing Address: S2|02 A209, Hochschulstraße 10, 64289 Darmstadt


More information about the Soot-list mailing list