温馨提示:本平台仅供研究软件风险、安全评估,禁止用于非法用途。由于展示的数据过于全面,请耐心等待加载完成。如有疑问或建议, 可加入我们的微信群讨论

APP评分

病毒检测 无法判定

安全评分

文件信息

文件名称 百草园.apk
文件大小 17.28MB
MD5 17f49811374a404d232d5b2cc35bf30f
SHA1 0262754de5040a046a42f0545eba90ebc05b0dd2
SHA256 3847b9f0cfbbefc9826c90ef1da196e7a7e3aafb435cd2d20cd7e53e52b05000

应用信息

应用名称 百草园
包名 com.xbcy.tvlauncher
主活动 com.shenma.tvlauncher.SplashActivity
目标SDK 23     最小SDK 18
版本号 7.5     子版本号 117
加固信息 未加壳

组件导出信息

反编译代码

Manifest文件 查看
APK文件 下载
Java源代码 查看 -- 下载

证书信息

二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: True
v4 签名: False
主题: C=CN
签名算法: rsassa_pkcs1v15
有效期自: 2024-04-08 11:44:55+00:00
有效期至: 2049-04-02 11:44:55+00:00
发行人: C=CN
序列号: 0x510a6739
哈希算法: sha256
证书MD5: 134f703d489baf518042fc4b36931ca7
证书SHA1: 4866bee0f4c458342029af603b4d620ec9e7e4ed
证书SHA256: 176f2e9674253791121ebdaf46411328bc26125e9747572c550cadb76e91145b
证书SHA512: 7a33c97e508658fe575a234062f9af7c594646b5d0b2e868588644db8c467d22b131baa0ed643a4fff7eda9cf50a3ad6fb1fb0cb2323ac679c4eafcb7161fd91
公钥算法: rsa
密钥长度: 2048
指纹: d609ae49b7610df53a79e875ca9f9789b190ed4e466f65508e332758d447f6b9
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
android.permission.ACCESS_WIFI_STATE 普通 查看Wi-Fi状态 允许应用程序查看有关Wi-Fi状态的信息。
android.permission.CHANGE_WIFI_STATE 危险 改变Wi-Fi状态 允许应用程序改变Wi-Fi状态。
android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
android.permission.CHANGE_CONFIGURATION 危险 改变UI设置 允许应用程序 允许应用程序更改当前配置,例如语言区域或整体的字体大小。
android.permission.WRITE_EXTERNAL_STORAGE 危险 读取/修改/删除外部存储内容 允许应用程序写入外部存储。
android.permission.READ_PHONE_STATE 危险 读取手机状态和标识 允许应用程序访问设备的手机功能。有此权限的应用程序可确定此手机的号码和序列号,是否正在通话,以及对方的号码等。
android.permission.WRITE_SETTINGS 危险 修改全局系统设置 允许应用程序修改系统设置方面的数据。恶意应用程序可借此破坏您的系统配置。
android.permission.WAKE_LOCK 危险 防止手机休眠 允许应用程序防止手机休眠,在手机屏幕关闭后后台进程仍然运行。
android.permission.KILL_BACKGROUND_PROCESSES 普通 结束进程 允许应用程序结束其他应用程序的后台进程。

证书分析

高危
0
警告
1
信息
1
标题 严重程度 描述信息
已签名应用 信息 应用程序已使用代码签名证书进行签名

MANIFEST分析

高危
3
警告
2
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序可以安装在有漏洞的已更新 Android 版本上
Android 4.3-4.3.1, [minSdk=18]
信息 该应用程序可以安装在具有多个未修复漏洞的旧版本 Android 上。这些设备不会从 Google 接收合理的安全更新。支持 Android 版本 => 10、API 29 以接收合理的安全更新。
2 应用程序数据可以被备份
[android:allowBackup=true]
警告 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
3 Activity (com.shenma.tvlauncher.HomeActivity) 的启动模式不是standard模式 高危 Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。
4 Activity (com.shenma.tvlauncher.HomeActivity) 容易受到 Android Task Hijacking/StrandHogg 的攻击。 高危 活动不应将启动模式属性设置为“singleTask”。 然后,其他应用程序可以将恶意活动放置在活动栈顶部,从而导致任务劫持/StrandHogg 1.0 漏洞。 这使应用程序成为网络钓鱼攻击的易受攻击目标。 可以通过将启动模式属性设置为“singleInstance”或设置空 taskAffinity (taskAffinity="") 属性来修复此漏洞。 您还可以将应用的目标 SDK 版本 (23) 更新到 28 或更高版本以在平台级别修复此问题。
5 Activity (com.shenma.tvlauncher.tvlive.TVLivePlayer) 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。
6 Activity (com.shenma.tvlauncher.AppManageActivity) 的启动模式不是standard模式 高危 Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。

可浏览的ACTIVITIES

ACTIVITY INTENT

网络安全配置

序号 范围 严重级别 描述

API调用分析

