[Soot-list] -exclude-package option not parsed in soot release 2.5

Steven Arzt Steven.Arzt at cased.de
Wed Aug 6 06:32:02 EDT 2014


I think the exclude option clashes with the –app option and –app wins, but better double-check in the code.

 

Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] Im Auftrag von ASHISH MISHRA
Gesendet: Mittwoch, 6. August 2014 12:28
An: Soot List
Betreff: [Soot-list] -exclude-package option not parsed in soot release 2.5

 

Hi ,

 

I found that -x "package name" is ineffective as all the packages matching the package name are included in my application classes . Is this a known bug or I am mistaken somewhere.

 

 

My arguments 

 

                        "-w",

                                               "-p",

                                               "jb",

                                               "use-original-names:true",

                                               "-keep-line-number",

                                               

                                               "-print-tags",

                                               "-pp",

                                               "-cp",

                                               args[0],

                                               "-main-class",

                                               args[1],

                                               "-app",

                                               args[1],

                                               "-x",

                                               "android.",

                                               "-x",

                                               "org.apache.",

                                      "-f",

                                   

                                      "jimple",

                                     "-xml-attributes",

                                   "-print-tags",

                                               //"-annot-nullpointer"

                                   //          "-p"

                                               

                        }; 

 

This should exclude all the android.* and org.apache.* classes but they appear as my Application Classes . 

 

Please Help

 

-- 
Regards,
Ashish Mishra
Graduate Student,
Computer Science and Automation Department,IISc
Cell : +91-9611194714
Mailto : ashishmishra at csa.iisc.ernet.in

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20140806/63ac87d1/attachment-0001.html 


More information about the Soot-list mailing list