[Soot-list] Get rid of Third Party API influence in whole program analysis mode

Steven Arzt Steven.Arzt at cased.de
Thu Jul 23 06:53:03 EDT 2015


Hi Chris,

 

Why do you use application mode? If you turn application mode on, this tells Soot to analyze / transform all classes in your Soot classpath as application classes, including what would normally be a library class.

 

Best regards,

  Steven

 

Von: soot-list-bounces at CS.McGill.CA [mailto:soot-list-bounces at CS.McGill.CA] Im Auftrag von csytang
Gesendet: Donnerstag, 23. Juli 2015 12:08
An: Soot list
Betreff: [Soot-list] Get rid of Third Party API influence in whole program analysis mode
Wichtigkeit: Hoch

 

Dear all, 
      When I use Soot to analysis a program in whole program (-w) and application mode(-app).  

Setting:

*	 import all third-party API jars and my target classes in '-cp'. 
*	 I use -process-dir + filepath to set program's loc to process

Problem

*	 I got problem that some classes in third-party jars are also analyzed. 

      How to get rid of this?

      If I do not use whole program analysis, it will work but my customized scene transform will not be invoked, which is not I want.

 

Target

*	 Leave the third-party jars there and do not analysis them.

Thx in advance.

 

Best

Chris.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150723/11618a41/attachment.html 


More information about the Soot-list mailing list