API功能 源码文件
一般功能-> 文件操作
com/baidu/cyberplayer/core/BVideoView.java
com/baidu/cyberplayer/core/CyberPlayer.java
com/baidu/cyberplayer/core/CyberPlayerCore.java
com/baidu/cyberplayer/core/a.java
com/baidu/cyberplayer/core/b.java
com/baidu/cyberplayer/dlna/a.java
com/baidu/cyberplayer/media/ffmpeg/a.java
com/baidu/cyberplayer/subtitle/SubtitleManager.java
com/baidu/cyberplayer/utils/A.java
com/baidu/cyberplayer/utils/AbstractC0101bl.java
com/baidu/cyberplayer/utils/C0062a.java
com/baidu/cyberplayer/utils/C0063aa.java
com/baidu/cyberplayer/utils/C0065ac.java
com/baidu/cyberplayer/utils/C0089b.java
com/baidu/cyberplayer/utils/C0094be.java
com/baidu/cyberplayer/utils/C0097bh.java
com/baidu/cyberplayer/utils/C0100bk.java
com/baidu/cyberplayer/utils/C0105bp.java
com/baidu/cyberplayer/utils/C0108bs.java
com/baidu/cyberplayer/utils/C0116c.java
com/baidu/cyberplayer/utils/C0122i.java
com/baidu/cyberplayer/utils/C0124k.java
com/baidu/cyberplayer/utils/C0125l.java
com/baidu/cyberplayer/utils/C0127n.java
com/baidu/cyberplayer/utils/C0132s.java
com/baidu/cyberplayer/utils/C0133t.java
com/baidu/cyberplayer/utils/E.java
com/baidu/cyberplayer/utils/F.java
com/baidu/cyberplayer/utils/G.java
com/baidu/cyberplayer/utils/InterfaceC0107br.java
com/baidu/cyberplayer/utils/J.java
com/baidu/cyberplayer/utils/M.java
com/baidu/cyberplayer/utils/S.java
com/baidu/cyberplayer/utils/VersionManager.java
com/baidu/cyberplayer/utils/ZipUtils.java
com/baidu/cyberplayer/utils/aN.java
com/baidu/cyberplayer/utils/aW.java
com/baidu/cyberplayer/utils/aY.java
com/baidu/cyberplayer/utils/bC.java
com/baidu/cyberplayer/utils/bD.java
com/baidu/cyberplayer/utils/bE.java
com/baidu/cyberplayer/utils/bF.java
com/baidu/cyberplayer/utils/bG.java
com/baidu/cyberplayer/utils/bH.java
com/baidu/cyberplayer/utils/bI.java
com/baidu/cyberplayer/utils/bJ.java
com/baidu/cyberplayer/utils/bK.java
com/baidu/cyberplayer/utils/bN.java
com/baidu/cyberplayer/utils/bW.java
com/baidu/cyberplayer/utils/ca.java
com/baidu/cyberplayer/utils/cj.java
com/baidu/cyberplayer/utils/cl.java
com/baidu/cyberplayer/utils/co.java
com/baidu/cyberplayer/utils/cp.java
com/cicada/player/utils/ContentDataSource.java
com/cicada/player/utils/media/MediaCodecDecoder.java
com/forcetech/android/ForceTV.java
com/nostra13/universalimageloader/cache/disc/BaseDiscCache.java
com/nostra13/universalimageloader/cache/disc/DiscCacheAware.java
com/nostra13/universalimageloader/cache/disc/LimitedDiscCache.java
com/nostra13/universalimageloader/cache/disc/impl/FileCountLimitedDiscCache.java
com/nostra13/universalimageloader/cache/disc/impl/LimitedAgeDiscCache.java
com/nostra13/universalimageloader/cache/disc/impl/TotalSizeLimitedDiscCache.java
com/nostra13/universalimageloader/cache/disc/impl/UnlimitedDiscCache.java
com/nostra13/universalimageloader/core/DefaultConfigurationFactory.java
com/nostra13/universalimageloader/core/LoadAndDisplayImageTask.java
com/nostra13/universalimageloader/core/assist/DiscCacheUtil.java
com/nostra13/universalimageloader/core/assist/FlushedInputStream.java
com/nostra13/universalimageloader/core/assist/deque/LinkedBlockingDeque.java
com/nostra13/universalimageloader/core/decode/BaseImageDecoder.java
com/nostra13/universalimageloader/core/download/BaseImageDownloader.java
com/nostra13/universalimageloader/core/download/HttpClientImageDownloader.java
com/nostra13/universalimageloader/core/download/ImageDownloader.java
com/nostra13/universalimageloader/core/download/NetworkDeniedImageDownloader.java
com/nostra13/universalimageloader/core/download/SlowNetworkImageDownloader.java
com/nostra13/universalimageloader/utils/IoUtils.java
com/nostra13/universalimageloader/utils/StorageUtils.java
com/shenma/tvlauncher/BaseActivity.java
com/shenma/tvlauncher/HistoryActivity.java
com/shenma/tvlauncher/HomeActivity.java
com/shenma/tvlauncher/IL1Iii/O8oO8o8.java
com/shenma/tvlauncher/ILil/ILil.java
com/shenma/tvlauncher/ILil/Ooo.java
com/shenma/tvlauncher/OtherActivity.java
com/shenma/tvlauncher/SettingPlayActivity.java
com/shenma/tvlauncher/SettingWallpaperActivity.java
com/shenma/tvlauncher/SplashActivity.java
com/shenma/tvlauncher/TopicActivity.java
com/shenma/tvlauncher/application/MyApplication.java
com/shenma/tvlauncher/domain/MovieClassify.java
com/shenma/tvlauncher/domain/MovieInfo.java
com/shenma/tvlauncher/domain/RecApp.java
com/shenma/tvlauncher/domain/Recommend.java
com/shenma/tvlauncher/domain/RecommendInfo.java
com/shenma/tvlauncher/domain/Update.java
com/shenma/tvlauncher/domain/UpdateInfo.java
com/shenma/tvlauncher/domain/Upload.java
com/shenma/tvlauncher/domain/UserStatement.java
com/shenma/tvlauncher/p038Ooo/IL1Iii.java
com/shenma/tvlauncher/tvback/TVBackActivity.java
com/shenma/tvlauncher/tvlive/IL1Iii/IL1Iii.java
com/shenma/tvlauncher/tvlive/IL1Iii/O8oO8o8.java
com/shenma/tvlauncher/tvlive/IL1Iii/Ooo.java
com/shenma/tvlauncher/tvlive/TVLivePlayer.java
com/shenma/tvlauncher/tvlive/p033Ooo/I1I.java
com/shenma/tvlauncher/tvlive/p033Ooo/IL.java
com/shenma/tvlauncher/utils/C00oOOo.java
com/shenma/tvlauncher/utils/IL1Iii.java
com/shenma/tvlauncher/utils/O8.java
com/shenma/tvlauncher/utils/Oo.java
com/shenma/tvlauncher/utils/Ooo.java
com/shenma/tvlauncher/utils/llL1ii.java
com/shenma/tvlauncher/utils/lliiI1.java
com/shenma/tvlauncher/utils/o0o0.java
com/shenma/tvlauncher/utils/o0o8.java
com/shenma/tvlauncher/view/VideoView.java
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/O8oO8o8.java
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/p035O8oO8o8/O8oO8o8.java
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/p035O8oO8o8/Ooo.java
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/p035O8oO8o8/oO.java
com/shenma/tvlauncher/vod/LivePlayerActivity.java
com/shenma/tvlauncher/vod/SearchActivity.java
com/shenma/tvlauncher/vod/VideoPlayerActivity.java
com/shenma/tvlauncher/vod/VodDetailsActivity.java
com/shenma/tvlauncher/vod/VodTypeActivity.java
com/shenma/tvlauncher/vod/domain/AboutInfo.java
com/shenma/tvlauncher/vod/domain/MediaInfo.java
com/shenma/tvlauncher/vod/domain/VodFilter.java
com/shenma/tvlauncher/vod/domain/VodFilterInfo.java
com/shenma/tvlauncher/vod/domain/VodTypeInfo.java
net/butterflytv/rtmp_client/RtmpClient.java
net/sunniwell/android/httpserver/HttpFileHandler.java
net/sunniwell/android/httpserver/HttpServer.java
net/sunniwell/android/httpserver/RequestListenerThread.java
net/sunniwell/android/httpserver/WorkerThread.java
net/sunniwell/android/httpserver/fileupload/SWRequestContext.java
net/sunniwell/android/httpserver/param/QueryStringDecoder.java
net/sunniwell/android/httpserver/param/QueryStringEncoder.java
net/tsz/afinal/FinalHttp.java
net/tsz/afinal/bitmap/core/BitmapCache.java
net/tsz/afinal/bitmap/core/BitmapCommonUtils.java
net/tsz/afinal/bitmap/core/BitmapDecoder.java
net/tsz/afinal/bitmap/core/BitmapProcess.java
net/tsz/afinal/bitmap/core/LruDiskCache.java
net/tsz/afinal/bitmap/download/Downloader.java
net/tsz/afinal/bitmap/download/SimpleHttpDownloader.java
net/tsz/afinal/core/ArrayDeque.java
net/tsz/afinal/core/Arrays.java
net/tsz/afinal/http/AjaxParams.java
net/tsz/afinal/http/HttpHandler.java
net/tsz/afinal/http/MultipartEntity.java
net/tsz/afinal/http/PreferencesCookieStore.java
net/tsz/afinal/http/RetryHandler.java
net/tsz/afinal/http/SyncRequestHandler.java
net/tsz/afinal/http/entityhandler/FileEntityHandler.java
net/tsz/afinal/http/entityhandler/StringEntityHandler.java
org/IL1Iii/p039O8oO8o8/IL1Iii.java
org/IL1Iii/p039O8oO8o8/ILil.java
org/IL1Iii/p039O8oO8o8/O8oO8o8.java
org/IL1Iii/p039O8oO8o8/Ooo.java
org/p040O8oO8o8/p041O8oO8o8/O8oO8o8.java
网络通信-> HTTP请求、连接和会话
网络通信-> SSL证书处理
网络通信-> DefaultHttpClient Connection
网络通信-> HTTP建立连接
网络通信-> TCP套接字
一般功能-> 获取系统服务(getSystemService)
com/baidu/cyberplayer/core/CyberPlayer.java
com/baidu/cyberplayer/core/CyberPlayerSurface.java
com/baidu/cyberplayer/core/a.java
com/baidu/cyberplayer/dlna/DLNAProviderFactory.java
com/baidu/cyberplayer/dlna/NetworkChangeReceiver.java
com/baidu/cyberplayer/dlna/NetworkDetector.java
com/baidu/cyberplayer/subtitle/SubtitleSettings.java
com/baidu/cyberplayer/subtitle/c.java
com/baidu/cyberplayer/utils/C0117d.java
com/baidu/cyberplayer/utils/C0122i.java
com/shenma/tvlauncher/BaseActivity.java
com/shenma/tvlauncher/HomeActivity.java
com/shenma/tvlauncher/application/MyApplication.java
com/shenma/tvlauncher/application/O8oO8o8.java
com/shenma/tvlauncher/p030O8oO8o8/ILil.java
com/shenma/tvlauncher/p038Ooo/O8oO8o8.java
com/shenma/tvlauncher/tvback/TVBackActivity.java
com/shenma/tvlauncher/tvlive/IL1Iii/IL1Iii.java
com/shenma/tvlauncher/tvlive/IL1Iii/Ooo.java
com/shenma/tvlauncher/tvlive/TVLivePlayer.java
com/shenma/tvlauncher/tvlive/p032O8oO8o8/IL1Iii.java
com/shenma/tvlauncher/tvlive/p032O8oO8o8/O8oO8o8.java
com/shenma/tvlauncher/utils/o0o8.java
com/shenma/tvlauncher/view/Ooo.java
com/shenma/tvlauncher/view/o0o0.java
com/shenma/tvlauncher/vod/LivePlayerActivity.java
com/shenma/tvlauncher/vod/VideoPlayerActivity.java
com/shenma/tvlauncher/vod/p036O8oO8o8/IL.java
com/shenma/tvlauncher/vod/p036O8oO8o8/IL1Iii.java
com/shenma/tvlauncher/vod/p036O8oO8o8/ILil.java
com/shenma/tvlauncher/vod/p036O8oO8o8/O8oO8o8.java
com/shenma/tvlauncher/vod/p036O8oO8o8/Oo0.java
com/shenma/tvlauncher/vod/p036O8oO8o8/Ooo.java
com/shenma/tvlauncher/vod/p036O8oO8o8/oO.java
net/tsz/afinal/bitmap/core/BitmapCache.java
调用java反射机制
组件-> 启动 Activity
组件-> 启动 Service com/shenma/tvlauncher/HomeActivity.java
com/shenma/tvlauncher/view/JSONService.java
一般功能-> IPC通信
命令执行-> getRuntime.exec()
隐私数据-> 获取已安装的应用程序 com/shenma/tvlauncher/AppManageActivity.java
com/shenma/tvlauncher/HomeActivity.java
一般功能-> 获取活动网路信息
网络通信-> Volley Connection
加密解密-> 信息摘要算法
一般功能-> 加载so文件
加密解密-> Base64 加密
组件-> 发送广播 com/shenma/tvlauncher/OtherActivity.java
com/shenma/tvlauncher/SettingWallpaperActivity.java
com/shenma/tvlauncher/view/VideoView.java
一般功能-> 获取WiFi相关信息 com/baidu/cyberplayer/dlna/DLNAProviderFactory.java
com/baidu/cyberplayer/dlna/NetworkChangeReceiver.java
com/baidu/cyberplayer/dlna/NetworkDetector.java
网络通信-> OkHttpClient Connection com/shenma/tvlauncher/SettingWallpaperActivity.java
进程操作-> 杀死进程 com/shenma/tvlauncher/BaseActivity.java
com/shenma/tvlauncher/SplashActivity.java
com/shenma/tvlauncher/tvlive/TVLivePlayer.java
一般功能-> 获取网络接口信息
加密解密-> Base64 解密
加密解密-> Crypto加解密组件
网络通信-> UDP数据包 com/baidu/cyberplayer/utils/aJ.java
com/baidu/cyberplayer/utils/aK.java
com/baidu/cyberplayer/utils/aP.java
进程操作-> 获取进程pid com/baidu/cyberplayer/utils/C0089b.java
com/shenma/tvlauncher/utils/o0o8.java
一般功能-> 设置手机铃声,媒体音量
网络通信-> HTTPS建立连接 com/shenma/tvlauncher/utils/Ooo.java
DEX-> 动态加载 com/shenma/tvlauncher/tvlive/IL1Iii/O8oO8o8.java
网络通信-> TCP服务器套接字 com/baidu/cyberplayer/utils/J.java
net/sunniwell/android/httpserver/RequestListenerThread.java
网络通信-> WebView JavaScript接口 com/shenma/tvlauncher/vod/VideoPlayerActivity.java
网络通信-> WebView使用File协议 com/shenma/tvlauncher/vod/VideoPlayerActivity.java
网络通信-> WebView 相关 com/shenma/tvlauncher/vod/VideoPlayerActivity.java
网络通信-> UDP数据报套接字 com/baidu/cyberplayer/utils/aK.java
com/baidu/cyberplayer/utils/aU.java
隐私数据-> 屏幕截图,截取自己应用内部界面 com/shenma/tvlauncher/view/shapeimageview/mask/PorterImageView.java

源代码分析

