[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jimple-to-java translation



Dava should be able to do this. To use Dava, pass the switch "-f dava"
on the Soot command line. For a lot more detail on Dava, see Jerome's
master's thesis, or the CC2002 and WCRE2001 papers. All of these
are available at:
http://www.sable.mcgill.ca/publications/

Ondrej

On Mon, Aug 04, 2003 at 05:54:44PM -0500, Oksana I Tkachuk wrote:
> Hello,
> I have a relatively simple task to perform but I am not sure about the
> best way to approach it:
> 
> I would like to write a procedure that takes a JimpleBody of a SootMethod,
> walks through its statements and deletes/adds some statements to it (based
> on results of some analysis that was done for Jimple representation of the
> method).  The resulting Body needs to be dumped as Java code. I was
> wondering if conversion from Jimple to Java can be done using DAVA or
> other decompilers and if anybody can point me to some documentation or
> snippets of code that can do that.
> 
> 
> Thank you,
> Oksana.
> 
>