[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
jimple-to-java translation
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.