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

ASHISH MISHRA ashish123.mishragkp at gmail.com
Wed Aug 6 06:27:41 EDT 2014


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/b0becdcf/attachment.html 


More information about the Soot-list mailing list