[Soot-list] Using Dava as a library

Rahul Purandare rahulp2506 at aol.com
Thu Sep 15 00:09:58 EDT 2011


 I suppose Dava performs AST transformation after basic decompilation by calling method analyzeAST. You might like to check classes PackManager and Main to see this flow. Method analyzeAST is defined in DavaBody. I think the way you are decompiling, analyzeAST is not getting called and hence the loop transformation (from "while" to "for") is not happening. I hope this helps.

Rahul Purandare

 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20110915/6037c1a6/attachment.html 


More information about the Soot-list mailing list