[Soot-list] Jimple/Java mapping

David Mohr dmohr at cs.unm.edu
Tue Mar 9 17:59:30 EST 2010


On Tue, Mar 9, 2010 at 3:47 PM, Humberto sousa pacheco
<humbertocin at gmail.com> wrote:
> Hello!
>
> How difficult is to map a Jimple value VB(b0), for instance, to the real
> variable name "x" in Java source code, for example? I mean, how to associate
> java statements with jimple ones and vice-versa?
>
> Does soot provides any way to do that mapping?

If you process the source code, not the bytecode, then Soot will
assign the original variable names if you use the "-p jb
use-original-names" switch.

~David


More information about the Soot-list mailing list