高危
5
警告
7
信息
1
安全
1
屏蔽
0
序号 问题 等级 参考标准 文件位置 操作
1 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-6
com/baidu/cyberplayer/core/BVideoView.java
net/tsz/afinal/http/MultipartEntity.java
2 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3
com/baidu/cyberplayer/core/BMediaController.java
com/baidu/cyberplayer/core/BVideoView.java
com/baidu/cyberplayer/core/CyberPlayer.java
com/baidu/cyberplayer/core/CyberPlayerCore.java
com/baidu/cyberplayer/core/CyberPlayerSurface.java
com/baidu/cyberplayer/core/MediaCodecAdapter.java
com/baidu/cyberplayer/core/a.java
com/baidu/cyberplayer/core/d.java
com/baidu/cyberplayer/core/e.java
com/baidu/cyberplayer/dlna/NetworkChangeReceiver.java
com/baidu/cyberplayer/dlna/NetworkDetector.java
com/baidu/cyberplayer/dlna/c.java
com/baidu/cyberplayer/utils/C0089b.java
com/baidu/cyberplayer/utils/C0124k.java
com/baidu/cyberplayer/utils/C0125l.java
com/baidu/cyberplayer/utils/C0126m.java
com/baidu/cyberplayer/utils/C0129p.java
com/baidu/cyberplayer/utils/C0131r.java
com/baidu/cyberplayer/utils/G.java
com/baidu/cyberplayer/utils/I.java
com/baidu/cyberplayer/utils/U.java
com/baidu/cyberplayer/utils/aY.java
com/cicada/player/utils/Logger.java
com/forcetech/android/ForceTV.java
com/shenma/tvlauncher/ILil/ILil.java
com/shenma/tvlauncher/ILil/O8oO8o8.java
com/shenma/tvlauncher/ILil/o0o0.java
com/shenma/tvlauncher/application/MyApplication.java
com/shenma/tvlauncher/tvback/TVBackActivity.java
com/shenma/tvlauncher/tvlive/TVLivePlayer.java
com/shenma/tvlauncher/tvlive/p033Ooo/IL.java
com/shenma/tvlauncher/utils/lLi1LL.java
com/shenma/tvlauncher/utils/o0o8.java
com/shenma/tvlauncher/view/VideoView.java
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/p035O8oO8o8/IL1Iii.java
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/p035O8oO8o8/Oo0.java
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/p035O8oO8o8/oO.java
com/shenma/tvlauncher/vod/LivePlayerActivity.java
com/shenma/tvlauncher/vod/VodDetailsActivity.java
com/shenma/tvlauncher/vod/VodTypeActivity.java
net/sunniwell/android/httpserver/HttpFileHandler.java
net/sunniwell/android/httpserver/RequestListenerThread.java
net/sunniwell/android/httpserver/WorkerThread.java
net/tsz/afinal/FinalDb.java
net/tsz/afinal/bitmap/core/BitmapCache.java
net/tsz/afinal/bitmap/core/BitmapCommonUtils.java
net/tsz/afinal/bitmap/core/BitmapDecoder.java
net/tsz/afinal/bitmap/core/BitmapProcess.java
net/tsz/afinal/bitmap/download/SimpleHttpDownloader.java
net/tsz/afinal/core/AsyncTask.java
net/tsz/afinal/exception/DbException.java
net/tsz/afinal/exception/ViewException.java
3 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 警告 CWE: CWE-312: 明文存储敏感信息
OWASP Top 10: M9: Reverse Engineering
OWASP MASVS: MSTG-STORAGE-14
4 MD5是已知存在哈希冲突的弱哈希 警告 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
5 IP地址泄露 警告 CWE: CWE-200: 信息泄露
OWASP MASVS: MSTG-CODE-2
6 该文件是World Readable。任何应用程序都可以读取文件 高危 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
com/baidu/cyberplayer/utils/C0124k.java
7 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 警告 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
8 应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。 高危 CWE: CWE-649: 依赖于混淆或加密安全相关输入而不进行完整性检查
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-3
com/baidu/cyberplayer/utils/C0119f.java
com/shenma/tvlauncher/utils/O8oO8o8.java
9 使用弱加密算法 高危 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
com/shenma/tvlauncher/utils/o0O0O.java
10 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库 警告 CWE: CWE-89: SQL命令中使用的特殊元素转义处理不恰当('SQL 注入')
OWASP Top 10: M7: Client Code Quality
com/shenma/tvlauncher/IL1Iii/O8oO8o8.java
net/tsz/afinal/FinalDb.java
11 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 安全
OWASP MASVS: MSTG-NETWORK-4
com/shenma/tvlauncher/utils/Ooo.java
12 该文件是全局可读写的。任何应用程序都可以读取/写入文件 高危 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
com/shenma/tvlauncher/tvlive/IL1Iii/Ooo.java
13 WebView域控制不严格漏洞 高危 CWE: CWE-73: 外部控制文件名或路径 com/shenma/tvlauncher/vod/VideoPlayerActivity.java
14 此应用程序可能会请求root(超级用户)权限 警告 CWE: CWE-250: 以不必要的权限执行
OWASP MASVS: MSTG-RESILIENCE-1
com/shenma/tvlauncher/utils/o0o8.java

动态库分析

序号 动态库 NX(堆栈禁止执行) STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)
1 armeabi-v7a/libkodiplayer.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
Full RELRO
info
此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
True
info
二进制文件有以下加固函数: ['__strlen_chk', '__vsnprintf_chk']
False
warning
符号可用
2 armeabi-v7a/librtmp-jni.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
Full RELRO
info
此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
False
warning
二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用
False
warning
符号可用
3 armeabi-v7a/libsaasCorePlayer.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
Full RELRO
info
此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
False
warning
二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用
False
warning
符号可用
4 armeabi-v7a/libsaasDownloader.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
Full RELRO
info
此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
False
warning
二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用
False
warning
符号可用

文件分析

序号 问题 文件

VIRUSTOTAL扫描

  该文件并未在病毒库中,文件上传功能被禁用。

滥用权限

恶意软件常用权限 3/30
android.permission.READ_PHONE_STATE
android.permission.WRITE_SETTINGS
android.permission.WAKE_LOCK
其它常用权限 5/46
android.permission.INTERNET
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.ACCESS_NETWORK_STATE
android.permission.WRITE_EXTERNAL_STORAGE

恶意软件常用权限 是被已知恶意软件广泛滥用的权限。
其它常用权限 是已知恶意软件经常滥用的权限。

IP地图

域名检测

域名 状态 中国境内 位置信息 解析
drm.media.baidubce.com 安全
IP地址: 59.82.31.95
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





aps.lsott.com 安全
没有可用的地理位置信息。




log.umsns.com 安全
IP地址: 59.82.31.95
国家: 美利坚合众国
地区: 弗吉尼亚州
城市: 阿什本
查看: Google 地图





sodipodi.sourceforge.net 安全
IP地址: 104.18.13.149
国家: 美利坚合众国
地区: 加利福尼亚
城市: 旧金山
查看: Google 地图





www.cybergarage.org 安全
IP地址: 60.121.255.130
国家: 日本
地区: 东京
城市: 东京
查看: Google 地图





alog.umeng.co 安全
没有可用的地理位置信息。




www.smtvzm.com 安全
没有可用的地理位置信息。




oc.umeng.co 安全
没有可用的地理位置信息。




live.lsott.com 安全
IP地址: 221.229.166.85
国家: 中国
地区: 江苏
城市: 徐州
查看: 高德地图





www.googleapis.cn 安全
IP地址: 142.250.207.35
国家: 日本
地区: 东京
城市: 东京
查看: Google 地图





wephd.live.cctv1949.com 安全
IP地址: 23.225.148.166
国家: 美利坚合众国
地区: 加利福尼亚
城市: 洛杉矶
查看: Google 地图





google.github.io 安全
IP地址: 185.199.109.153
国家: 美利坚合众国
地区: 宾夕法尼亚
城市: 加利福尼亚
查看: Google 地图





www.inkscape.org 安全
IP地址: 140.211.9.79
国家: 美利坚合众国
地区: 俄勒冈
城市: 尤金
查看: Google 地图





diy.vbohd.com 安全
IP地址: 104.155.138.21
国家: 美利坚合众国
地区: 爱荷华州
城市: 康瑟尔布拉夫斯
查看: Google 地图





schemas.xmlsoap.org 安全
IP地址: 13.107.213.74
国家: 美利坚合众国
地区: 华盛顿
城市: 雷德蒙
查看: Google 地图





手机号码

网址

网址信息 源码文件
http://swfupload.googlecode.com
http://profandesign.se/swfupload/
http://www.vinterwebb.se/
http://www.swfupload.org
自研引擎-A
https://drm.media.baidubce.com
com/baidu/cyberplayer/core/BVideoView.java
http://cybertran.baidu.com/video?ak=
com/baidu/cyberplayer/core/CyberPlayer.java
http://127.0.0.1:
com/baidu/cyberplayer/core/CyberPlayerCore.java
239.255.255.250
com/baidu/cyberplayer/utils/aN.java
127.0.0.1
com/baidu/cyberplayer/utils/aP.java
239.255.255.250
com/baidu/cyberplayer/utils/aS.java
239.255.255.250
com/baidu/cyberplayer/utils/aV.java
239.255.255.250
com/baidu/cyberplayer/utils/aX.java
239.255.255.250
com/baidu/cyberplayer/utils/bW.java
http://www.cybergarage.org
com/baidu/cyberplayer/utils/C0097bh.java
10.0.0.172
10.0.0.200
com/baidu/cyberplayer/utils/C0117d.java
http://cybertran.baidu.com
com/baidu/cyberplayer/utils/C0124k.java
http://cybertran.baidu.com/mediasdk/video?method=sdkupdate
com/baidu/cyberplayer/utils/VersionManager.java
http://diy.vbohd.com/user_list_xml.php?user_id=10086
http://wephd.live.cctv1949.com/api_new/wephd.xml
http://aps.lsott.com/egp/
http://www.smtvzm.com/index.php/user/getmychannel.xml?loginname=
http://www.smtvzm.com/xmlfile/
www.smtvzm.com可添加观看您自定义的节目.当然!现在无需登录就可观看体验神马小组自定义的节目啦!
http://live.lsott.com/wepower/wephd_v3.xml
http://live.lsott.com/wepower/wephd_test.xml
com/shenma/tvlauncher/tvlive/TVLivePlayer.java
http://live.lsott.com/wepower/plugs.xml
com/shenma/tvlauncher/tvlive/IL1Iii/Ooo.java
119.255.53.130
com/shenma/tvlauncher/utils/Md5Encoder.java
http://sodipodi.sourceforge.net/dtd/sodipodi-0.dtd'
http://www.inkscape.org/namespaces/inkscape'
com/shenma/tvlauncher/view/shapeimageview/p034O8oO8o8/p035O8oO8o8/oO.java
http://www.inkscape.org/namespaces/inkscape'
http://aps.lsott.com/egp/
10.0.0.172
http://cybertran.baidu.com/mediasdk/video?method=sdkupdate
239.255.255.250
http://log.umsns.com/
119.255.53.130
http://www.smtvzm.com/xmlfile/
http://www.cybergarage.org
http://cybertran.baidu.com
10.0.0.200
http://cybertran.baidu.com/video?ak=
http://www.smtvzm.com/index.php/user/getmychannel.xml?loginname=
http://alog.umeng.co/app_logs
https://drm.media.baidubce.com
http://diy.vbohd.com/user_list_xml.php?user_id=10086
http://oc.umeng.co/check_config_update
http://127.0.0.1:
127.0.0.1
http://live.lsott.com/wepower/wephd_test.xml
http://sodipodi.sourceforge.net/dtd/sodipodi-0.dtd'
http://live.lsott.com/wepower/wephd_v3.xml
http://wephd.live.cctv1949.com/api_new/wephd.xml
http://log.umsns.com/share/api/
www.smtvzm.com可添加观看您自定义的节目.当然!现在无需登录就可观看体验神马小组自定义的节目啦!
http://live.lsott.com/wepower/plugs.xml
5.2.2.1
https://google.github.io/exoplayer/faqs.html#what-do-player-is-accessed-on-the-wrong-thread-warnings-mean
自研引擎-S
file:dash:isoff-basic-on-demand:cm
file:isoff-live:2011
www.googleapis.cn
file:isoff-on-demand:2011
file:isoff-ondemand:2011
file:full:2011
file:isoff-main:2011
file:dash1
5.4.4.1
file:mp2t-simple:2011
file:isoff-live:2012
file:mp2t-main:2011
lib/armeabi-v7a/libsaasCorePlayer.so
5.4.4.1
lib/armeabi-v7a/libsaasDownloader.so

