[Soot-list] Re: get java source statements from soot

Gerald Sit Gerald.Sit at student.cityu.edu.hk
Tue Aug 19 07:20:20 EDT 2008


Thanks Eric and Wouter, now I'm able to get some java statements with the line and column information provided from soot. However, it seems there are no tags attached to the definition statement. Also for(...) and while(...) statements are still translated to if(...) and goto statements and only the predicate of those statements could be fetched using the SourceLnPosTag/SourceLnNamePosTag. Is it possible to get all statements from java sources according to data flow without translating into any IR formats? Thanks again.


More information about the Soot-list mailing list