[Soot-list] Correct type of locals, and correct line numbers

Eric Bodden bodden at st.informatik.tu-darmstadt.de
Fri Jul 23 06:19:27 EDT 2010


> Is
> there a (simple) possibility to archive the byte-code-like jimple file when
> analyzing source code?

Hmmm, why would you prefer the one over the other? After all, the code
is equivalent...

The soot.toolkits.scalar.LocalSplitter may be doing something at least
close to what you are looking for, though. Alternatively, use Shimple,
the SSA version of Jimple.

Eric


More information about the Soot-list mailing list