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

Marc-André Laverdière marc-andre.laverdiere-papineau at polymtl.ca
Wed Aug 6 09:32:29 EDT 2014


Hi Ashish,

Another possibility is that classes that are transitively reachable from
the main method's class are included in the application, IIRC.

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

On 08/06/2014 06:27 AM, ASHISH MISHRA wrote:
> 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
> <mailto:ashishmishra at csa.iisc.ernet.in>
> 
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at CS.McGill.CA
> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
> 


More information about the Soot-list mailing list