FIREBASE实例

邮箱

追踪器

名称 类别 网址
Umeng Analytics https://reports.exodus-privacy.eu.org/trackers/119

密钥凭证

已显示 16 个secrets
1、 友盟统计的=> "UMENG_CHANNEL" : "smtv"
2、 "pref_key_using_opensl_es" : "pref.using_opensl_es"
3、 "pref_key_using_media_codec_auto_rotate" : "pref.using_media_codec_auto_rotate"
4、 "pref_key_enable_no_view" : "pref.enable_no_view"
5、 "pref_key_using_android_player" : "pref.using_android_player"
6、 "pref_key_enable_background_play" : "pref.enable_background_play"
7、 "pref_key_player" : "pref.player"
8、 "pref_key_using_media_codec" : "pref.using_media_codec"
9、 "pref_key_media_codec_handle_resolution_change" : "pref.media_codec_handle_resolution_change"
10、 "pref_key_using_mediadatasource" : "pref.using_mediadatasource"
11、 "pref_key_enable_surface_view" : "pref.enable_surface_view"
12、 "author" : "HaiXin"
13、 "pref_key_pixel_format" : "pref.pixel_format"
14、 blVFMHBRYmlZM2NlWXpNNHEyYmhxMjlsb1REaQ==
15、 edef8ba9-79d6-4ace-a3c8-27dcd51d21ed
16、 blVFMHBVWjZZbDk0THpaZ1pHWmxaUUQ0QW10bFpQNXdvM1poTEtOZ0wydXlvenF4cUY1Z3JLU3dvVDkxTVA1d28yMGlyVFd3WXpjbW8yND0=

字符串列表

建议导出为TXT,方便查看。

活动列表

已显示 24 个activities
1、 com.shenma.tvlauncher.SplashActivity
2、 com.shenma.tvlauncher.HomeActivity
3、 com.shenma.tvlauncher.tvback.TVBackActivity
4、 com.shenma.tvlauncher.tvlive.TVLivePlayer
5、 com.shenma.tvlauncher.BaseActivity
6、 com.shenma.tvlauncher.AboutActivity
7、 com.shenma.tvlauncher.SettingPlayActivity
8、 com.shenma.tvlauncher.vod.VodTypeActivity
9、 com.shenma.tvlauncher.vod.VodDetailsActivity
10、 com.shenma.tvlauncher.vod.VideoPlayerActivity
11、 com.shenma.tvlauncher.vod.LivePlayerActivity
12、 com.shenma.tvlauncher.vod.SearchActivity
13、 com.shenma.tvlauncher.ClearActivity
14、 com.shenma.tvlauncher.OtherActivity
15、 com.shenma.tvlauncher.TvStationActivity
16、 com.shenma.tvlauncher.UserActivity
17、 com.shenma.tvlauncher.SettingRemoteActivity
18、 com.shenma.tvlauncher.AppManageActivity
19、 com.shenma.tvlauncher.SettingActActvity
20、 com.shenma.tvlauncher.SettingWallpaperActivity
21、 com.shenma.tvlauncher.TopicActivity
22、 com.shenma.tvlauncher.EmpowerActivity
23、 com.shenma.tvlauncher.HistoryActivity
24、 com.shenma.tvlauncher.SettingInvActivity

服务列表

已显示 3 个services
1、 com.shenma.tvlauncher.view.MyServices
2、 com.shenma.tvlauncher.view.MyService
3、 com.shenma.tvlauncher.view.JSONService

广播接收者列表

内容提供者列表

第三方SDK

SDK名称 开发者 描述信息
阿里云短视频 SDK Alibaba 阿里云短视频 SDK 依赖的第三方库。
IJKPlayer Bilibili IJKPlayer 是一款基于 FFmpeg 的轻量级 Android/iOS 视频播放器,具有 API 易于集成、编译配置可裁剪、支持硬件加速解码、DanmakuFlameMaster 架构清晰、简单易用等优势。
File Provider Android FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。

文件列表

