[Soot-list] Source Code Lookup

jiangfan shi jiangfan.shi at gmail.com
Thu Mar 3 20:30:49 EST 2011


"java soot.Main yourJavaProgramName -p jb use-original-names:true"
maybe fit your needs.

jiangfan


On Thu, Mar 3, 2011 at 5:31 PM, Richard Warburton <
richard.warburton at gmail.com> wrote:

> Using soot on java bytecode that has debugging information attached I
> can obtain the line numbers of Units using the 'LineNumberTag'.  Is
> there a way to get more detailed information out about jimple
> expressions?  Specifically I'm looking for the string that represents
> a Value.  Due to the jimplisation process's generation of registers
> for stack values I get things like, '$r2' as use ValueBoxes where I
> really want a variable thats being written into, such as 'foo'.
>
> The eclipse plugin appears to be able to colour in possibly null
> values - and it can link them back to variable names.  This is the
> kind of functionality I'm looking for.
>
> regards,
>
>  Richard
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20110303/49fab1f2/attachment.html 


More information about the Soot-list mailing list