[Soot-list] Why classes in the library "android.support.v4" are regarded as application classes?

xwlin.roy at gmail.com xwlin.roy at gmail.com
Thu Dec 22 02:38:28 EST 2016


Hi Steven,
How to config this option in Soot?
I don't need soot-infoflow.
I set 
Options.v().set_no_bodies_for_excluded(true);

But Soot can still not ignore android support libraries.

在 2015年3月5日星期四 UTC+8下午4:29:42,Steven Arzt写道:
>
> Hi Zipeng,
>
>  
>
> These classes are contained in your APK file and are thus considered 
> application classes. Your whole APK file is Soot’s process dir and that 
> makes all contents application classes. You can however use the Soot 
> exclude options to remove them from the set of application classes. The 
> Infoflow / SetupApplication classes have setSootConfig() methods which 
> allow you to provide a custom Soot configuration to adapt exactly such 
> options.
>
>  
>
> Best regards,
>
>   Steven
>
>  
>
>  
>
> M.Sc. M.Sc. Steven Arzt
>
> Secure Software Engineering Group (SSE)
>
> European Center for Security and Privacy by Design (EC SPRIDE) 
>
> Rheinstraße 75
>
> D-64293 Darmstadt
>
> Phone: +49 61 51 869-336
>
> Fax: +49 61 51 16-72118
>
> eMail: steven.arzt at ec-spride.de <javascript:>
>
> Web: http://sse.ec-spride.de
>
>  
>
>  
>
>  
>
> *Von:* soot-lis... at CS.McGill.CA <javascript:> [mailto:
> soot-lis... at CS.McGill.CA <javascript:>] *Im Auftrag von *fox tiny
> *Gesendet:* Mittwoch, 4. März 2015 11:49
> *An:* soot... at CS.McGill.CA <javascript:>
> *Betreff:* [Soot-list] Why classes in the library "android.support.v4" 
> are regarded as application classes?
>
>  
>
> Hi all,
>
>  
>
>     I analyzed an android application and found that classes defined in 
> "android.support.v4" were analyzed.
>
>  
>
>     Then I print "Scene.v().getApplicationClasses()" and found that 
> classes in "android.support.v4" were contained in it.
>
>  
>
>     Analyzing those classes will consume more time, how to forbid it?
>
>  
>
>     Thanks!
>
>  
>
> -------------
>
> zipeng zhang
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20161221/d5e210e4/attachment-0001.html 


More information about the Soot-list mailing list