AndroidManifest.xml
META-INF/CERT.RSA
META-INF/CERT.SF
META-INF/MANIFEST.MF
META-INF/android.arch.core_runtime.version
META-INF/android.arch.lifecycle_livedata-core.version
META-INF/android.arch.lifecycle_livedata.version
META-INF/android.arch.lifecycle_runtime.version
META-INF/android.arch.lifecycle_viewmodel.version
META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version
META-INF/androidx.coordinatorlayout_coordinatorlayout.version
META-INF/androidx.core_core.version
META-INF/androidx.cursoradapter_cursoradapter.version
META-INF/androidx.customview_customview.version
META-INF/androidx.documentfile_documentfile.version
META-INF/androidx.drawerlayout_drawerlayout.version
META-INF/androidx.fragment_fragment.version
META-INF/androidx.interpolator_interpolator.version
META-INF/androidx.legacy_legacy-support-core-ui.version
META-INF/androidx.legacy_legacy-support-core-utils.version
META-INF/androidx.legacy_legacy-support-v4.version
META-INF/androidx.loader_loader.version
META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version
META-INF/androidx.media_media.version
META-INF/androidx.print_print.version
META-INF/androidx.slidingpanelayout_slidingpanelayout.version
META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version
META-INF/androidx.versionedparcelable_versionedparcelable.version
META-INF/androidx.viewpager_viewpager.version
META-INF/services/org.xmlpull.v1.XmlPullParserFactory
assets/config.properties
assets/css/uploadify.css
assets/images/bg.png
assets/images/jindu.png
assets/images/jindudi.png
assets/images/kuang_bg.png
assets/images/yuanchengcaok1.png
assets/images/yuanchengcaokPC-dui.png
assets/index.html
assets/js/common.js
assets/js/index.js
assets/js/jquery.min.js
assets/js/jquery.uploadify.js
assets/js/uploadify.swf
bin/AndroidManifest.xml
classes.dex
lib/armeabi-v7a/libalivcffmpeg.so
lib/armeabi-v7a/libijkffmpeg.so
lib/armeabi-v7a/libijkplayer.so
lib/armeabi-v7a/libijksdl.so
lib/armeabi-v7a/libkodiplayer.so
lib/armeabi-v7a/libplayer.so
lib/armeabi-v7a/librtmp-jni.so
lib/armeabi-v7a/libsaasCorePlayer.so
lib/armeabi-v7a/libsaasDownloader.so
org/jsoup/nodes/entities-base.properties
org/jsoup/nodes/entities-full.properties
res/anim/anim_enter.xml
res/anim/anim_exit.xml
res/anim/breathing.xml
res/anim/controler_down.xml
res/anim/controler_up.xml
res/anim/dialog_fade_in.xml
res/anim/dialog_fade_out.xml
res/anim/loading_rotate.xml
res/anim/menu_fade_in.xml
res/anim/menu_fade_out.xml
res/anim/setbig.xml
res/anim/setbig2.xml
res/anim/setsmall.xml
res/anim/time_controler_down.xml
res/anim/time_controler_up.xml
res/drawable-anydpi-v21/exo_controls_fullscreen_enter.xml
res/drawable-anydpi-v21/exo_controls_fullscreen_exit.xml
res/drawable-anydpi-v21/exo_controls_repeat_all.xml
res/drawable-anydpi-v21/exo_controls_repeat_off.xml
res/drawable-anydpi-v21/exo_controls_repeat_one.xml
res/drawable-anydpi-v21/exo_controls_shuffle.xml
res/drawable-anydpi-v21/exo_edit_mode_logo.xml
res/drawable-anydpi-v21/exo_icon_fastforward.xml
res/drawable-anydpi-v21/exo_icon_next.xml
res/drawable-anydpi-v21/exo_icon_pause.xml
res/drawable-anydpi-v21/exo_icon_play.xml
res/drawable-anydpi-v21/exo_icon_previous.xml
res/drawable-anydpi-v21/exo_icon_rewind.xml
res/drawable-anydpi-v21/exo_icon_stop.xml
res/drawable-hdpi-v4/about.png
res/drawable-hdpi-v4/ali.png
res/drawable-hdpi-v4/app_favorite.png
res/drawable-hdpi-v4/app_icon_focus_bg.png
res/drawable-hdpi-v4/app_iv_0.png
res/drawable-hdpi-v4/app_iv_1.png
res/drawable-hdpi-v4/app_iv_2.png
res/drawable-hdpi-v4/app_iv_myapp.png
res/drawable-hdpi-v4/background_play_item_bg_f.9.png
res/drawable-hdpi-v4/background_play_item_bg_n.png
res/drawable-hdpi-v4/backspace_h.png
res/drawable-hdpi-v4/backspace_n.png
res/drawable-hdpi-v4/bg.png
res/drawable-hdpi-v4/bg_play_center.9.png
res/drawable-hdpi-v4/bottom_titile.png
res/drawable-hdpi-v4/box.9.png
res/drawable-hdpi-v4/button_f.png
res/drawable-hdpi-v4/changetype_left.png
res/drawable-hdpi-v4/changetype_right.png
res/drawable-hdpi-v4/channeladd.png
res/drawable-hdpi-v4/channellist.png
res/drawable-hdpi-v4/channeltype_bg.png
res/drawable-hdpi-v4/check_c.png
res/drawable-hdpi-v4/check_cf.png
res/drawable-hdpi-v4/check_f.png
res/drawable-hdpi-v4/check_n.png
res/drawable-hdpi-v4/clean.png
res/drawable-hdpi-v4/clear_h.png
res/drawable-hdpi-v4/clear_n.png
res/drawable-hdpi-v4/date_friday_f.png
res/drawable-hdpi-v4/date_friday_n.png
res/drawable-hdpi-v4/date_friday_s.png
res/drawable-hdpi-v4/date_monday_f.png
res/drawable-hdpi-v4/date_monday_n.png
res/drawable-hdpi-v4/date_monday_s.png
res/drawable-hdpi-v4/date_saturday_f.png
res/drawable-hdpi-v4/date_saturday_n.png
res/drawable-hdpi-v4/date_saturday_s.png
res/drawable-hdpi-v4/date_sunday_f.png
res/drawable-hdpi-v4/date_sunday_n.png
res/drawable-hdpi-v4/date_sunday_s.png
res/drawable-hdpi-v4/date_thursday_f.png
res/drawable-hdpi-v4/date_thursday_n.png
res/drawable-hdpi-v4/date_thursday_s.png
res/drawable-hdpi-v4/date_tuesday_f.png
res/drawable-hdpi-v4/date_tuesday_n.png
res/drawable-hdpi-v4/date_tuesday_s.png
res/drawable-hdpi-v4/date_wednesday_f.png
res/drawable-hdpi-v4/date_wednesday_n.png
res/drawable-hdpi-v4/date_wednesday_s.png
res/drawable-hdpi-v4/default_film_img.png
res/drawable-hdpi-v4/default_poster.png
res/drawable-hdpi-v4/dialog_bg.png
res/drawable-hdpi-v4/diver.png
res/drawable-hdpi-v4/diy.png
res/drawable-hdpi-v4/enh.png
res/drawable-hdpi-v4/epg.png
res/drawable-hdpi-v4/exit_bg.png
res/drawable-hdpi-v4/exit_button.png
res/drawable-hdpi-v4/exo_controls_fullscreen_enter.png
res/drawable-hdpi-v4/exo_controls_fullscreen_exit.png
res/drawable-hdpi-v4/exo_controls_repeat_all.png
res/drawable-hdpi-v4/exo_controls_repeat_off.png
res/drawable-hdpi-v4/exo_controls_repeat_one.png
res/drawable-hdpi-v4/exo_controls_shuffle.png
res/drawable-hdpi-v4/exo_edit_mode_logo.png
res/drawable-hdpi-v4/exo_icon_fastforward.png
res/drawable-hdpi-v4/exo_icon_next.png
res/drawable-hdpi-v4/exo_icon_pause.png
res/drawable-hdpi-v4/exo_icon_play.png
res/drawable-hdpi-v4/exo_icon_previous.png
res/drawable-hdpi-v4/exo_icon_rewind.png
res/drawable-hdpi-v4/exo_icon_stop.png
res/drawable-hdpi-v4/exo_notification_small_icon.png
res/drawable-hdpi-v4/favicon_n_f.png
res/drawable-hdpi-v4/favicon_n_n.png
res/drawable-hdpi-v4/film_item_selected.9.png
res/drawable-hdpi-v4/film_name_bg_h.png
res/drawable-hdpi-v4/film_name_bg_n.png
res/drawable-hdpi-v4/filter_focus.png
res/drawable-hdpi-v4/filter_line_ver.png
res/drawable-hdpi-v4/filter_normal.png
res/drawable-hdpi-v4/filter_sleted.png
res/drawable-hdpi-v4/fl_re_0.png
res/drawable-hdpi-v4/fl_re_1.png
res/drawable-hdpi-v4/fl_re_3.png
res/drawable-hdpi-v4/fl_re_4.png
res/drawable-hdpi-v4/fliter_bg.png
res/drawable-hdpi-v4/fliter_gou.png
res/drawable-hdpi-v4/fliter_line_hor.png
res/drawable-hdpi-v4/frame_bg.png
res/drawable-hdpi-v4/frame_no.png
res/drawable-hdpi-v4/full_9_h.png
res/drawable-hdpi-v4/full_9_n.png
res/drawable-hdpi-v4/gallery_item.png
res/drawable-hdpi-v4/gexing.png
res/drawable-hdpi-v4/gonggao.png
res/drawable-hdpi-v4/hao260x366.png
res/drawable-hdpi-v4/hao366x180.png
res/drawable-hdpi-v4/home_foot_icon_01.png
res/drawable-hdpi-v4/home_foot_icon_02.png
res/drawable-hdpi-v4/home_foot_icon_03.png
res/drawable-hdpi-v4/home_foot_icon_04.png
res/drawable-hdpi-v4/home_foot_icon_05.png
res/drawable-hdpi-v4/home_line.png
res/drawable-hdpi-v4/home_top_icon_record.png
res/drawable-hdpi-v4/home_top_icon_search.png
res/drawable-hdpi-v4/huikan.png
res/drawable-hdpi-v4/huodong.png
res/drawable-hdpi-v4/ic_clear.png
res/drawable-hdpi-v4/ic_collect.png
res/drawable-hdpi-v4/ic_history.png
res/drawable-hdpi-v4/ic_searchs.png
res/drawable-hdpi-v4/ic_set.png
res/drawable-hdpi-v4/ic_user.png
res/drawable-hdpi-v4/ic_vip.png
res/drawable-hdpi-v4/ic_wallpaper.png
res/drawable-hdpi-v4/icon.png
res/drawable-hdpi-v4/icon_loading.png
res/drawable-hdpi-v4/icon_loadings.png
res/drawable-hdpi-v4/introduce_f.png
res/drawable-hdpi-v4/introduce_n.png
res/drawable-hdpi-v4/itv_exit_cancle.png
res/drawable-hdpi-v4/itv_exit_ok.png
res/drawable-hdpi-v4/iv_history.png
res/drawable-hdpi-v4/iv_message_board.png
res/drawable-hdpi-v4/iv_search.png
res/drawable-hdpi-v4/iv_store.png
res/drawable-hdpi-v4/iv_user.png
res/drawable-hdpi-v4/key_h.png
res/drawable-hdpi-v4/key_n.png
res/drawable-hdpi-v4/keybord_bg.png
res/drawable-hdpi-v4/line.png
res/drawable-hdpi-v4/line199.png
res/drawable-hdpi-v4/line760.png
res/drawable-hdpi-v4/line_xg.png
res/drawable-hdpi-v4/list_446_49_sele.png
res/drawable-hdpi-v4/list_divider.png
res/drawable-hdpi-v4/live_channel_list_arrow_down.png
res/drawable-hdpi-v4/live_channel_list_bg.png
res/drawable-hdpi-v4/live_channel_list_item_bg_foc.png
res/drawable-hdpi-v4/livetv.png
res/drawable-hdpi-v4/lo_fold.png
res/drawable-hdpi-v4/lo_run1.png
res/drawable-hdpi-v4/lo_run2.png
res/drawable-hdpi-v4/local_app.png
res/drawable-hdpi-v4/media_bg.png
res/drawable-hdpi-v4/media_controler_background.png
res/drawable-hdpi-v4/media_h.9.png
res/drawable-hdpi-v4/media_menu.png
res/drawable-hdpi-v4/media_menu_background.png
res/drawable-hdpi-v4/media_pause.png
res/drawable-hdpi-v4/media_pg.9.png
res/drawable-hdpi-v4/media_playstatus.png
res/drawable-hdpi-v4/member_icon.png
res/drawable-hdpi-v4/menu_bg_f.png
res/drawable-hdpi-v4/menu_bg_h.png
res/drawable-hdpi-v4/menu_bg_n.png
res/drawable-hdpi-v4/mobile.png
res/drawable-hdpi-v4/more.png
res/drawable-hdpi-v4/mv_ic_brightness.png
res/drawable-hdpi-v4/mv_ic_volume_high.png
res/drawable-hdpi-v4/mv_ic_volume_low.png
res/drawable-hdpi-v4/mv_ic_volume_mute.png
res/drawable-hdpi-v4/network.png
res/drawable-hdpi-v4/notification_bg_low_normal.9.png
res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
res/drawable-hdpi-v4/notification_bg_normal.9.png
res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
res/drawable-hdpi-v4/onplay.png
res/drawable-hdpi-v4/osd_subtitles_n.png
res/drawable-hdpi-v4/other.png
res/drawable-hdpi-v4/play.png
res/drawable-hdpi-v4/play_h.png
res/drawable-hdpi-v4/play_n.png
res/drawable-hdpi-v4/qq.png
res/drawable-hdpi-v4/remote.png
res/drawable-hdpi-v4/replay_h.png
res/drawable-hdpi-v4/replay_n.png
res/drawable-hdpi-v4/search.png
res/drawable-hdpi-v4/setting.png
res/drawable-hdpi-v4/setting_bbg.png
res/drawable-hdpi-v4/setting_manage_divider.png
res/drawable-hdpi-v4/settings.png
res/drawable-hdpi-v4/show.png
res/drawable-hdpi-v4/sj_h.png
res/drawable-hdpi-v4/sj_n.png
res/drawable-hdpi-v4/sm_logo.png
res/drawable-hdpi-v4/sm_pro1.png
res/drawable-hdpi-v4/sm_pro2.png
res/drawable-hdpi-v4/sm_pro3.png
res/drawable-hdpi-v4/sm_pro4.png
res/drawable-hdpi-v4/sm_pro5.png
res/drawable-hdpi-v4/so_box.9.png
res/drawable-hdpi-v4/sp_h.png
res/drawable-hdpi-v4/sp_n.png
res/drawable-hdpi-v4/splash.png
res/drawable-hdpi-v4/titile_top.png
res/drawable-hdpi-v4/toast_err.png
res/drawable-hdpi-v4/toast_shut.png
res/drawable-hdpi-v4/toast_smile.png
res/drawable-hdpi-v4/topic_focus.png
res/drawable-hdpi-v4/transmission_icon.png
res/drawable-hdpi-v4/tv_back_300x670.png
res/drawable-hdpi-v4/tv_back_446x406.png
res/drawable-hdpi-v4/tv_back_tv.png
res/drawable-hdpi-v4/user_icon.png
res/drawable-hdpi-v4/video_detail_key_bg.png
res/drawable-hdpi-v4/video_detail_key_line.png
res/drawable-hdpi-v4/video_detail_key_xiangqing.png
res/drawable-hdpi-v4/video_detail_key_xuanji.png
res/drawable-hdpi-v4/video_details_bg.jpg
res/drawable-hdpi-v4/vod_line35.png
res/drawable-hdpi-v4/vod_line761.png
res/drawable-hdpi-v4/vod_menu_f.png
res/drawable-hdpi-v4/vod_menu_n.png
res/drawable-hdpi-v4/watchback.png
res/drawable-hdpi-v4/white_border.9.png
res/drawable-hdpi-v4/wifi.png
res/drawable-hdpi-v4/wifi_n.png
res/drawable-hdpi-v4/wifi_signal_o_0.png
res/drawable-hdpi-v4/wifi_signal_o_1.png
res/drawable-hdpi-v4/wifi_signal_o_2.png
res/drawable-hdpi-v4/wifi_signal_o_3.png
res/drawable-hdpi-v4/wifi_signal_o_4.png
res/drawable-hdpi-v4/wifi_signal_p_0.png
res/drawable-hdpi-v4/wifi_signal_p_1.png
res/drawable-hdpi-v4/wifi_signal_p_2.png
res/drawable-hdpi-v4/wifi_signal_p_3.png
res/drawable-hdpi-v4/wifi_signal_p_4.png
res/drawable-hdpi-v4/wifi_title.png
res/drawable-hdpi-v4/wireless_network_lock.png
res/drawable-hdpi-v4/wireless_network_signal_0.png
res/drawable-hdpi-v4/wireless_network_signal_1.png
res/drawable-hdpi-v4/wireless_network_signal_2.png
res/drawable-hdpi-v4/wireless_network_signal_3.png
res/drawable-hdpi-v4/wx.png
res/drawable-hdpi-v4/xuanji_h.png
res/drawable-hdpi-v4/xuanji_n.png
res/drawable-hdpi-v4/yifavicon_n_f.png
res/drawable-hdpi-v4/yifavicon_n_n.png
res/drawable-hdpi-v4/yizhuiju_n_f.png
res/drawable-hdpi-v4/yizhuiju_n_n.png
res/drawable-hdpi-v4/zhuiju_n_f.png
res/drawable-hdpi-v4/zhuiju_n_n.png
res/drawable-ldpi-v4/exo_controls_fullscreen_enter.png
res/drawable-ldpi-v4/exo_controls_fullscreen_exit.png
res/drawable-ldpi-v4/exo_controls_repeat_all.png
res/drawable-ldpi-v4/exo_controls_repeat_off.png
res/drawable-ldpi-v4/exo_controls_repeat_one.png
res/drawable-ldpi-v4/exo_controls_shuffle.png
res/drawable-ldpi-v4/exo_edit_mode_logo.png
res/drawable-ldpi-v4/exo_icon_fastforward.png
res/drawable-ldpi-v4/exo_icon_next.png
res/drawable-ldpi-v4/exo_icon_pause.png
res/drawable-ldpi-v4/exo_icon_play.png
res/drawable-ldpi-v4/exo_icon_previous.png
res/drawable-ldpi-v4/exo_icon_rewind.png
res/drawable-ldpi-v4/exo_icon_stop.png
res/drawable-ldpi-v4/exo_notification_small_icon.png
res/drawable-mdpi-v4/about.png
res/drawable-mdpi-v4/app_favorite.png
res/drawable-mdpi-v4/app_icon_focus_bg.png
res/drawable-mdpi-v4/app_iv_0.png
res/drawable-mdpi-v4/app_iv_1.png
res/drawable-mdpi-v4/app_iv_2.png
res/drawable-mdpi-v4/app_iv_myapp.png
res/drawable-mdpi-v4/background_play_item_bg_f.9.png
res/drawable-mdpi-v4/bg.png
res/drawable-mdpi-v4/bottom_titile.png
res/drawable-mdpi-v4/button_f.png
res/drawable-mdpi-v4/changetype_left.png
res/drawable-mdpi-v4/changetype_right.png
res/drawable-mdpi-v4/channeladd.png
res/drawable-mdpi-v4/channellist.png
res/drawable-mdpi-v4/channeltype_bg.png
res/drawable-mdpi-v4/check_c.png
res/drawable-mdpi-v4/check_cf.png
res/drawable-mdpi-v4/check_f.png
res/drawable-mdpi-v4/check_n.png
res/drawable-mdpi-v4/clean.png
res/drawable-mdpi-v4/date_friday_f.png
res/drawable-mdpi-v4/date_friday_n.png
res/drawable-mdpi-v4/date_friday_s.png
res/drawable-mdpi-v4/date_monday_f.png
res/drawable-mdpi-v4/date_monday_n.png
res/drawable-mdpi-v4/date_monday_s.png
res/drawable-mdpi-v4/date_saturday_f.png
res/drawable-mdpi-v4/date_saturday_n.png
res/drawable-mdpi-v4/date_saturday_s.png
res/drawable-mdpi-v4/date_sunday_f.png
res/drawable-mdpi-v4/date_sunday_n.png
res/drawable-mdpi-v4/date_sunday_s.png
res/drawable-mdpi-v4/date_thursday_f.png
res/drawable-mdpi-v4/date_thursday_n.png
res/drawable-mdpi-v4/date_thursday_s.png
res/drawable-mdpi-v4/date_tuesday_f.png
res/drawable-mdpi-v4/date_tuesday_n.png
res/drawable-mdpi-v4/date_tuesday_s.png
res/drawable-mdpi-v4/date_wednesday_f.png
res/drawable-mdpi-v4/date_wednesday_n.png
res/drawable-mdpi-v4/date_wednesday_s.png
res/drawable-mdpi-v4/default_film_img.png
res/drawable-mdpi-v4/default_poster.png
res/drawable-mdpi-v4/diver.png
res/drawable-mdpi-v4/diy.png
res/drawable-mdpi-v4/enh.png
res/drawable-mdpi-v4/epg.png
res/drawable-mdpi-v4/exit_bg.png
res/drawable-mdpi-v4/exit_button.png
res/drawable-mdpi-v4/exit_horse.png
res/drawable-mdpi-v4/exo_controls_fullscreen_enter.png
res/drawable-mdpi-v4/exo_controls_fullscreen_exit.png
res/drawable-mdpi-v4/exo_controls_repeat_all.png
res/drawable-mdpi-v4/exo_controls_repeat_off.png
res/drawable-mdpi-v4/exo_controls_repeat_one.png
res/drawable-mdpi-v4/exo_controls_shuffle.png
res/drawable-mdpi-v4/exo_edit_mode_logo.png
res/drawable-mdpi-v4/exo_icon_fastforward.png
res/drawable-mdpi-v4/exo_icon_next.png
res/drawable-mdpi-v4/exo_icon_pause.png
res/drawable-mdpi-v4/exo_icon_play.png
res/drawable-mdpi-v4/exo_icon_previous.png
res/drawable-mdpi-v4/exo_icon_rewind.png
res/drawable-mdpi-v4/exo_icon_stop.png
res/drawable-mdpi-v4/exo_notification_small_icon.png
res/drawable-mdpi-v4/film_item_selected.9.png
res/drawable-mdpi-v4/film_name_bg_h.png
res/drawable-mdpi-v4/film_name_bg_n.png
res/drawable-mdpi-v4/filter_focus.png
res/drawable-mdpi-v4/filter_line_ver.png
res/drawable-mdpi-v4/filter_normal.png
res/drawable-mdpi-v4/filter_sleted.png
res/drawable-mdpi-v4/fl_re_0.png
res/drawable-mdpi-v4/fl_re_1.png
res/drawable-mdpi-v4/fl_re_3.png
res/drawable-mdpi-v4/fl_re_4.png
res/drawable-mdpi-v4/fliter_bg.png
res/drawable-mdpi-v4/fliter_gou.png
res/drawable-mdpi-v4/fliter_line_hor.png
res/drawable-mdpi-v4/gallery_item.png
res/drawable-mdpi-v4/gexing.png
res/drawable-mdpi-v4/hao260x366.png
res/drawable-mdpi-v4/hao366x180.png
res/drawable-mdpi-v4/home_foot_icon_01.png
res/drawable-mdpi-v4/home_foot_icon_02.png
res/drawable-mdpi-v4/home_foot_icon_03.png
res/drawable-mdpi-v4/home_foot_icon_04.png
res/drawable-mdpi-v4/home_foot_icon_05.png
res/drawable-mdpi-v4/home_line.png
res/drawable-mdpi-v4/home_top_icon_record.png
res/drawable-mdpi-v4/home_top_icon_search.png
res/drawable-mdpi-v4/huikan.png
res/drawable-mdpi-v4/huodong.png
res/drawable-mdpi-v4/icon.png
res/drawable-mdpi-v4/icon_loading.png
res/drawable-mdpi-v4/icon_loadings.png
res/drawable-mdpi-v4/itv_exit_cancle.png
res/drawable-mdpi-v4/itv_exit_ok.png
res/drawable-mdpi-v4/iv_history.png
res/drawable-mdpi-v4/iv_message_board.png
res/drawable-mdpi-v4/iv_search.png
res/drawable-mdpi-v4/iv_store.png
res/drawable-mdpi-v4/iv_user.png
res/drawable-mdpi-v4/key_h.png
res/drawable-mdpi-v4/key_n.png
res/drawable-mdpi-v4/keybord_bg.png
res/drawable-mdpi-v4/line199.png
res/drawable-mdpi-v4/line760.png
res/drawable-mdpi-v4/line_xg.png
res/drawable-mdpi-v4/list_446_49_sele.png
res/drawable-mdpi-v4/list_divider.png
res/drawable-mdpi-v4/live_channel_list_arrow_down.png
res/drawable-mdpi-v4/live_channel_list_bg.png
res/drawable-mdpi-v4/live_channel_list_item_bg_foc.png
res/drawable-mdpi-v4/livetv.png
res/drawable-mdpi-v4/lo_fold.png
res/drawable-mdpi-v4/lo_run1.png
res/drawable-mdpi-v4/lo_run2.png
res/drawable-mdpi-v4/local_app.png
res/drawable-mdpi-v4/media_bg.png
res/drawable-mdpi-v4/media_controler_background.png
res/drawable-mdpi-v4/media_h.9.png
res/drawable-mdpi-v4/media_menu.png
res/drawable-mdpi-v4/media_menu_background.png
res/drawable-mdpi-v4/media_pause.png
res/drawable-mdpi-v4/media_pg.9.png
res/drawable-mdpi-v4/media_playstatus.png
res/drawable-mdpi-v4/member_icon.png
res/drawable-mdpi-v4/member_left_background.png
res/drawable-mdpi-v4/menu_bg_h.png
res/drawable-mdpi-v4/menu_bg_n.png
res/drawable-mdpi-v4/mobile.png
res/drawable-mdpi-v4/more.png
res/drawable-mdpi-v4/network.png
res/drawable-mdpi-v4/notification_bg_low_normal.9.png
res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
res/drawable-mdpi-v4/notification_bg_normal.9.png
res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
res/drawable-mdpi-v4/onplay.png
res/drawable-mdpi-v4/osd_subtitles_n.png
res/drawable-mdpi-v4/pearl_blue_border.9.png
res/drawable-mdpi-v4/play.png
res/drawable-mdpi-v4/remote.png
res/drawable-mdpi-v4/search.png
res/drawable-mdpi-v4/select_left_arrows_f.png
res/drawable-mdpi-v4/select_left_arrows_n.png
res/drawable-mdpi-v4/select_right_arrows_f.png
res/drawable-mdpi-v4/select_right_arrows_n.png
res/drawable-mdpi-v4/setting.png
res/drawable-mdpi-v4/setting_bbg.png
res/drawable-mdpi-v4/setting_manage_divider.png
res/drawable-mdpi-v4/settings.png
res/drawable-mdpi-v4/show.png
res/drawable-mdpi-v4/sm_logo.png
res/drawable-mdpi-v4/sm_pro1.png
res/drawable-mdpi-v4/sm_pro2.png
res/drawable-mdpi-v4/sm_pro3.png
res/drawable-mdpi-v4/sm_pro4.png
res/drawable-mdpi-v4/sm_pro5.png
res/drawable-mdpi-v4/so_box.9.png
res/drawable-mdpi-v4/splash.png
res/drawable-mdpi-v4/titile_top.png
res/drawable-mdpi-v4/toast_err.png
res/drawable-mdpi-v4/toast_shut.png
res/drawable-mdpi-v4/toast_smile.png
res/drawable-mdpi-v4/topic_focus.png
res/drawable-mdpi-v4/transmission_icon.png
res/drawable-mdpi-v4/tv_back_300x670.png
res/drawable-mdpi-v4/tv_back_446x406.png
res/drawable-mdpi-v4/tv_back_tv.png
res/drawable-mdpi-v4/tv_station.png
res/drawable-mdpi-v4/user_icon.png
res/drawable-mdpi-v4/video_detail_key_bg.png
res/drawable-mdpi-v4/video_detail_key_line.png
res/drawable-mdpi-v4/video_detail_key_xiangqing.png
res/drawable-mdpi-v4/video_detail_key_xuanji.png
res/drawable-mdpi-v4/video_details_bg.jpg
res/drawable-mdpi-v4/vod_line35.png
res/drawable-mdpi-v4/vod_line761.png
res/drawable-mdpi-v4/vod_menu_f.png
res/drawable-mdpi-v4/vod_menu_n.png
res/drawable-mdpi-v4/watchback.png
res/drawable-mdpi-v4/white_border.9.png
res/drawable-mdpi-v4/wifi.png
res/drawable-mdpi-v4/wifi_n.png
res/drawable-mdpi-v4/wifi_signal_o_0.png
res/drawable-mdpi-v4/wifi_signal_o_1.png
res/drawable-mdpi-v4/wifi_signal_o_2.png
res/drawable-mdpi-v4/wifi_signal_o_3.png
res/drawable-mdpi-v4/wifi_signal_o_4.png
res/drawable-mdpi-v4/wifi_signal_p_0.png
res/drawable-mdpi-v4/wifi_signal_p_1.png
res/drawable-mdpi-v4/wifi_signal_p_2.png
res/drawable-mdpi-v4/wifi_signal_p_3.png
res/drawable-mdpi-v4/wifi_signal_p_4.png
res/drawable-mdpi-v4/wifi_title.png
res/drawable-mdpi-v4/wireless_network_lock.png
res/drawable-mdpi-v4/wireless_network_signal_0.png
res/drawable-mdpi-v4/wireless_network_signal_1.png
res/drawable-mdpi-v4/wireless_network_signal_2.png
res/drawable-mdpi-v4/wireless_network_signal_3.png
res/drawable-v21/notification_action_background.xml
res/drawable-xhdpi-v4/exo_controls_fullscreen_enter.png
res/drawable-xhdpi-v4/exo_controls_fullscreen_exit.png
res/drawable-xhdpi-v4/exo_controls_repeat_all.png
res/drawable-xhdpi-v4/exo_controls_repeat_off.png
res/drawable-xhdpi-v4/exo_controls_repeat_one.png
res/drawable-xhdpi-v4/exo_controls_shuffle.png
res/drawable-xhdpi-v4/exo_edit_mode_logo.png
res/drawable-xhdpi-v4/exo_icon_fastforward.png
res/drawable-xhdpi-v4/exo_icon_next.png
res/drawable-xhdpi-v4/exo_icon_pause.png
res/drawable-xhdpi-v4/exo_icon_play.png
res/drawable-xhdpi-v4/exo_icon_previous.png
res/drawable-xhdpi-v4/exo_icon_rewind.png
res/drawable-xhdpi-v4/exo_icon_stop.png
res/drawable-xhdpi-v4/exo_notification_small_icon.png
res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
res/drawable-xhdpi-v4/notification_bg_normal.9.png
res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
res/drawable-xxhdpi-v4/exo_controls_fullscreen_enter.png
res/drawable-xxhdpi-v4/exo_controls_fullscreen_exit.png
res/drawable-xxhdpi-v4/exo_controls_repeat_all.png
res/drawable-xxhdpi-v4/exo_controls_repeat_off.png
res/drawable-xxhdpi-v4/exo_controls_repeat_one.png
res/drawable-xxhdpi-v4/exo_controls_shuffle.png
res/drawable-xxhdpi-v4/exo_edit_mode_logo.png
res/drawable-xxhdpi-v4/exo_icon_fastforward.png
res/drawable-xxhdpi-v4/exo_icon_next.png
res/drawable-xxhdpi-v4/exo_icon_pause.png
res/drawable-xxhdpi-v4/exo_icon_play.png
res/drawable-xxhdpi-v4/exo_icon_previous.png
res/drawable-xxhdpi-v4/exo_icon_rewind.png
res/drawable-xxhdpi-v4/exo_icon_stop.png
res/drawable-xxhdpi-v4/exo_notification_small_icon.png
res/drawable-xxxhdpi-v4/exo_edit_mode_logo.png
res/drawable-xxxhdpi-v4/exo_notification_small_icon.png
res/drawable/app_manage_selector.xml
res/drawable/appwall_bg.png
res/drawable/appwall_item_sel.png
res/drawable/badge_background.xml
res/drawable/badge_background_shape.xml
res/drawable/bg_bottom_epg.xml
res/drawable/bg_btn_bottom_round.xml
res/drawable/bg_btn_left_round.xml
res/drawable/bg_btn_rectangle.xml
res/drawable/bg_btn_right_round.xml
res/drawable/bg_btn_top_round.xml
res/drawable/bg_cancel_shape.xml
res/drawable/bg_common_menu_focus.xml
res/drawable/bg_common_menu_normal.xml
res/drawable/bg_input2.xml
res/drawable/bg_menu_focus.xml
res/drawable/bg_menu_normal.xml
res/drawable/bg_s.xml
res/drawable/button_1.xml
res/drawable/button_focus.xml
res/drawable/button_focuss.xml
res/drawable/button_normal_bg.xml
res/drawable/button_normal_bga.xml
res/drawable/button_normal_bgb.xml
res/drawable/button_normal_bgs.xml
res/drawable/channel_item_textcolor_selector.xml
res/drawable/check_selector.xml
res/drawable/clear_button_selector.xml
res/drawable/custom_progress_draw.xml
res/drawable/detailsource_bg_h.xml
res/drawable/detailsource_bg_s.xml
res/drawable/dialog_style.xml
res/drawable/edit_bg.xml
res/drawable/empty_frame_bg.xml
res/drawable/exit_bt_bg.xml
res/drawable/filter_bg_selector.xml
res/drawable/forget_dialog_bt_selector.xml
res/drawable/full_9_sel.xml
res/drawable/gonggao_root_bg.xml
res/drawable/home_bottom_item_bg.xml
res/drawable/home_top_button_bg.xml
res/drawable/home_top_item_bg.xml
res/drawable/home_top_item_bgs.xml
res/drawable/keypad_back_selector.xml
res/drawable/keypad_button_selector.xml
res/drawable/keypad_clear_selector.xml
res/drawable/keypad_ench_selector.xml
res/drawable/keypad_space_selector.xml
res/drawable/layer_battery_progress.xml
res/drawable/listview_item_bg_selector.xml
res/drawable/live_channel_item_textcolor_selector.xml
res/drawable/live_channel_list_item_bg.xml
res/drawable/loadingprogress.xml
res/drawable/loadingprogress2.xml
res/drawable/media_controler_background.xml
res/drawable/member_textcolor_selector.xml
res/drawable/menu_bg_selector.xml
res/drawable/menu_focus.xml
res/drawable/menu_list_selector.xml
res/drawable/menu_list_selectors.xml
res/drawable/menu_textcolor_selector.xml
res/drawable/notification_bg.xml
res/drawable/notification_bg_low.xml
res/drawable/notification_icon_background.xml
res/drawable/notification_tile_bg.xml
res/drawable/nur_ic_kuaijin.png
res/drawable/nur_ic_kuaijin_r.png
res/drawable/progressbar.xml
res/drawable/radiobutton_background_checked.xml
res/drawable/seek_bar.xml
res/drawable/seekbar_thumb_normal.xml
res/drawable/seekbar_thumb_pressed.xml
res/drawable/selector_foot_bar_focus_item_bg.xml
res/drawable/selector_list_item.xml
res/drawable/selector_seetting_play_item_bg.xml
res/drawable/selector_top_bar_focus_item_bg.xml
res/drawable/shape_foot_bar_default.xml
res/drawable/shape_foot_bar_select.xml
res/drawable/shape_image_border.xml
res/drawable/shape_jump_bg.xml
res/drawable/shape_top_bar_default.xml
res/drawable/shape_top_bar_select.xml
res/drawable/smtv_toast_bg.xml
res/drawable/text_bg.xml
res/drawable/text_bgs.xml
res/drawable/text_bgss.xml
res/drawable/title_button_default.xml
res/drawable/title_button_selector.xml
res/drawable/title_textcolor_selector.xml
res/drawable/topic_detail_msg_bg.xml
res/drawable/topic_left_bg.xml
res/drawable/transparent.xml
res/drawable/tv_back_friday_selector.xml
res/drawable/tv_back_monday_selector.xml
res/drawable/tv_back_saturday_selector.xml
res/drawable/tv_back_sunday_selector.xml
res/drawable/tv_back_thuresday_selector.xml
res/drawable/tv_back_tuesday_selector.xml
res/drawable/tv_back_wenesday_seletor.xml
res/drawable/tv_bg_selector.xml
res/drawable/tvstation_top.png
res/drawable/video_bg_selector.xml
res/drawable/video_bg_selector2.xml
res/drawable/video_bg_selector3.xml
res/drawable/video_details_favicon_selector.xml
res/drawable/video_details_introduce_n_selector.xml
res/drawable/video_details_menu_selector.xml
res/drawable/video_details_play_selector.xml
res/drawable/video_details_replay_selector.xml
res/drawable/video_details_xuanji_selector.xml
res/drawable/video_details_yifavicon_selector.xml
res/drawable/video_details_yizhuiju_selector.xml
res/drawable/video_details_zhuiju_selector.xml
res/drawable/video_textbg_selector.xml
res/drawable/video_textcolor_selector.xml
res/drawable/volume_seekbar_style.xml
res/drawable/white_borders.xml
res/drawable/white_borderss.xml
res/drawable/wifi_dialog_bt_selector.xml
res/drawable/wifi_lock_signal.xml
res/drawable/wifi_signal.xml
res/drawable/wlan_dialog_bg.xml
res/layout-v16/notification_template_custom_big.xml
res/layout-v21/notification_action.xml
res/layout-v21/notification_action_tombstone.xml
res/layout-v21/notification_template_custom_big.xml
res/layout-v21/notification_template_icon_group.xml
res/layout/activity_appmgr.xml
res/layout/activity_history.xml
res/layout/activity_main.xml
res/layout/activity_mains.xml
res/layout/activity_mainss.xml
res/layout/activity_mainsss.xml
res/layout/activity_member.xml
res/layout/activity_tvback.xml
res/layout/activity_vod.xml
res/layout/binding_form.xml
res/layout/controler_menu.xml
res/layout/dialog_view.xml
res/layout/exit_view.xml
res/layout/exo_list_divider.xml
res/layout/exo_playback_control_view.xml
res/layout/exo_player_control_view.xml
res/layout/exo_player_view.xml
res/layout/exo_simple_player_view.xml
res/layout/exo_track_selection_dialog.xml
res/layout/forget_dialog.xml
res/layout/forget_empower.xml
res/layout/forget_form.xml
res/layout/layout_app.xml
res/layout/layout_empower.xml
res/layout/layout_recommend.xml
res/layout/layout_recommends.xml
res/layout/layout_recommendss.xml
res/layout/layout_recommendsss.xml
res/layout/layout_setting.xml
res/layout/layout_setting_about.xml
res/layout/layout_setting_act.xml
res/layout/layout_setting_clear.xml
res/layout/layout_setting_inv.xml
res/layout/layout_setting_other.xml
res/layout/layout_setting_play.xml
res/layout/layout_setting_remote.xml
res/layout/layout_setting_wallpaper.xml
res/layout/layout_setting_wifi.xml
res/layout/layout_setting_wifi_item.xml
res/layout/layout_settings.xml
res/layout/layout_settingss.xml
res/layout/layout_settingsss.xml
res/layout/layout_topic.xml
res/layout/layout_topics.xml
res/layout/layout_topicss.xml
res/layout/layout_tv.xml
res/layout/live_fourlink.xml
res/layout/live_loading_dialog.xml
res/layout/live_swich_line.xml
res/layout/live_toast.xml
res/layout/lives_main.xml
res/layout/logout_dialog.xml
res/layout/lv_tv_back_channel_item.xml
res/layout/lv_tv_back_column_item.xml
res/layout/mv_controler_menu.xml
res/layout/mv_controler_menu_item.xml
res/layout/mv_controler_menus.xml
res/layout/mv_details_key_grid_item.xml
res/layout/mv_details_key_list_item.xml
res/layout/mv_media_controler.xml
res/layout/mv_media_controlers.xml
res/layout/mv_media_time_controler.xml
res/layout/mv_media_volume_controler.xml
res/layout/mv_search_grid_item.xml
res/layout/mv_search_keybord_full.xml
res/layout/mv_search_new.xml
res/layout/mv_test_video.xml
res/layout/mv_type_details_filter.xml
res/layout/mv_type_details_filter_item.xml
res/layout/mv_type_details_item.xml
res/layout/mv_video_details.xml
res/layout/mv_video_details_choose_arts.xml
res/layout/mv_video_details_introduce.xml
res/layout/mv_video_details_recommend.xml
res/layout/mv_video_details_recommend_item.xml
res/layout/mv_videoplayer.xml
res/layout/my_app_item.xml
res/layout/myapp_gridview_item.xml
res/layout/notification_action.xml
res/layout/notification_action_tombstone.xml
res/layout/notification_media_action.xml
res/layout/notification_media_cancel_action.xml
res/layout/notification_template_big_media.xml
res/layout/notification_template_big_media_custom.xml
res/layout/notification_template_big_media_narrow.xml
res/layout/notification_template_big_media_narrow_custom.xml
res/layout/notification_template_icon_group.xml
res/layout/notification_template_lines_media.xml
res/layout/notification_template_media.xml
res/layout/notification_template_media_custom.xml
res/layout/notification_template_part_chronometer.xml
res/layout/notification_template_part_time.xml
res/layout/splash.xml
res/layout/table_media_info.xml
res/layout/table_media_info_row1.xml
res/layout/table_media_info_row2.xml
res/layout/table_media_info_section.xml
res/layout/topic_detail.xml
res/layout/topic_item.xml
res/layout/tv_controler_menu.xml
res/layout/tv_exit_dialog_layout.xml
res/layout/tv_loading_dialog.xml
res/layout/tv_media_controler.xml
res/layout/tv_progress_dialog.xml
res/layout/tv_station_grid.xml
res/layout/tv_toast.xml
res/layout/tvstation_item.xml
res/layout/user_form.xml
res/layout/user_form_bak.xml
res/layout/user_leftbar.xml
res/layout/user_pwd.xml
res/layout/user_type_details_item.xml
res/layout/wifi_ap_config.xml
res/layout/wifi_content_conn.xml
res/layout/wifi_content_save.xml
res/layout/wifi_content_unconn.xml
res/layout/wifi_dialog.xml
res/menu/main.xml
res/mipmap-hdpi-v4/ic_battery.png
res/mipmap-hdpi-v4/ic_battery_charging.png
res/mipmap-hdpi-v4/ic_battery_red.png
res/raw/imgview_diamond.svg
res/raw/imgview_heart.svg
res/raw/imgview_hexagon.svg
res/raw/imgview_octogon.svg
res/raw/imgview_pentagon.svg
res/raw/imgview_star.svg
resources.arsc
tests/Android.mk
tests/AndroidManifest.xml
tests/bin/jarlist.cache
tests/project.properties
tests/res/raw/large_jpeg_1024_500.jpg
tests/src/com/android/volley/CacheDispatcherTest.java
tests/src/com/android/volley/NetworkDispatcherTest.java
tests/src/com/android/volley/RequestQueueTest.java
tests/src/com/android/volley/RequestTest.java
tests/src/com/android/volley/ResponseDeliveryTest.java
tests/src/com/android/volley/mock/MockCache.java
tests/src/com/android/volley/mock/MockHttpClient.java
tests/src/com/android/volley/mock/MockHttpStack.java
tests/src/com/android/volley/mock/MockHttpURLConnection.java
tests/src/com/android/volley/mock/MockNetwork.java
tests/src/com/android/volley/mock/MockRequest.java
tests/src/com/android/volley/mock/MockResponseDelivery.java
tests/src/com/android/volley/mock/TestRequest.java
tests/src/com/android/volley/mock/WaitableQueue.java
tests/src/com/android/volley/toolbox/BasicNetworkTest.java
tests/src/com/android/volley/toolbox/ByteArrayPoolTest.java
tests/src/com/android/volley/toolbox/HttpClientStackTest.java
tests/src/com/android/volley/toolbox/HttpHeaderParserTest.java
tests/src/com/android/volley/toolbox/HurlStackTest.java
tests/src/com/android/volley/toolbox/ImageRequestTest.java
tests/src/com/android/volley/toolbox/PoolingByteArrayOutputStreamTest.java
tests/src/com/android/volley/utils/CacheTestUtils.java
tests/src/com/android/volley/utils/ImmediateResponseDelivery.java

污点分析

当apk较大时,代码量会很大,造成数据流图(ICFG)呈现爆炸式增长,所以该功能比较耗时,请先喝杯咖啡,耐心等待……
规则名称 描述信息 操作
病毒分析 使用安卓恶意软件常用的API进行污点分析 开始分析  
漏洞挖掘 漏洞挖掘场景下的污点分析 开始分析  
隐私合规 隐私合规场景下的污点分析:组件内污点传播、组件间污点传播、组件与库函数之间的污点传播 开始分析  
密码分析 分析加密算法是否使用常量密钥、静态初始化的向量(IV)、加密模式是否使用ECB等 开始分析  
Callback 因为Android中系统级的Callback并不会出现显式地进行回调方法的调用,所以如果需要分析Callback方法需要在声明文件中将其声明,这里提供一份AndroidCallbacks.txt文件,里面是一些常见的原生回调接口或类,如果有特殊接口需求,可以联系管理员 开始分析