[Soot-list] Help Using Indus

Marc-André Laverdière-Papineau marc-andre.laverdiere-papineau at polymtl.ca
Sun Jul 14 18:16:42 EDT 2013


Hi Ishan,

>From the bytecode point of view, there is no difference between Java 4
and 5. At least not in the code part. IIRC, annotations are stored as
metadata in a separate section, so you should be fine.

Marc-André Laverdière-Papineau
Doctorant - PhD Candidate

On 12/07/13 05:58 AM, Ishan Khot wrote:
> Hi Soot-List,
> 
> I need to slice an APK file using the Indus Slicer. However the slicer
> only works on java 1.4 compatible bytecode.
> So I plan to use soot to first convert the APK dex files to class files
> and then run Indus on them.
> Is there anyway I can make sure that the class files produced by soot
> are java 1.4 compatible so that I can run Indus on them?
> 
> Thanks,
> Ishan
> 
> -- 
> Ishan Khot
> Undergraduate Student
> Computer Science Department
> IIT Delhi
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list