[Soot-list] Jimple local to source expression

Eric Bodden eric.bodden at ec-spride.de
Tue Sep 4 04:07:41 EDT 2012


Many years ago I actually played the following trick when implementing
JAnalyzer:
http://sourceforge.net/projects/jptoolkit/

Before applying Soot, I applied a source-code transformation inserting
line breaks after every single expression. This would give me
line-number annotations per expression. Those I then tracked within
Soot. Maybe a similar trick could work for you as well?

Eric


More information about the Soot-list mailing list