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

APP评分

病毒检测 文件安全

安全评分

文件信息

文件名称 zhihuribao.apk
文件大小 6.78MB
MD5 886bd115e362a18a1f3c39215298e3b9
SHA1 3ecdc084c3560fd0fe42567f01b5af82bc2a8709
SHA256 2338c7e19535794367ae02525bf00f9c3c3566e092f8a479a29fd61253f7425f

应用信息

应用名称 知乎日报
包名 com.zhihu.daily.android
主活动 com.zhihu.daily.android.epic.activity.PrivacyActivity
目标SDK 30     最小SDK 21
版本号 3.6.5     子版本号 1281
加固信息 梆梆安全 加固

组件导出信息

扫描选项

重新扫描 管理规则 动态分析

反编译代码

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

证书信息

二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: False
v4 签名: False
主题: C=CN, ST=Peking, L=Peking, O=zhihu.com, OU=zhihu.com, CN=Zhihu
签名算法: rsassa_pkcs1v15
有效期自: 2013-05-22 05:14:02+00:00
有效期至: 2038-05-16 05:14:02+00:00
发行人: C=CN, ST=Peking, L=Peking, O=zhihu.com, OU=zhihu.com, CN=Zhihu
序列号: 0x519c541a
哈希算法: sha1
证书MD5: a597bf6133f0919c3b590947373418d2
证书SHA1: 429f5c818f10b4ba707bc38ee5459976edee8c63
证书SHA256: 9b6d2b3461d8ed9a865cc868f3e6f33029e003f1632518906b9191033b00a87c
证书SHA512: 9b54500fe18fd73012a02070bc1bf8088f4fc1dccd4d4a997b3439940ccf7a27ac7a448dd18c28ad6de1a3295884896795e86b112cd28c09507357f47caab61b
公钥算法: rsa
密钥长度: 1024
指纹: 76a5c431eb26c45ee518fa004442b94b1712542701c22cac826ee5d9170c6cca
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
android.permission.READ_EXTERNAL_STORAGE 危险 读取SD卡内容 允许应用程序从SD卡读取信息。
android.permission.RECEIVE_BOOT_COMPLETED 普通 开机自启 允许应用程序在系统完成启动后即自行启动。这样会延长手机的启动时间,而且如果应用程序一直运行,会降低手机的整体速度。
android.permission.WRITE_EXTERNAL_STORAGE 危险 读取/修改/删除外部存储内容 允许应用程序写入外部存储。
android.permission.VIBRATE 普通 控制振动器 允许应用程序控制振动器,用于消息通知振动功能。
android.permission.READ_PHONE_STATE 危险 读取手机状态和标识 允许应用程序访问设备的手机功能。有此权限的应用程序可确定此手机的号码和序列号,是否正在通话,以及对方的号码等。
android.permission.ACCESS_WIFI_STATE 普通 查看Wi-Fi状态 允许应用程序查看有关Wi-Fi状态的信息。
android.permission.READ_LOGS 危险 读取系统日志文件 允许应用程序从系统的各日志文件中读取信息。这样应用程序可以发现您的手机使用情况,这些信息还可能包含用户个人信息或保密信息,造成隐私数据泄露。
com.zhihu.android.account.oauth.PROVIDER_ACCESS_READ 未知 未知权限 来自 android 引用的未知权限。
com.zhihu.explore.account.oauth.PROVIDER_ACCESS_READ 未知 未知权限 来自 android 引用的未知权限。
android.permission.CHANGE_WIFI_STATE 危险 改变Wi-Fi状态 允许应用程序改变Wi-Fi状态。

证书分析

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

MANIFEST分析

高危
0
警告
10
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序可以安装在有漏洞的已更新 Android 版本上
Android 5.0-5.0.2, [minSdk=21]
信息 该应用程序可以安装在具有多个未修复漏洞的旧版本 Android 上。这些设备不会从 Google 接收合理的安全更新。支持 Android 版本 => 10、API 29 以接收合理的安全更新。
2 应用程序已启用明文网络流量
[android:usesCleartextTraffic=true]
警告 应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。
3 应用程序具有网络安全配置
[android:networkSecurityConfig=@xml/network_security_config]
信息 网络安全配置功能让应用程序可以在一个安全的,声明式的配置文件中自定义他们的网络安全设置,而不需要修改应用程序代码。这些设置可以针对特定的域名和特定的应用程序进行配置。
4 应用程序数据可以被备份
[android:allowBackup=true]
警告 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
5 Activity (com.zhihu.daily.android.epic.activity.ContentActivity) 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。
6 Activity (com.zhihu.daily.android.epic.activity.StoryListActivity) 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。
7 Activity (com.zhihu.daily.android.wxapi.WXEntryActivity) 未被保护。
[android:exported=true]
警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
8 Activity (com.tencent.tauth.AuthActivity) 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。
9 Content Provider (com.zhihu.android.app.router.RouterProvider) 未被保护。
[android:exported=true]
警告 发现 Content Provider与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
10 Activity (com.zhihu.android.data.analytics.report.ui.ReportShowActivity) 未被保护。
[android:exported=true]
警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
11 Content Provider (com.zhihu.android.cloudid.CloudIdProvider) 未被保护。
[android:exported=true]
警告 发现 Content Provider与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
12 Activity (com.zhihu.android.pages.app.AppAuthActivity) 未被保护。
[android:exported=true]
警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。

可浏览的ACTIVITIES

ACTIVITY INTENT
com.zhihu.daily.android.epic.activity.PrivacyActivity Schemes: zhdaily://,
Hosts: main,
com.zhihu.daily.android.epic.activity.ContentActivity Schemes: zhdaily://,
Hosts: story,
Paths: /open,
com.zhihu.daily.android.epic.activity.StoryListActivity Schemes: zhdaily://,
Hosts: section,
com.tencent.tauth.AuthActivity Schemes: tencent100500548://,

网络安全配置

高危
6
警告
1
信息
0
安全
0
序号 范围 严重级别 描述
1 *
警告 基本配置配置为信任系统证书。
2 zhimg.com
域配置不安全地配置为允许明文流量到达范围内的这些域。
3 www.zhihu.com
域配置不安全地配置为允许明文流量到达范围内的这些域。
4 android.bugly.qq.com
域配置不安全地配置为允许明文流量到达范围内的这些域。
5 zatest2.dev.rack.zhihu.com
域配置不安全地配置为允许明文流量到达范围内的这些域。
6 api.mobile.com
域配置不安全地配置为允许明文流量到达范围内的这些域。
7 zhihu-daily-web--box-2934.zhihu-daily--box-2934.zapps.zhihu.com
域配置不安全地配置为允许明文流量到达范围内的这些域。

API调用分析

API功能 源码文件
一般功能-> IPC通信
com/jeremyliao/liveeventbus/core/LiveEventBusCore.java
com/jeremyliao/liveeventbus/ipc/decode/IDecoder.java
com/jeremyliao/liveeventbus/ipc/decode/ValueDecoder.java
com/jeremyliao/liveeventbus/ipc/encode/IEncoder.java
com/jeremyliao/liveeventbus/ipc/encode/ValueEncoder.java
com/jeremyliao/liveeventbus/ipc/receiver/LebIpcReceiver.java
com/sina/a/a.java
com/zhihu/android/app/router/c.java
com/zhihu/android/app/router/c/a.java
com/zhihu/android/app/router/f.java
com/zhihu/android/app/router/g.java
com/zhihu/android/app/router/h.java
com/zhihu/android/app/router/j.java
com/zhihu/android/app/ui/activity/HostActivity.java
com/zhihu/android/app/ui/activity/RouterPortalActivity.java
com/zhihu/android/app/ui/activity/a.java
com/zhihu/android/app/ui/activity/b.java
com/zhihu/android/app/ui/fragment/a.java
com/zhihu/android/app/ui/fragment/b.java
com/zhihu/android/app/ui/fragment/c.java
com/zhihu/android/app/util/ZHIntent.java
com/zhihu/android/app/util/g.java
com/zhihu/android/app/util/i.java
com/zhihu/android/app/util/s.java
com/zhihu/android/app/util/x.java
com/zhihu/android/app/util/z.java
com/zhihu/android/base/activity/AgentActivity.java
com/zhihu/android/base/f.java
com/zhihu/android/base/receiver/CommunicationReceiver.java
com/zhihu/android/base/util/Agent.java
com/zhihu/android/base/util/b.java
com/zhihu/android/base/util/i.java
com/zhihu/android/c/a.java
com/zhihu/android/data/analytics/b.java
com/zhihu/android/data/analytics/e/b.java
com/zhihu/android/data/analytics/report/b.java
com/zhihu/android/data/analytics/t.java
com/zhihu/android/library/sharecore/AbsSharable.java
com/zhihu/android/library/sharecore/ShareEventListener.java
com/zhihu/android/library/sharecore/activity/ShareCoreActivity.java
com/zhihu/android/library/sharecore/b/b.java
com/zhihu/android/library/sharecore/c/a.java
com/zhihu/android/library/sharecore/c/b.java
com/zhihu/android/library/sharecore/d/a.java
com/zhihu/android/library/sharecore/e/b.java
com/zhihu/android/library/sharecore/e/c.java
com/zhihu/android/library/sharecore/e/d.java
com/zhihu/android/library/sharecore/e/e.java
com/zhihu/android/library/sharecore/e/f.java
com/zhihu/android/library/sharecore/e/g.java
com/zhihu/android/library/sharecore/e/h.java
com/zhihu/android/library/sharecore/e/j.java
com/zhihu/android/library/sharecore/e/k.java
com/zhihu/android/library/sharecore/e/l.java
com/zhihu/android/library/sharecore/e/m.java
com/zhihu/android/library/sharecore/h/b.java
com/zhihu/android/library/sharecore/h/c.java
com/zhihu/android/library/sharecore/imagedecor/DefaultImageDecorSharableImpl.java
com/zhihu/android/library/sharecore/imagedecor/ImageDecorSharable.java
com/zhihu/android/library/sharecore/widget/a.java
com/zhihu/android/pages/app/b/a.java
com/zhihu/android/picture/activity/ImageClipActivity.java
com/zhihu/android/picture/activity/ImagesViewerActivity.java
com/zhihu/android/picture/editor/ImageEditorActivity.java
com/zhihu/android/picture/f/c.java
com/zhihu/android/picture/g/d.java
com/zhihu/android/picture/h.java
com/zhihu/android/picture/util/h.java
com/zhihu/android/social/a.java
com/zhihu/android/social/b.java
com/zhihu/android/social/c.java
com/zhihu/android/social/d.java
com/zhihu/android/social/e.java
com/zhihu/daily/android/epic/activity/BrowserActivity.java
com/zhihu/daily/android/epic/activity/CommentEditActivity.java
com/zhihu/daily/android/epic/activity/CommentLikesActivity.java
com/zhihu/daily/android/epic/activity/CommentListActivity.java
com/zhihu/daily/android/epic/activity/CommentRepliesActivity.java
com/zhihu/daily/android/epic/activity/ContentActivity.java
com/zhihu/daily/android/epic/activity/DebugCenterActivity.java
com/zhihu/daily/android/epic/activity/PrivacyActivity.java
com/zhihu/daily/android/epic/activity/StoryListActivity.java
com/zhihu/daily/android/epic/activity/ZoneCodeActivity.java
com/zhihu/daily/android/epic/activity/a.java
com/zhihu/daily/android/epic/e/b.java
com/zhihu/daily/android/epic/f/aa.java
com/zhihu/daily/android/epic/f/c.java
com/zhihu/daily/android/epic/f/i.java
com/zhihu/daily/android/epic/f/j.java
com/zhihu/daily/android/epic/f/m.java
com/zhihu/daily/android/epic/f/u.java
com/zhihu/daily/android/epic/f/v.java
com/zhihu/daily/android/epic/k/c.java
com/zhihu/daily/android/epic/share/FeedStorySharable.java
com/zhihu/daily/android/epic/share/a.java
com/zhihu/daily/android/epic/share/b.java
com/zhihu/daily/android/epic/share/c.java
com/zhihu/daily/android/epic/utils/j.java
com/zhihu/daily/android/epic/utils/r.java
com/zhihu/daily/android/epic/web/b.java
com/zhihu/daily/android/sharing/ShareListener.java
com/zhihu/za/proto/Action.java
一般功能-> 文件操作
a/a.java
a/b.java
b/d.java
b/e.java
ch/qos/logback/a/a/a.java
ch/qos/logback/a/a/h.java
ch/qos/logback/core/android/a.java
ch/qos/logback/core/d/a.java
ch/qos/logback/core/d/c.java
ch/qos/logback/core/d/d.java
ch/qos/logback/core/e.java
ch/qos/logback/core/g.java
ch/qos/logback/core/g/c.java
ch/qos/logback/core/g/e.java
ch/qos/logback/core/h.java
com/a/a/a/a.java
com/a/a/a/a/e.java
com/a/a/a/a/f.java
com/a/a/a/b.java
com/b/a/a.java
com/b/a/a/a.java
com/b/a/a/b.java
com/b/a/a/c.java
com/b/a/a/d.java
com/b/a/a/e.java
com/b/a/a/f.java
com/b/a/a/g.java
com/b/a/a/h.java
com/b/a/a/i.java
com/b/a/a/j.java
com/b/a/c.java
com/b/a/d.java
com/jeremyliao/liveeventbus/ipc/encode/ValueEncoder.java
com/zhihu/a/a/a.java
com/zhihu/a/a/b.java
com/zhihu/a/a/c.java
com/zhihu/a/a/d.java
com/zhihu/android/a/a.java
com/zhihu/android/api/model/ZHObject.java
com/zhihu/android/api/net/CookieHandler.java
com/zhihu/android/api/net/a.java
com/zhihu/android/api/net/a/c.java
com/zhihu/android/api/net/c.java
com/zhihu/android/api/net/e.java
com/zhihu/android/api/util/ZHObjectRegistryCenter.java
com/zhihu/android/api/util/d.java
com/zhihu/android/apm/a/d.java
com/zhihu/android/app/mercury/web/AndroidWebView2.java
com/zhihu/android/app/util/c.java
com/zhihu/android/app/util/l.java
com/zhihu/android/base/a.java
com/zhihu/android/base/d.java
com/zhihu/android/cloudid/CloudIDHelper.java
com/zhihu/android/cloudid/b/a.java
com/zhihu/android/cloudid/b/b.java
com/zhihu/android/cloudid/c/c.java
com/zhihu/android/cloudid/g.java
com/zhihu/android/cloudid/h.java
com/zhihu/android/data/analytics/c/b.java
com/zhihu/android/data/analytics/d.java
com/zhihu/android/data/analytics/e/c.java
com/zhihu/android/data/analytics/e/e.java
com/zhihu/android/data/analytics/q.java
com/zhihu/android/data/analytics/s.java
com/zhihu/android/f/a/a.java
com/zhihu/android/g/e.java
com/zhihu/android/library/sharecore/b/a.java
com/zhihu/android/library/sharecore/c/b.java
com/zhihu/android/library/sharecore/d/a.java
com/zhihu/android/library/sharecore/f/a.java
com/zhihu/android/library/sharecore/f/a/a.java
com/zhihu/android/library/sharecore/f/b/b.java
com/zhihu/android/library/sharecore/imagedecor/DefaultImageDecorSharableImpl.java
com/zhihu/android/library/sharecore/imagedecor/g.java
com/zhihu/android/m/c.java
com/zhihu/android/m/d.java
com/zhihu/android/module/d.java
com/zhihu/android/net/OkHttpWrapperException.java
com/zhihu/android/net/a/a/e.java
com/zhihu/android/net/a/a/g.java
com/zhihu/android/net/cache/b.java
com/zhihu/android/net/cache/c.java
com/zhihu/android/picture/activity/ImageClipActivity.java
com/zhihu/android/picture/c.java
com/zhihu/android/picture/c/a.java
com/zhihu/android/picture/editor/ImageEditorActivity.java
com/zhihu/android/picture/editor/d.java
com/zhihu/android/picture/f/c.java
com/zhihu/android/picture/g/d.java
com/zhihu/android/picture/i.java
com/zhihu/android/picture/util/a.java
com/zhihu/android/picture/util/a/c.java
com/zhihu/android/picture/util/e.java
com/zhihu/android/picture/util/f.java
com/zhihu/android/picture/util/h.java
com/zhihu/android/picture/util/k.java
com/zhihu/android/picture/util/l.java
com/zhihu/android/picture/util/m.java
com/zhihu/android/picture/util/n.java
com/zhihu/android/picture/widget/ClipView.java
com/zhihu/android/social/d.java
com/zhihu/android/za/h.java
com/zhihu/android/za/model/loghandler/a.java
com/zhihu/android/za/model/loghandler/i.java
com/zhihu/android/za/n.java
com/zhihu/android/za/o.java
com/zhihu/android/za/q.java
com/zhihu/daily/android/a/a.java
com/zhihu/daily/android/b/b.java
com/zhihu/daily/android/epic/entity/ApiException.java
com/zhihu/daily/android/epic/j/ag.java
com/zhihu/daily/android/epic/share/FeedStorySharable.java
com/zhihu/daily/android/epic/utils/b.java
com/zhihu/daily/android/epic/utils/y.java
com/zhihu/daily/android/sharing/ShareListener.java
com/zhihu/za/proto/APMExceptionInfo.java
com/zhihu/za/proto/APMInfo.java
com/zhihu/za/proto/APMNetworkInfo.java
com/zhihu/za/proto/APMNetworkTraffic.java
com/zhihu/za/proto/APMProcessBreak.java
com/zhihu/za/proto/APMProcessInfo.java
com/zhihu/za/proto/AbExperiment.java
com/zhihu/za/proto/AbInfo.java
com/zhihu/za/proto/AccountInfo.java
com/zhihu/za/proto/AccountType.java
com/zhihu/za/proto/Action.java
com/zhihu/za/proto/ActionCardAttachedInfo.java
com/zhihu/za/proto/ActionCardItemAttachedInfo.java
com/zhihu/za/proto/ActiveUser.java
com/zhihu/za/proto/AdInfo.java
com/zhihu/za/proto/AdSource.java
com/zhihu/za/proto/AppListInfo.java
com/zhihu/za/proto/AppPerformanceActionInfo.java
com/zhihu/za/proto/AppPerformanceBlockInfo.java
com/zhihu/za/proto/AppPerformanceInfo.java
com/zhihu/za/proto/AppPerformancePageLoadInfo.java
com/zhihu/za/proto/AppPerformanceSystemInfo.java
com/zhihu/za/proto/AttachedInfo.java
com/zhihu/za/proto/Attribute.java
com/zhihu/za/proto/AudioInfo.java
com/zhihu/za/proto/AudioProduction.java
com/zhihu/za/proto/AudioSource.java
com/zhihu/za/proto/AudioStatus.java
com/zhihu/za/proto/BackendService.java
com/zhihu/za/proto/BaseInfo.java
com/zhihu/za/proto/BeautyInfo.java
com/zhihu/za/proto/Business.java
com/zhihu/za/proto/ButtonInfo.java
com/zhihu/za/proto/CallStatus.java
com/zhihu/za/proto/CaptchaInfo.java
com/zhihu/za/proto/CardInfo.java
com/zhihu/za/proto/ChannelInfo.java
com/zhihu/za/proto/ClientInfo.java
com/zhihu/za/proto/ClubPostAttachedInfo.java
com/zhihu/za/proto/ClubPostNotificationAction.java
com/zhihu/za/proto/CommodityInfo.java
com/zhihu/za/proto/ContainerType.java
com/zhihu/za/proto/ContentInfo.java
com/zhihu/za/proto/ContentStatus.java
com/zhihu/za/proto/ContentSubType.java
com/zhihu/za/proto/ContentType.java
com/zhihu/za/proto/CouponInfo.java
com/zhihu/za/proto/CurrencyType.java
com/zhihu/za/proto/DetailInfo.java
com/zhihu/za/proto/DeviceInfo.java
com/zhihu/za/proto/Element.java
com/zhihu/za/proto/ElementName.java
com/zhihu/za/proto/ExitWay.java
com/zhihu/za/proto/ExpDetailInfo.java
com/zhihu/za/proto/ExpImpressionInfo.java
com/zhihu/za/proto/ExpInfo.java
com/zhihu/za/proto/ExpLoadInfo.java
com/zhihu/za/proto/ExperimentFeature.java
com/zhihu/za/proto/ExperimentInfo.java
com/zhihu/za/proto/ExtraInfo.java
com/zhihu/za/proto/FeedAttachedInfo.java
com/zhihu/za/proto/GifInfo.java
com/zhihu/za/proto/GroupFeedAttachedInfo.java
com/zhihu/za/proto/HttpDnsInfo.java
com/zhihu/za/proto/HttpMethod.java
com/zhihu/za/proto/HybridBigResourceInfo.java
com/zhihu/za/proto/HybridCardAttachedInfo.java
com/zhihu/za/proto/HybridCardItemAttachedInfo.java
com/zhihu/za/proto/HybridContext.java
com/zhihu/za/proto/HybridErrorInfo.java
com/zhihu/za/proto/HybridInfo.java
com/zhihu/za/proto/HybridJSBridgeTimeInfo.java
com/zhihu/za/proto/HybridLaunchTimeInfo.java
com/zhihu/za/proto/HybridPageShowTimeInfo.java
com/zhihu/za/proto/IDInfo.java
com/zhihu/za/proto/ImageInfo.java
com/zhihu/za/proto/ImgResourceErrorInfo.java
com/zhihu/za/proto/ImgUpload.java
com/zhihu/za/proto/JsonLog.java
com/zhihu/za/proto/LaunchInfo.java
com/zhihu/za/proto/ListInfo.java
com/zhihu/za/proto/ListSection.java
com/zhihu/za/proto/LiveStreamingBaseInfo.java
com/zhihu/za/proto/LiveStreamingError.java
com/zhihu/za/proto/LiveStreamingInfo.java
com/zhihu/za/proto/LiveStreamingNetStatus.java
com/zhihu/za/proto/LiveStreamingProduct.java
com/zhihu/za/proto/LiveStreamingProtocol.java
com/zhihu/za/proto/LiveStreamingType.java
com/zhihu/za/proto/LocationInfo.java
com/zhihu/za/proto/LogServerError.java
com/zhihu/za/proto/MarketCardAttachedInfo.java
com/zhihu/za/proto/MarketCardItemAttachedInfo.java
com/zhihu/za/proto/MarketCardType.java
com/zhihu/za/proto/MarketQaAdCardAttachedInfo.java
com/zhihu/za/proto/MemberGuideAttachedInfo.java
com/zhihu/za/proto/MessageInfo.java
com/zhihu/za/proto/MobileNetwork.java
com/zhihu/za/proto/Module.java
com/zhihu/za/proto/ModuleInfo.java
com/zhihu/za/proto/MonitorEventInfo.java
com/zhihu/za/proto/MonitorInfo.java
com/zhihu/za/proto/MonitorInfoIndexIntegration.java
com/zhihu/za/proto/NetworkInfo.java
com/zhihu/za/proto/NotificationAttachedInfo.java
com/zhihu/za/proto/NotificationInfo.java
com/zhihu/za/proto/Org.java
com/zhihu/za/proto/Os.java
com/zhihu/za/proto/PageCardshowTransmission.java
com/zhihu/za/proto/PageInfo.java
com/zhihu/za/proto/PageshowTransmission.java
com/zhihu/za/proto/PayType.java
com/zhihu/za/proto/PaymentInfo.java
com/zhihu/za/proto/PersonalizedPushFailedReason.java
com/zhihu/za/proto/PersonalizedPushLog.java
com/zhihu/za/proto/PinDiscoverMemberAttachedInfo.java
com/zhihu/za/proto/PinFeedAttachedInfo.java
com/zhihu/za/proto/PinInfo.java
com/zhihu/za/proto/PinNotificationAttachedInfo.java
com/zhihu/za/proto/PinRecommendMemberAttachedInfo.java
com/zhihu/za/proto/Platform.java
com/zhihu/za/proto/PlayInfo.java
com/zhihu/za/proto/PlayMode.java
com/zhihu/za/proto/PlayTypeInfo.java
com/zhihu/za/proto/Product.java
com/zhihu/za/proto/ProfileMedalAttachedInfo.java
com/zhihu/za/proto/PushAttachedInfo.java
com/zhihu/za/proto/QRCodeInfo.java
com/zhihu/za/proto/QuestionAnswersListAttachedInfo.java
com/zhihu/za/proto/QuestionInfo.java
com/zhihu/za/proto/ReadInfo.java
com/zhihu/za/proto/RecommendMemberAttachedInfo.java
com/zhihu/za/proto/ReportInfo.java
com/zhihu/za/proto/RequestInfo.java
com/zhihu/za/proto/RequestSourceType.java
com/zhihu/za/proto/RewardInfo.java
com/zhihu/za/proto/RouterCardAttachedInfo.java
com/zhihu/za/proto/ScreenDirection.java
com/zhihu/za/proto/SearchAttachedInfo.java
com/zhihu/za/proto/SearchInfo.java
com/zhihu/za/proto/SearchMode.java
com/zhihu/za/proto/SearchSource.java
com/zhihu/za/proto/ServiceInfo.java
com/zhihu/za/proto/ShareInfo.java
com/zhihu/za/proto/StatusInfo.java
com/zhihu/za/proto/StatusResult.java
com/zhihu/za/proto/StringLogInfo.java
com/zhihu/za/proto/SubVerticalType.java
com/zhihu/za/proto/TaskIDInfo.java
com/zhihu/za/proto/TaskUser.java
com/zhihu/za/proto/TimeInfo.java
com/zhihu/za/proto/TimelineAttachedInfo.java
com/zhihu/za/proto/UTMInfo.java
com/zhihu/za/proto/UploadSource.java
com/zhihu/za/proto/UrlInfo.java
com/zhihu/za/proto/User.java
com/zhihu/za/proto/UserAgent.java
com/zhihu/za/proto/UserAttachedInfo.java
com/zhihu/za/proto/UserProfile.java
com/zhihu/za/proto/VerticalInfo.java
com/zhihu/za/proto/VideoBusinessSource.java
com/zhihu/za/proto/VideoDecode.java
com/zhihu/za/proto/VideoQulity.java
com/zhihu/za/proto/VideoTopicAttachedInfo.java
com/zhihu/za/proto/ViewInfo.java
com/zhihu/za/proto/ViewLocation.java
com/zhihu/za/proto/WebPerformanceInfo.java
com/zhihu/za/proto/WechatApp.java
com/zhihu/za/proto/ZaErrorInfo.java
com/zhihu/za/proto/ZaLog.java
com/zhihu/za/proto/ZaLogBatchEntry.java
com/zhihu/za/proto/ZaLogEntry.java
com/zhihu/za/proto/ZaOptions.java
com/zhihu/za/proto/ZhihuDailyFeedAttachedInfo.java
f/a/c/a.java
f/a/e/j/n.java
g/a/a/e.java
i/a/t.java
i/a/u.java
i/a/v.java
i/c/b.java
i/c/b/a/a.java
i/c/g.java
i/e/a.java
i/e/d.java
i/f/b/c.java
i/f/b/l.java
i/f/b/s.java
i/j.java
i/k.java
i/k/f.java
i/m.java
j/d.java
j/e.java
j/f.java
j/g.java
j/h.java
j/i.java
j/j.java
j/k.java
j/l.java
j/m.java
j/n.java
j/o.java
j/q.java
j/s.java
j/w.java
j/x.java
j/y.java
j/z.java
k/a.java
k/b.java
k/b/a/b.java
k/b/a/c.java
k/f.java
k/g.java
k/l.java
k/m.java
k/n.java
k/p.java
k/q.java
k/w.java
l/a/a/a.java
l/a/a/b.java
l/a/a/c.java
l/a/a/d.java
org/b/b/f.java
组件-> 启动 Activity
调用java反射机制
组件-> ContentProvider
加密解密-> Base64 加密 com/zhihu/android/data/analytics/s.java
com/zhihu/android/data/analytics/u.java
一般功能-> 获取系统服务(getSystemService)
一般功能-> 获取网络接口信息 com/zhihu/android/cloudid/c/e.java
隐私数据-> 获取已安装的应用程序 com/zhihu/android/library/sharecore/d/a.java
com/zhihu/android/library/sharecore/h/c.java
com/zhihu/android/pages/app/a.java
网络通信-> WebView JavaScript接口
网络通信-> WebView 相关
隐私数据-> 剪贴板数据读写操作 com/zhihu/android/library/sharecore/h/a.java
com/zhihu/daily/android/epic/utils/d.java
com/zhihu/daily/android/epic/widget/PasscodeInputLayout.java
一般功能-> 获取WiFi相关信息
一般功能-> 获取活动网路信息 com/zhihu/android/app/util/k.java
com/zhihu/android/data/analytics/e/m.java
com/zhihu/android/za/p.java
加密解密-> Crypto加解密组件 com/zhihu/android/api/net/e.java
com/zhihu/daily/android/epic/utils/a.java
加密解密-> Base64 解密 com/zhihu/android/api/net/e.java
com/zhihu/android/data/analytics/c/b.java
网络通信-> TCP套接字 j/o.java
j/x.java
网络通信-> HTTP建立连接
组件-> 启动 Service com/zhihu/android/base/f.java
隐私数据-> 屏幕截图,截取自己应用内部界面 com/zhihu/android/base/f.java
一般功能-> 加载so文件 com/b/a/e.java
com/bangcle/CryptoTool.java
组件-> 发送广播 com/jeremyliao/liveeventbus/core/LiveEventBusCore.java
com/zhihu/android/picture/util/h.java
DEX-> 动态加载
进程操作-> 获取进程pid com/zhihu/android/apm/a/b.java
com/zhihu/android/apm/a/d.java
com/zhihu/android/apm/a/e.java
加密解密-> 信息摘要算法 com/zhihu/android/data/analytics/s.java
com/zhihu/android/net/cache/b.java
j/h.java
网络通信-> WebView GET请求 com/zhihu/android/app/mercury/web/AndroidWebView2.java
网络通信-> WebView POST请求 com/zhihu/android/app/mercury/web/AndroidWebView2.java
隐私数据-> 屏幕截图,截取自己应用内部界面 com/zhihu/android/picture/util/d.java
设备指纹-> 查看本机IMSI com/zhihu/android/cloudid/c/c.java
一般功能-> 查看\修改Android系统属性 com/zhihu/android/cloudid/c/c.java
网络通信-> 蓝牙连接 com/zhihu/android/cloudid/c/c.java
一般功能-> Android通知 com/zhihu/android/data/analytics/report/b.java
JavaScript 接口方法 com/zhihu/android/app/mercury/bridge/JsBridge.java

源代码分析

高危
4
警告
6
信息
3
安全
1
屏蔽
0
序号 问题 等级 参考标准 文件位置 操作
1 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3
ch/qos/logback/core/d/d.java
ch/qos/logback/core/e/b.java
com/a/a/a/e.java
com/c/a/c.java
com/jeremyliao/liveeventbus/logger/DefaultLogger.java
com/zhihu/android/api/net/a/c.java
com/zhihu/android/apm/a/e.java
com/zhihu/android/apm/c/c.java
com/zhihu/android/apm/e/e.java
com/zhihu/android/apm/h/a.java
com/zhihu/android/apm/i/a.java
com/zhihu/android/app/util/b.java
com/zhihu/android/app/util/d.java
com/zhihu/android/app/util/g.java
com/zhihu/android/b/a.java
com/zhihu/android/base/drawee/ZHDraweeDefaultDelegate.java
com/zhihu/android/base/drawee/a/a.java
com/zhihu/android/base/util/a/a.java
com/zhihu/android/data/analytics/d/b.java
com/zhihu/android/data/analytics/e/k.java
com/zhihu/android/data/analytics/e/n.java
com/zhihu/android/data/analytics/h.java
com/zhihu/android/data/analytics/q.java
com/zhihu/android/data/analytics/s.java
com/zhihu/android/dq/a.java
com/zhihu/android/k/a.java
com/zhihu/android/k/c.java
com/zhihu/android/k/d.java
com/zhihu/android/library/sharecore/d/a.java
com/zhihu/android/module/InnerContextProvider.java
com/zhihu/android/module/d.java
com/zhihu/android/net/a/a.java
com/zhihu/android/net/a/a/e.java
com/zhihu/android/net/cache/e.java
com/zhihu/android/o/e.java
com/zhihu/android/picture/util/b.java
com/zhihu/android/picture/util/l.java
com/zhihu/android/picture/widget/ClipView.java
com/zhihu/android/q/b.java
com/zhihu/android/social/b.java
com/zhihu/android/social/d.java
com/zhihu/android/social/e.java
com/zhihu/android/za/b.java
com/zhihu/android/za/g.java
com/zhihu/android/za/j.java
com/zhihu/android/za/l.java
com/zhihu/android/za/model/e.java
com/zhihu/android/za/model/f.java
com/zhihu/android/za/model/loghandler/a.java
com/zhihu/android/za/model/loghandler/e.java
com/zhihu/android/za/model/loghandler/h.java
com/zhihu/android/za/model/loghandler/i.java
com/zhihu/android/za/n.java
com/zhihu/daily/android/epic/App.java
com/zhihu/daily/android/epic/widget/PasscodeInputLayout.java
com/zhihu/za/proto/PersonalizedPushLog.java
l/a/a/c.java
org/b/b/i.java
2 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 警告 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
3 该文件是World Writable。任何应用程序都可以写入文件 高危 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
com/zhihu/android/za/q.java
4 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 信息
OWASP MASVS: MSTG-STORAGE-10
com/zhihu/android/library/sharecore/h/a.java
com/zhihu/daily/android/epic/utils/d.java
5 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 警告 CWE: CWE-312: 明文存储敏感信息
OWASP Top 10: M9: Reverse Engineering
OWASP MASVS: MSTG-STORAGE-14
6 SHA-1是已知存在哈希冲突的弱哈希 警告 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
com/zhihu/android/api/net/e.java
7 MD5是已知存在哈希冲突的弱哈希 警告 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
com/zhihu/android/data/analytics/s.java
com/zhihu/android/net/cache/b.java
com/zhihu/daily/android/epic/utils/a.java
8 已启用远程WebView调试 高危 CWE: CWE-919: 移动应用程序中的弱点
OWASP Top 10: M1: Improper Platform Usage
OWASP MASVS: MSTG-RESILIENCE-2
com/zhihu/daily/android/epic/activity/BrowserActivity.java
9 此应用程序可能具有Root检测功能 安全
OWASP MASVS: MSTG-RESILIENCE-1
com/zhihu/android/data/analytics/e/e.java
com/zhihu/android/za/h.java
10 应用程序可以写入应用程序目录。敏感信息应加密 信息 CWE: CWE-276: 默认权限不正确
OWASP MASVS: MSTG-STORAGE-14
com/zhihu/daily/android/epic/utils/y.java
11 不安全的Web视图实现。可能存在WebView任意代码执行漏洞 警告 CWE: CWE-749: 暴露危险方法或函数
OWASP Top 10: M1: Improper Platform Usage
OWASP MASVS: MSTG-PLATFORM-7
com/zhihu/android/app/mercury/web/AndroidWebView2.java
12 如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击 高危 CWE: CWE-79: 在Web页面生成时对输入的转义处理不恰当('跨站脚本')
OWASP Top 10: M1: Improper Platform Usage
OWASP MASVS: MSTG-PLATFORM-6
com/zhihu/android/app/mercury/web/AndroidWebView2.java
13 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-6
com/zhihu/daily/android/epic/utils/aa.java
14 该文件是World Readable。任何应用程序都可以读取文件 高危 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
com/zhihu/android/base/d.java

动态库分析

序号 动态库 NX(堆栈禁止执行) STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)
1 arm64-v8a/libbangcle_crypto_tool.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
False
high
这个二进制文件没有在栈上添加栈哨兵值。栈哨兵是用于检测和防止攻击者覆盖返回地址的一种技术。使用选项-fstack-protector-all来启用栈哨兵。这对于Dart/Flutter库不适用,除非使用了Dart FFI
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
符号可用
2 arm64-v8a/libencry-lib.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 arm64-v8a/libencrypt.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 arm64-v8a/libstatic-webp.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扫描

  检出率: 0 / 66       完整报告

滥用权限

恶意软件常用权限 3/30
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.VIBRATE
android.permission.READ_PHONE_STATE
其它常用权限 6/46
android.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.ACCESS_WIFI_STATE
android.permission.CHANGE_WIFI_STATE

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

IP地图

域名检测

域名 状态 中国境内 位置信息 解析
beian.miit.gov.cn 安全
IP地址: 58.222.30.217
国家: 中国
地区: 江西
城市: 南昌
查看: 高德地图





zhihu-web-analytics.zhihu.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





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





appcloud2.in.zhihu.com 安全
没有可用的地理位置信息。




api.zhihu.dev 安全
没有可用的地理位置信息。




news-at.zhihu.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 江苏
城市: 台州
查看: 高德地图





oia.zhihu.com 安全
IP地址: 49.7.37.118
国家: 中国
地区: 江苏
城市: 台州
查看: 高德地图





service.weibo.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 天津
城市: 天津
查看: 高德地图





account.zhihu.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 江苏
城市: 台州
查看: 高德地图





zatest2.dev.rack.zhihu.com 安全
没有可用的地理位置信息。




zhihu.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





google.com 安全
IP地址: 142.250.176.14
国家: 美利坚合众国
地区: 加利福尼亚
城市: 山景城
查看: Google 地图





daily.zhihu.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 江苏
城市: 台州
查看: 高德地图





open.weibo.cn 安全
IP地址: 58.222.30.217
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





app.sina.cn 安全
IP地址: 49.7.37.174
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





link.zhihu.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 江苏
城市: 台州
查看: 高德地图





api.zhihu.com 安全
IP地址: 49.7.37.118
国家: 中国
地区: 江苏
城市: 台州
查看: 高德地图





api.weibo.com 安全
IP地址: 49.7.37.118
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





upload.vzuu.com 安全
IP地址: 103.41.167.219
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





www.zhihu.com 安全
IP地址: 58.216.6.113
国家: 中国
地区: 江苏
城市: 常州
查看: 高德地图





openapi.zhihu.com 安全
IP地址: 103.41.167.235
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





lens.zhihu.com 安全
IP地址: 58.216.6.113
国家: 中国
地区: 江苏
城市: 常州
查看: 高德地图





appcloud.zhihu.com 安全
IP地址: 58.222.30.217
国家: 中国
地区: 江苏
城市: 台州
查看: 高德地图





api.weibo.cn 安全
IP地址: 103.41.167.235
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





logback.qos.ch 安全
IP地址: 195.15.222.169
国家: 瑞士
地区: 日内瓦
城市: 卡鲁日
查看: Google 地图





手机号码

网址

网址信息 源码文件
https://api.zhihu.com
https://www.zhihu.com
https://api.zhihu.dev
https://lens.zhihu.com
https://link.zhihu.com
https://upload.vzuu.com
https://account.zhihu.com
com/zhihu/android/api/net/a.java
https://www.zhihu.com/term/zhihu-daily-info-security-guide
https://www.zhihu.com/term/zhihu-terms
com/zhihu/daily/android/epic/utils/w.java
https://appcloud2.in.zhihu.com/api/env/check?wifi_ssid=
com/zhihu/daily/android/epic/utils/t.java
https://www.zhihu.com/term/zhihu-daily-unregister
com/zhihu/daily/android/epic/activity/AccountUnregisterActivity.java
http://logback.qos.ch/codes.html#earlier_fa_collision
ch/qos/logback/core/e.java
https://api.zhihu.com/balance
com/zhihu/android/api/net/e.java
https://appcloud2.in.zhihu.com/api/env/check?wifi_ssid=
com/zhihu/android/app/util/l.java
https://www.zhihu.com/term/zhihu-daily-info-security-guide
https://www.zhihu.com/term/zhihu-terms
com/zhihu/daily/android/epic/utils/r.java
www.zhihu.com
com/zhihu/android/app/router/a.java
https://zhihu-web-analytics.zhihu.com/api/v1/logs/batch
http://zatest2.dev.rack.zhihu.com:9999/api/v1/logs/batch
com/zhihu/android/za/o.java
https://zhihu-web-analytics.zhihu.com/api/v1
http://zatest2.dev.rack.zhihu.com:9999/api/v1
https://zhihu-web-analytics.zhihu.com/api/v1/server_tsp
com/zhihu/android/data/analytics/s.java
https://oia.zhihu.com/
com/zhihu/android/app/router/f.java
https://news-at.zhihu.com/api/7/cancel
com/zhihu/daily/android/epic/api/a.java
https://www.zhihu.com/term/zhihu-daily-sdk
https://www.zhihu.com/term/zhihu-daily-info-security-guide
com/zhihu/daily/android/epic/f/x.java
https://news-at.zhihu.com/api/4/favorites/before/{time}
https://news-at.zhihu.com/api/4/favorites/
com/zhihu/daily/android/epic/api/g.java
www.zhihu.com
118.89.204.198
com/zhihu/android/net/a/a/e.java
http://daily.zhihu.com/sina_weibo/auth
http://daily.zhihu.com/zhihu/auth
com/zhihu/daily/android/epic/b.java
https://news-at.zhihu.com/api/4/story/{id}
https://news-at.zhihu.com/api/4/stories/before/{date}
https://news-at.zhihu.com/api/4/story-extra/{id}
https://news-at.zhihu.com/api/4/stories/latest
https://news-at.zhihu.com/api/4/favorite/{id}
https://news-at.zhihu.com/api/4/vote/story/{id}
com/zhihu/daily/android/epic/api/h.java
https://news-at.zhihu.com/api/4/section/{id}/before/{timestamp}
https://news-at.zhihu.com/api/4/section/{id}
com/zhihu/daily/android/epic/api/c.java
https://www.zhihu.com/sc-profiler
com/zhihu/android/app/mercury/a/a/a.java
www.zhihu.com
com/zhihu/android/net/a/a/g.java
https://news-at.zhihu.com/api/4/story/{story_id}/short-comments
https://news-at.zhihu.com/api/4/comment/{id}/replies
https://news-at.zhihu.com/api/4/vote/comment/{id}
https://news-at.zhihu.com/api/4/story/{story_id}/long-comments
https://news-at.zhihu.com/api/4/comment/{id}
https://news-at.zhihu.com/api/4/story/{story_id}/short-comments/before/{comment_id}
https://news-at.zhihu.com/api/4/comment/{id}/votes
https://news-at.zhihu.com/api/7/report/comment/{id}
https://news-at.zhihu.com/api/4/news/{story_id}/comment
https://news-at.zhihu.com/api/4/story/{story_id}/long-comments/before/{comment_id}
https://news-at.zhihu.com/api/4/comment/{id}/replies/before/{lastcommentid}
com/zhihu/daily/android/epic/api/d.java
https://news-at.zhihu.com/api/4/logout
https://news-at.zhihu.com/api/4/name
https://news-at.zhihu.com/api/7/anonymous-login
https://news-at.zhihu.com/api/7/login
https://news-at.zhihu.com/api/7/account
https://news-at.zhihu.com/api/4/avatar
com/zhihu/daily/android/epic/api/m.java
https://news-at.zhihu.com/api/4/notifications/before/{time}
https://news-at.zhihu.com/api/4/notifications
https://news-at.zhihu.com/api/4/notifications/count
com/zhihu/daily/android/epic/api/k.java
https://news-at.zhihu.com/api/4/sms/verify
https://news-at.zhihu.com/api/4/sms/supported_countries
https://news-at.zhihu.com/api/4/sms/send
https://news-at.zhihu.com/api/4/sms/unbind_phone_no
com/zhihu/daily/android/epic/api/l.java
https://appcloud.zhihu.com/v1/device
com/zhihu/android/cloudid/b/b.java
https://api.zhihu.com/image_share/qrcode
com/zhihu/android/library/sharecore/g/b.java
https://zhihu-web-analytics.zhihu.com/api/v2/apm
https://zhihu-web-analytics.zhihu.com/api/v2/za
com/zhihu/android/za/model/loghandler/h.java
https://api.zhihu.com/image_share/qrcode
com/zhihu/android/library/sharecore/g/c.java
https://www.zhihu.com/certificates
https://www.zhihu.com/term/zhihu-terms
com/zhihu/daily/android/epic/f/a.java
https://www.zhihu.com/certificates
https://beian.miit.gov.cn
com/zhihu/daily/android/epic/f/b.java
https://www.zhihu.com/term/privacy?from=zhihudaily
https://www.zhihu.com/term/cookie?from=zhihudaily
com/zhihu/daily/android/epic/widget/PrivacyCookieView.java
https://openapi.zhihu.com/authorize?redirect_uri=
https://openapi.zhihu.com/access_token
com/zhihu/android/m/a.java
https://api.weibo.com/oauth2/default.html
com/zhihu/android/social/e.java
https://news-at.zhihu.com/api/4/story/{id}
https://link.zhihu.com
https://account.zhihu.com
https://zhihu-web-analytics.zhihu.com/api/v1
https://oia.zhihu.com/
http://api.weibo.cn/2/client/common_config
http://zatest2.dev.rack.zhihu.com:9999/api/v1
https://api.zhihu.com/balance
https://zhihu-web-analytics.zhihu.com/api/v2/za
https://news-at.zhihu.com/api/4/comment/{id}/replies/before/{lastcommentid}
https://news-at.zhihu.com/api/4/name
https://news-at.zhihu.com/api/4/story/{story_id}/long-comments
https://news-at.zhihu.com/api/4/sms/send
https://news-at.zhihu.com/api/4/story/{story_id}/long-comments/before/{comment_id}
https://www.zhihu.com
https://news-at.zhihu.com/api/4/sms/unbind_phone_no
https://news-at.zhihu.com/api/4/stories/before/{date}
https://news-at.zhihu.com/api/4/vote/comment/{id}
https://news-at.zhihu.com/api/7/login
https://open.weibo.cn/oauth2/authorize?
https://news-at.zhihu.com/api/4/comment/{id}/replies
https://news-at.zhihu.com/api/4/story-extra/{id}
https://news-at.zhihu.com/api/4/notifications/before/{time}
https://news-at.zhihu.com/api/7/cancel
https://news-at.zhihu.com/api/4/favorites/before/{time}
https://api.zhihu.dev
https://api.weibo.com/oauth2/getaid.json
https://openapi.zhihu.com/authorize?redirect_uri=
https://news-at.zhihu.com/api/4/sms/verify
https://openmobile.qq.com/
https://www.zhihu.com/term/zhihu-daily-sdk
https://www.zhihu.com/sc-profiler
https://appsupport.qq.com/cgi-bin/appstage/mstats_batch_report
https://www.zhihu.com/term/cookie?from=zhihudaily
https://zhihu.com/lives/about
https://news-at.zhihu.com/api/4/vote/story/{id}
https://news-at.zhihu.com/api/4/logout
http://app.sina.cn/appdetail.php?appid=84560
https://appcloud2.in.zhihu.com/api/env/check?wifi_ssid=
https://www.zhihu.com/term/zhihu-daily-unregister
https://lens.zhihu.com
https://news-at.zhihu.com/api/4/story/{story_id}/short-comments/before/{comment_id}
https://appcloud.zhihu.com/v1/device
http://daily.zhihu.com/sina_weibo/auth
https://zhihu-web-analytics.zhihu.com/api/v2/apm
https://www.zhihu.com/appview/picture-share/%s/%d
http://qzs.qq.com/open/mobile/login/qzsjump.html?
https://news-at.zhihu.com/api/7/report/comment/{id}
https://api.zhihu.com/image_share/qrcode
http://daily.zhihu.com/zhihu/auth
https://news-at.zhihu.com/api/4/comment/{id}
http://zatest2.dev.rack.zhihu.com:9999/api/v1/logs/batch
https://news-at.zhihu.com/api/4/news/{story_id}/comment
http://google.com/
https://news-at.zhihu.com/api/4/favorites/
https://news-at.zhihu.com/api/4/story/{story_id}/short-comments
https://news-at.zhihu.com/api/4/sms/supported_countries
https://www.zhihu.com/term/zhihu-daily-info-security-guide
https://news-at.zhihu.com/api/4/favorite/{id}
https://openapi.zhihu.com/access_token
https://news-at.zhihu.com/api/4/avatar
http://logback.qos.ch/codes.html#earlier_fa_collision
https://news-at.zhihu.com/api/4/section/{id}
https://news-at.zhihu.com/api/4/comment/{id}/votes
https://www.zhihu.com/term/privacy?from=zhihudaily
https://news-at.zhihu.com/api/4/notifications
https://news-at.zhihu.com/api/4/notifications/count
http://openmobile.qq.com/oauth2.0/m_jump_by_version?
http://service.weibo.com/share/mobilesdk_uppic.php
https://news-at.zhihu.com/api/7/account
https://wspeed.qq.com/w.cgi
http://rqd.uu.qq.com/rqd/sync
https://api.zhihu.com
http://appsupport.qq.com/cgi-bin/qzapps/mapp_addapp.cgi
https://news-at.zhihu.com/api/4/stories/latest
https://openmobile.qq.com/oauth2.0/m_authorize?
https://beian.miit.gov.cn
http://fusion.qq.com/cgi-bin/qzapps/unified_jump?appid=%1$s&from=%2$s&isopenappid=1
https://zhihu-web-analytics.zhihu.com/api/v1/logs/batch
https://zhihu-web-analytics.zhihu.com/api/v1/server_tsp
http://www.android.com/
http://service.weibo.com/share/mobilesdk.php
http://cgi.connect.qq.com/qqconnectopen/openapi/policy_conf
https://www.zhihu.com/certificates
http://javax.xml.xmlconstants/feature/secure-processing
https://api.weibo.com/oauth2/default.html
https://api.weibo.com/2/proxy/sdk/statistic.json
https://news-at.zhihu.com/api/4/section/{id}/before/{timestamp}
https://news-at.zhihu.com/api/7/anonymous-login
118.89.204.198
javascript:window.jsbridge&&jsbridge.callback
https://www.zhihu.com/term/zhihu-terms
https://upload.vzuu.com
www.zhihu.com
127.0.0.255
https://huatuocode.huatuo.qq.com
自研引擎-S

FIREBASE实例

邮箱

EMAIL 源码文件
user@zhihu.com
com/zhihu/daily/android/epic/f/x.java
user@zhihu.com
mua@zhihu.com
自研引擎-S

追踪器

密钥凭证

已显示 46 个secrets
1、 凭证信息=> "com.crashlytics.ApiKey" : "93a6ccc9111606a14f6f09429d0f22f2ca4deb2a"
2、 "authorize_app_name" : "authorize"
3、 "preference_key_cache_clear" : "key_cache_clear"
4、 "preference_key_privacy_state" : "key_privacy_state"
5、 "preference_id_screen_account_and_password" : "preference_id_screen_account_and_password"
6、 "preference_key_guide_is_viewed" : "key_guide_is_viewed"
7、 "preference_key_recommendation_reminder" : "key_recommendation_reminder"
8、 "preference_key_comment_share_open" : "key_comment_share_open"
9、 "preference_key_app_check" : "key_app_check"
10、 "preference_key_feedback" : "key_feedback"
11、 "preference_key_last_cache_time" : "key_last_cache_time"
12、 "preference_key_big_font_mode_open" : "key_big_font_mode_open"
13、 "preference_key_test_server" : "key_test_server"
14、 "preference_api_env_prod" : "preference_api_env_prod"
15、 "preference_key_last_offline_time" : "key_last_offline_time"
16、 "preference_key_auto_offline_open" : "key_auto_offline_open"
17、 "preference_key_dark_mode_open" : "key_dark_mode_open"
18、 "preference_key_app_upgrade_reminder" : "key_app_upgrade_reminder"
19、 "preference_key_license_center" : "key_license_center"
20、 "preference_key_no_image_mode_open" : "key_no_image_mode_open"
21、 "preference_key_shake_to_dark_mode_open" : "key_shake_to_dark_mode_open"
22、 "preference_key_push_open" : "key_push_open"
23、 a888b3f896467481414f22409a718d36
24、 tgLRb4bjuZVA8xvQ9uHNs8UtpBIOiUcagzvtKyyfCofk5U5sNb54GgVVYxa6p4A1ObdJv1jjlUOnzR8keX5LsAM4Ia7xeqiFh0GER4l0ulVChy
25、 yHTAZeApn5rh6Uzfx06Gv6eHdM34YL
26、 b9f73ddf64fdd4eea9b15d7e67943129
27、 ccfd55cd1842692d4cca02d9de57b316
28、 b3a2956e0c6cd75a00fed7841a6ff291
29、 sha256/+VWv5sA00jV4vicnJWS+lxzeLf0Rv8J8iHZAiHOk+UQ=
30、 b6c28e3365dc419d922fe24baf9341d4
31、 aff1a7fa-a16b-43ab-8342-ed61ca72401c
32、 4edefca3120218bc62d3c1843a8f6db5
33、 a60df73ead86519fe55e4f08b295d40e
34、 101ee694f70f6ca2ee4a1c5814ebfded
35、 2cf90ff09b64de64c7f508a2b79381f4
36、 541a3a5896fbefd351917c8251328a236a7efbf27d0fad8283ef59ef07aa386dbb2b1fcbba167135d575877ba0205a02f0aac2d31957bc7f028ed5888d4bbe69ed6768efc15ab703dc0f406b301845a0a64cf3c427c82870053bd7ba6721649c3a9aca8c3c31710a6be5ce71e4686842732d9314d6898cc3fdca075db46d1ccf3a7f9b20615f4a303c5235bd02c5cdc791eb123b9d9f7e72e954de3bcbf7d314064a1eced78d13679d040dd4080640d18c37bbde
37、 eWzIsJF4PExQap9HK6Vlz8DGlgGwoiLCtyOEK0Bfu
38、 23fa042165ba4adf02774399ab9376be
39、 sha256/PbNCVpVasMJxps3IqFfLTRKkVnRCLrTlZVc5kspqlkw=
40、 W1zcp5YuPDw8mIQDVCH2uQY7qs2ejdZj5LIgIz4CbQ0wg53rlwE7DDQM6MNUgZLnzNmMSMfFrpE7
41、 sha256/9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=
42、 sha256/FPzE+fMDOQqNRMPEiry6zRDh7aVssFk6owb0+wai6q8=
43、 e8875213421d47c44b8b74145b818c56
44、 eyJhbGciOiJSUzI1NiIsIng1YyI6WyJNSUlDNlRDQ0FkRUNBU293RFFZSktvWklodmNOQVFFTEJRQXdEekVOTUFzR0ExVUVBd3dFVW05dmREQWVGdzB4TkRFeE1UZ3hOalUwTUROYUZ3MHpOREV4TVRNeE5qVTBNRE5hTUdZeEN6QUpCZ05WQkFZVEFsVlRNUk13RVFZRFZRUUlEQXBEWVd4cFptOXlibWxoTVJZd0ZBWURWUVFIREExTmIzVnVkR0ZwYmlCV2FXVjNNUlF3RWdZRFZRUUtEQXRIYjI5bmJHVWdTVzVqTGpFVU1CSUdBMVVFQXd3TFptOXZMbUpoY2k1amIyMHdnZ0VpTUEwR0NTcUdTSWIzRFFFQkFRVUFBNElCRHdBd2dnRUtBb0lCQVFDekZWS0pPa3FUbXl5ak1IV0JPckxkcFltYzBFY3ZHM01vaGFWK1VKclZySTJTRHlrWThZV1NrVEt6OUJLbUY4SFAvR2pQUERzMzE4NENlajliMVdleXZWQjhSajNndUgzb0wrc0pUM3U5VjJ5NHp5bzV4TzZGV01CWUVRNlg4RGtHbFl0VHA1dGhlWWJSclhORUx1bDRsRitMdEhUQ2FBQU5STWtPbDBORW9MYTZCUmhPRzY4Z0ZmSUF4eDVsVDhSRUU5dXR2UHV5K3JDYUJIbmZIT1BmOHBuMExTdmNlQmlqU0lGb1MzWTVjcmpQVmp5aVBBWlVIV25IVEZBaWxmSG5wTEJsR3hwQ3lsZVBRaE1LclBjZ3ZEb0Q5bmQwTEE2eFlMRjdEUFhYU2E4RkxPK2ZQVjhDTkpDQXNGdXE5UmxmMlR0M1NqTHRXUll1aDVMdWN0UDdBZ01CQUFFd0RRWUpLb1pJaHZjTkFRRUxCUUFEZ2dFQkFFc01BQlpsKzhSbGswaHFCa3RzRHVycmk0bkYvMDdDblNCZS96VWJUaVloTXByN1ZSSURsSExvZTVsc2xMaWxmWHp2YXltY01GZUgxdUJ4TndoZjdJTzdXdkl3UWVVSFNWK3JIeU55Z1RUaWVPMEpuOEh3KzRTQ29oSEFkTXZENXVXRXduM0x2K1c0eTdPaGFTYnpsaFZDVkNuRkxWS2ljQmF5VVhIdGRKWEpJQ29rUjQraC9XTk03ZzBpS1RoYWtaT3lmYjhoMXBoeTdUTVRWbFBGS3JjVkRvNW05K0dodFBDNFBOakdMb2s2ci9qeDlDSU9DYXBJcWk4ZlhKRU94S3ZpbFllQVlxZmpXdmh4MDBqdUVVQkhycENROHdUNFRBK0xsSTAyY1J6NXJ4VzRGUUF6MU5kb0c5SFpEWldhK05ORlRaZEFtdFdQSk1MZCs4TDhzbDQ9IiwiTUlJQzhUQ0NBZG1nQXdJQkFnSUpBTU5JMTVIckd5bGtNQTBHQ1NxR1NJYjNEUUVCQ3dVQU1BOHhEVEFMQmdOVkJBTU1CRkp2YjNRd0hoY05NVFF4TVRFNE1UWTFOREF6V2hjTk16UXhNVEV6TVRZMU5EQXpXakFQTVEwd0N3WURWUVFEREFSU2IyOTBNSUlCSWpBTkJna3Foa2lHOXcwQkFRRUZBQU9DQVE4QU1JSUJDZ0tDQVFFQXplVU5jNGJTV0hoT1RVKzVNUS9sT21talFXcGZCaStGSnV4dm9lT21Rd2k2ZnJQS0tzYUtLWUdmQ1RQbEtFMGRtckVQOTVibmkvcUw1eEFwUDE3b3JqVWU2S1J0SkF3Rk5JNUVaYWRJZmpiaC9xKzg1QzFDcDJCUzJZbXVaUXpYWkhQNjN5eUJwMDVZY2JNS3dDQkhYYUFnWWJtVFRrKzQrMXBqTnBIUDZZaUYyZ0NQdlNmem9rR3loYnZCcW5QYm5UZEk5dzZmak5CWUFici91Qk9UVTB2SzRrdHpsV2s1bHZzbTUxZTh2c0xTcVdob0hBRHEwQXJpQWVsVTRTSHNTQUNrUlVRU3hXVjBLNWh6VHY0ZWN2Q2JHOWRza2lEQ3dXZyt1VFJTb0FGZVpPaE9OTDAwMHE3VmV5M0RaVGNMbDgvTzROUVZhWlI1aUFnVldsV2Nzd0lEQVFBQm8xQXdUakFkQmdOVkhRNEVGZ1FVc2ltbElSRGNKUjBvZlI3b004S3dIRk9IK3NJd0h3WURWUjBqQkJnd0ZvQVVzaW1sSVJEY0pSMG9mUjdvTThLd0hGT0grc0l3REFZRFZSMFRCQVV3QXdFQi96QU5CZ2txaGtpRzl3MEJBUXNGQUFPQ0FRRUFXUWw4U21iUW9CVjN0ak9KOHpNbGNOMHhPUHBTU05ieDBnN0VML2RRZ0pwZXQwTWNXNjJSSGxnUUFPS2JTM1BSZW8ybnNSQi9aUnlZRHU0aTEzWkhaOGJNc0dPRVM0QlFwejEzbXRtWGc5UmhzWHFMMGVEWWZCY2pqdGxydVVieGhuQUxwNFZOMXpWZHlXQVBDajBldTNNeHBnTVdjeW41MFFtaUpTai9FcXUvbExodmUvd0t2akc1V2huVjh1UktSdUZiRmN0MERIQUhNblpxRkhjR1M1U28wY1luU2ZLNWZiQlJOZWxHZmxocGJiUHAwVjBhWGlxaW5xRDBZZTNPYVpkRnErMnJQMW9DL2E1L091NExzcFkzYjVvRDlyRU5keTdicTBLZXdQRnRnUHZVa0pySjNUemJpd3ZwZ2haN3pHMjZibko1STd1YzR5MVZ1anFhT0E9PSJdfQ
45、 0e1ff241d4e778becbbf362e0491d843
46、 64fe070b-c7fb-47b7-9486-4aa2bd019e87

字符串列表

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

活动列表

已显示 41 个activities
1、 com.zhihu.daily.android.epic.MainActivity
2、 com.zhihu.daily.android.epic.activity.PrivacyActivity
3、 com.zhihu.daily.android.epic.activity.DebugCenterActivity
4、 com.zhihu.daily.android.epic.activity.ContentActivity
5、 com.zhihu.daily.android.epic.activity.CommentEditActivity
6、 com.zhihu.daily.android.epic.activity.CommentListActivity
7、 com.zhihu.daily.android.epic.activity.BindPhoneActivity
8、 com.zhihu.daily.android.epic.activity.ZoneCodeActivity
9、 com.zhihu.daily.android.epic.activity.StoryListActivity
10、 com.zhihu.daily.android.epic.activity.FavoritesActivity
11、 com.zhihu.daily.android.epic.activity.ProfileActivity
12、 com.zhihu.daily.android.epic.activity.SettingsActivity
13、 com.zhihu.daily.android.epic.activity.NotificationsActivity
14、 com.zhihu.daily.android.epic.activity.CommentRepliesActivity
15、 com.zhihu.daily.android.epic.activity.CommentLikesActivity
16、 com.zhihu.daily.android.epic.activity.PrivacyDialogActivity
17、 com.zhihu.daily.android.epic.activity.BrowserActivity
18、 com.zhihu.daily.android.epic.activity.AccountUnregisterActivity
19、 com.zhihu.daily.android.epic.activity.SettingsPrivacyActivity
20、 com.zhihu.daily.android.epic.activity.AboutZhihuDailyActivity
21、 com.zhihu.daily.android.epic.activity.AppRecordActivity
22、 com.zhihu.daily.android.epic.activity.SettingsAccountAndSecurityActivity
23、 com.zhihu.daily.android.epic.activity.SettingsRevertAuthActivity
24、 com.sina.weibo.sdk.component.WeiboSdkBrowser
25、 com.zhihu.daily.android.wxapi.WXEntryActivity
26、 com.tencent.tauth.AuthActivity
27、 com.tencent.connect.common.AssistActivity
28、 com.zhihu.android.library.sharecore.activity.ShareHostActivity
29、 com.zhihu.android.library.sharecore.activity.ShareCoreActivity
30、 com.zhihu.android.library.sharecore.activity.WebRenderShareActivity
31、 com.zhihu.android.app.ui.activity.HostActivity
32、 com.zhihu.android.app.ui.activity.RouterPortalActivity
33、 com.zhihu.android.base.activity.AgentActivity
34、 com.zhihu.matisse.ui.MatisseActivity
35、 com.zhihu.matisse.internal.ui.AlbumPreviewActivity
36、 com.zhihu.android.picture.activity.ImagesViewerActivity
37、 com.zhihu.android.picture.activity.ImageClipActivity
38、 com.zhihu.android.picture.editor.ImageEditorActivity
39、 com.zhihu.android.data.analytics.report.ui.ReportShowActivity
40、 com.zhihu.android.pages.web.OauthWebActivity
41、 com.zhihu.android.pages.app.AppAuthActivity

服务列表

已显示 1 个services
1、 androidx.room.MultiInstanceInvalidationService

广播接收者列表

已显示 1 个receivers
1、 com.zhihu.android.base.receiver.CommunicationReceiver

内容提供者列表

已显示 6 个providers
1、 androidx.core.content.FileProvider
2、 com.zhihu.android.app.router.RouterProvider
3、 com.zhihu.android.apm.lifecycle_provider.ApmLifecycleProvider
4、 com.zhihu.android.cloudid.CloudIdProvider
5、 com.zhihu.android.module.InnerContextProvider
6、 androidx.lifecycle.ProcessLifecycleOwnerInitializer

第三方SDK

SDK名称 开发者 描述信息
梆梆安全 梆梆安全 针对目前移动应用普遍存在的破解、篡改、盗版、钓鱼欺诈、内存调试、数据窃取等各类安全风险,梆梆安全为开发者提供全面的移动应用加固加密技术和攻击防范服务。
Fresco Facebook Fresco 是一个用于管理图像及其使用的内存的 Android 库。
Bugly Tencent 腾讯 Bugly,为移动开发者提供专业的异常上报和运营统计,帮助开发者快速发现并解决异常,同时掌握产品运营动态,及时跟进用户反馈。
GIFLIB GIFLIB The GIFLIB project maintains the giflib service library, which has been pulling images out of GIFs since 1989. It is deployed everywhere you can think of and some places you probably can't - graphics applications and web browsers on multiple operating systems, game consoles, smartphones, and likely your ATM too.
微博 SDK Weibo 微博 Android 平台 SDK 为第三方应用提供了简单易用的微博 API 调用服务,使第三方客户端无需了解复杂的验证机制即可进行授权登陆,并提供微博分享功能,可直接通过微博官方客户端分享微博。
腾讯开放平台 Tencent 腾讯核心内部服务,二十年技术沉淀,助你成就更高梦想。
Matisse Zhihu 一个设计精美的 Android 图片视频选择器。
Jetpack Lifecycle Google 生命周期感知型组件可执行操作来响应另一个组件(如 Activity 和 Fragment)的生命周期状态的变化。这些组件有助于您写出更有条理且往往更精简的代码,这样的代码更易于维护。
File Provider Android FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。
Jetpack Room Google Room 持久性库在 SQLite 的基础上提供了一个抽象层,让用户能够在充分利用 SQLite 的强大功能的同时,获享更强健的数据库访问机制。

文件列表

AndroidManifest.xml
META-INF/CERT.RSA
META-INF/CERT.SF
META-INF/MANIFEST.MF
META-INF/android.support.design_material.version
META-INF/androidx.activity_activity.version
META-INF/androidx.appcompat_appcompat-resources.version
META-INF/androidx.appcompat_appcompat.version
META-INF/androidx.arch.core_core-runtime.version
META-INF/androidx.asynclayoutinflater_asynclayoutinflater.version
META-INF/androidx.browser_browser.version
META-INF/androidx.cardview_cardview.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.databinding_baseAdapters.version
META-INF/androidx.databinding_library.version
META-INF/androidx.documentfile_documentfile.version
META-INF/androidx.drawerlayout_drawerlayout.version
META-INF/androidx.exifinterface_exifinterface.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-v13.version
META-INF/androidx.legacy_legacy-support-v4.version
META-INF/androidx.lifecycle_lifecycle-extensions.version
META-INF/androidx.lifecycle_lifecycle-livedata-core.version
META-INF/androidx.lifecycle_lifecycle-livedata.version
META-INF/androidx.lifecycle_lifecycle-process.version
META-INF/androidx.lifecycle_lifecycle-runtime.version
META-INF/androidx.lifecycle_lifecycle-service.version
META-INF/androidx.lifecycle_lifecycle-viewmodel.version
META-INF/androidx.loader_loader.version
META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version
META-INF/androidx.media_media.version
META-INF/androidx.palette_palette.version
META-INF/androidx.percentlayout_percentlayout.version
META-INF/androidx.preference_preference.version
META-INF/androidx.print_print.version
META-INF/androidx.recyclerview_recyclerview.version
META-INF/androidx.room_room-runtime.version
META-INF/androidx.savedstate_savedstate.version
META-INF/androidx.slidingpanelayout_slidingpanelayout.version
META-INF/androidx.sqlite_sqlite-framework.version
META-INF/androidx.sqlite_sqlite.version
META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version
META-INF/androidx.transition_transition.version
META-INF/androidx.vectordrawable_vectordrawable-animated.version
META-INF/androidx.vectordrawable_vectordrawable.version
META-INF/androidx.versionedparcelable_versionedparcelable.version
META-INF/androidx.viewpager_viewpager.version
META-INF/app_release.kotlin_module
META-INF/com.android.tools/proguard/coroutines.pro
META-INF/com.android.tools/r8-from-1.6.0/coroutines.pro
META-INF/com.android.tools/r8-upto-1.6.0/coroutines.pro
META-INF/com.google.android.material_material.version
META-INF/jvm.kotlin_module
META-INF/kotlin-android-extensions-runtime.kotlin_module
META-INF/kotlin-stdlib-common-coroutines.kotlin_module
META-INF/kotlin-stdlib-common.kotlin_module
META-INF/kotlin-stdlib-coroutines.kotlin_module
META-INF/kotlin-stdlib-jdk7.kotlin_module
META-INF/kotlin-stdlib.kotlin_module
META-INF/kotlinx-coroutines-android.kotlin_module
META-INF/kotlinx-coroutines-core.kotlin_module
META-INF/mediapicker_release.kotlin_module
META-INF/monitor_launch_release.kotlin_module
META-INF/net_release.kotlin_module
META-INF/picture_release.kotlin_module
META-INF/retrofit.kotlin_module
META-INF/services/com.fasterxml.jackson.core.JsonFactory
META-INF/services/com.fasterxml.jackson.core.ObjectCodec
META-INF/services/com.zhihu.android.api.net.OkHttpFamily$BuilderDecorator
META-INF/services/com.zhihu.android.api.util.ObjectMapperInitializer
META-INF/services/com.zhihu.android.inter.PrivacyOperateInterface
META-INF/services/com.zhihu.android.picture.OnShareListener
META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler
META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory
META-INF/sharecore_release.kotlin_module
META-INF/social-sdk_release.kotlin_module
META-INF/widget_release.kotlin_module
androidsupportmultidexversion.txt
assets/META-INF/services/com.fasterxml.jackson.core.JsonFactory
assets/META-INF/services/com.fasterxml.jackson.core.ObjectCodec
assets/META-INF/services/com.zhihu.android.api.net.OkHttpFamily$BuilderDecorator
assets/META-INF/services/com.zhihu.android.api.util.ObjectMapperInitializer
assets/META-INF/services/com.zhihu.android.inter.PrivacyOperateInterface
assets/META-INF/services/com.zhihu.android.picture.OnShareListener
assets/META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler
assets/META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory
assets/countryCode.txt
assets/countryCodeEn.txt
assets/countryCodeTw.txt
assets/drawable-ldpi/ic_com_sina_weibo_sdk_close.png
assets/drawable-xhdpi/common_button_big_blue.9.png
assets/drawable-xhdpi/common_button_big_blue_disable.9.png
assets/drawable-xhdpi/common_button_big_blue_highlighted.9.png
assets/drawable-xhdpi/common_button_white.9.png
assets/drawable-xhdpi/common_button_white_highlighted.9.png
assets/drawable-xhdpi/get_code_button.9.png
assets/drawable-xhdpi/get_code_button_highlighted.9.png
assets/drawable-xhdpi/ic_com_sina_weibo_sdk_close.png
assets/drawable-xhdpi/login_bottom_background.9.png
assets/drawable-xhdpi/login_country_background.9.png
assets/drawable-xhdpi/login_country_background_highlighted.9.png
assets/drawable-xhdpi/login_top_background.9.png
assets/drawable-xhdpi/search_clear_btn_down.png
assets/drawable-xhdpi/search_clear_btn_normal.png
assets/drawable-xhdpi/tableview_sectionheader_background.png
assets/drawable-xhdpi/timeline_icon_add_friends.png
assets/drawable-xhdpi/timeline_icon_attention.png
assets/drawable-xhdpi/triangle.png
assets/drawable-xhdpi/weibosdk_common_button_alpha.9.png
assets/drawable-xhdpi/weibosdk_common_button_alpha_highlighted.9.png
assets/drawable-xhdpi/weibosdk_common_shadow_top.9.png
assets/drawable-xhdpi/weibosdk_empty_failed.png
assets/drawable-xhdpi/weibosdk_navigationbar_back.png
assets/drawable-xhdpi/weibosdk_navigationbar_back_highlighted.png
assets/drawable-xhdpi/weibosdk_navigationbar_background.9.png
assets/drawable-xhdpi/weibosdk_notification_icon.png
assets/drawable-xxhdpi/get_code_button.9.png
assets/drawable-xxhdpi/get_code_button_highlighted.9.png
assets/drawable-xxhdpi/ic_com_sina_weibo_sdk_close.png
assets/drawable-xxhdpi/login_country_background.9.png
assets/drawable-xxhdpi/login_country_background_highlighted.9.png
assets/drawable-xxhdpi/weibosdk_navigationbar_back.png
assets/drawable-xxhdpi/weibosdk_navigationbar_back_highlighted.png
assets/drawable/sdk_weibo_logo.png
assets/drawable/weibosdk_dialog_bg.9.png
assets/edit_icon.json
assets/edit_icon_night.json
assets/images/edit_img_0.webp
assets/images/edit_img_1.webp
assets/images/edit_img_2.webp
assets/images/edit_img_3.webp
assets/images/edit_night_img_0.webp
assets/images/edit_night_img_1.webp
assets/images/edit_night_img_2.webp
assets/images/edit_night_img_3.webp
assets/pinyinindex
classes.dex
classes2.dex
javax/annotation/CheckForNull.java
javax/annotation/CheckForSigned.java
javax/annotation/CheckReturnValue.java
javax/annotation/Detainted.java
javax/annotation/MatchesPattern.java
javax/annotation/Nonnegative.java
javax/annotation/Nonnull.java
javax/annotation/Nullable.java
javax/annotation/OverridingMethodsMustInvokeSuper.java
javax/annotation/ParametersAreNonnullByDefault.java
javax/annotation/ParametersAreNullableByDefault.java
javax/annotation/PropertyKey.java
javax/annotation/RegEx.java
javax/annotation/Signed.java
javax/annotation/Syntax.java
javax/annotation/Tainted.java
javax/annotation/Untainted.java
javax/annotation/WillClose.java
javax/annotation/WillCloseWhenClosed.java
javax/annotation/WillNotClose.java
javax/annotation/concurrent/GuardedBy.java
javax/annotation/concurrent/Immutable.java
javax/annotation/concurrent/NotThreadSafe.java
javax/annotation/concurrent/ThreadSafe.java
javax/annotation/meta/Exclusive.java
javax/annotation/meta/Exhaustive.java
javax/annotation/meta/TypeQualifier.java
javax/annotation/meta/TypeQualifierDefault.java
javax/annotation/meta/TypeQualifierNickname.java
javax/annotation/meta/TypeQualifierValidator.java
javax/annotation/meta/When.java
kotlin/ArithmeticException.kotlin_metadata
kotlin/AssertionError.kotlin_metadata
kotlin/BuilderInference.kotlin_metadata
kotlin/ClassCastException.kotlin_metadata
kotlin/Comparator.kotlin_metadata
kotlin/ConcurrentModificationException.kotlin_metadata
kotlin/Error.kotlin_metadata
kotlin/Exception.kotlin_metadata
kotlin/Experimental.kotlin_metadata
kotlin/ExperimentalMultiplatform.kotlin_metadata
kotlin/ExperimentalStdlibApi.kotlin_metadata
kotlin/ExperimentalUnsignedTypes.kotlin_metadata
kotlin/HashCodeKt.kotlin_metadata
kotlin/IllegalArgumentException.kotlin_metadata
kotlin/IllegalStateException.kotlin_metadata
kotlin/IndexOutOfBoundsException.kotlin_metadata
kotlin/InitializedLazyImpl.kotlin_metadata
kotlin/KotlinHKt.kotlin_metadata
kotlin/KotlinVersion.kotlin_metadata
kotlin/LateinitKt.kotlin_metadata
kotlin/Lazy.kotlin_metadata
kotlin/LazyKt.kotlin_metadata
kotlin/LazyThreadSafetyMode.kotlin_metadata
kotlin/NoSuchElementException.kotlin_metadata
kotlin/NoWhenBranchMatchedException.kotlin_metadata
kotlin/NotImplementedError.kotlin_metadata
kotlin/NullPointerException.kotlin_metadata
kotlin/NumberFormatException.kotlin_metadata
kotlin/NumbersKt.kotlin_metadata
kotlin/OptionalExpectation.kotlin_metadata
kotlin/Pair.kotlin_metadata
kotlin/PreconditionsKt.kotlin_metadata
kotlin/Result.kotlin_metadata
kotlin/ResultKt.kotlin_metadata
kotlin/RuntimeException.kotlin_metadata
kotlin/StandardKt.kotlin_metadata
kotlin/SuccessOrFailureKt.kotlin_metadata
kotlin/SuspendKt.kotlin_metadata
kotlin/Triple.kotlin_metadata
kotlin/TuplesKt.kotlin_metadata
kotlin/UByte.kotlin_metadata
kotlin/UByteArray.kotlin_metadata
kotlin/UByteArrayKt.kotlin_metadata
kotlin/UByteKt.kotlin_metadata
kotlin/UInt.kotlin_metadata
kotlin/UIntArray.kotlin_metadata
kotlin/UIntArrayKt.kotlin_metadata
kotlin/UIntKt.kotlin_metadata
kotlin/ULong.kotlin_metadata
kotlin/ULongArray.kotlin_metadata
kotlin/ULongArrayKt.kotlin_metadata
kotlin/ULongKt.kotlin_metadata
kotlin/UNINITIALIZED_VALUE.kotlin_metadata
kotlin/UNumbersKt.kotlin_metadata
kotlin/UShort.kotlin_metadata
kotlin/UShortArray.kotlin_metadata
kotlin/UShortArrayKt.kotlin_metadata
kotlin/UShortKt.kotlin_metadata
kotlin/UninitializedPropertyAccessException.kotlin_metadata
kotlin/UnsafeLazyImpl.kotlin_metadata
kotlin/UnsignedUtilsKt.kotlin_metadata
kotlin/UnsupportedOperationException.kotlin_metadata
kotlin/UseExperimental.kotlin_metadata
kotlin/WasExperimental.kotlin_metadata
kotlin/annotation/annotation.kotlin_builtins
kotlin/collections/AbstractCollection.kotlin_metadata
kotlin/collections/AbstractIterator.kotlin_metadata
kotlin/collections/AbstractList.kotlin_metadata
kotlin/collections/AbstractMap.kotlin_metadata
kotlin/collections/AbstractMutableCollection.kotlin_metadata
kotlin/collections/AbstractMutableList.kotlin_metadata
kotlin/collections/AbstractMutableMap.kotlin_metadata
kotlin/collections/AbstractMutableSet.kotlin_metadata
kotlin/collections/AbstractSet.kotlin_metadata
kotlin/collections/ArrayAsCollection.kotlin_metadata
kotlin/collections/ArrayList.kotlin_metadata
kotlin/collections/ArraysKt.kotlin_metadata
kotlin/collections/CollectionsHKt.kotlin_metadata
kotlin/collections/CollectionsKt.kotlin_metadata
kotlin/collections/EmptyIterator.kotlin_metadata
kotlin/collections/EmptyList.kotlin_metadata
kotlin/collections/EmptyMap.kotlin_metadata
kotlin/collections/EmptySet.kotlin_metadata
kotlin/collections/Grouping.kotlin_metadata
kotlin/collections/GroupingKt.kotlin_metadata
kotlin/collections/HashMap.kotlin_metadata
kotlin/collections/HashSet.kotlin_metadata
kotlin/collections/IndexedValue.kotlin_metadata
kotlin/collections/IndexingIterable.kotlin_metadata
kotlin/collections/IndexingIterator.kotlin_metadata
kotlin/collections/IterablesKt.kotlin_metadata
kotlin/collections/IteratorsKt.kotlin_metadata
kotlin/collections/LinkedHashMap.kotlin_metadata
kotlin/collections/LinkedHashSet.kotlin_metadata
kotlin/collections/MapAccessorsKt.kotlin_metadata
kotlin/collections/MapWithDefault.kotlin_metadata
kotlin/collections/MapWithDefaultImpl.kotlin_metadata
kotlin/collections/MapWithDefaultKt.kotlin_metadata
kotlin/collections/MapsKt.kotlin_metadata
kotlin/collections/MovingSubList.kotlin_metadata
kotlin/collections/MutableCollectionsKt.kotlin_metadata
kotlin/collections/MutableMapWithDefault.kotlin_metadata
kotlin/collections/MutableMapWithDefaultImpl.kotlin_metadata
kotlin/collections/RandomAccess.kotlin_metadata
kotlin/collections/ReversedList.kotlin_metadata
kotlin/collections/ReversedListReadOnly.kotlin_metadata
kotlin/collections/ReversedViewsKt.kotlin_metadata
kotlin/collections/RingBuffer.kotlin_metadata
kotlin/collections/SetsKt.kotlin_metadata
kotlin/collections/SlidingWindowKt.kotlin_metadata
kotlin/collections/State.kotlin_metadata
kotlin/collections/UArraySortingKt.kotlin_metadata
kotlin/collections/UByteIterator.kotlin_metadata
kotlin/collections/UIntIterator.kotlin_metadata
kotlin/collections/ULongIterator.kotlin_metadata
kotlin/collections/UShortIterator.kotlin_metadata
kotlin/collections/collections.kotlin_builtins
kotlin/comparisons/ComparisonsKt.kotlin_metadata
kotlin/comparisons/NaturalOrderComparator.kotlin_metadata
kotlin/comparisons/ReverseOrderComparator.kotlin_metadata
kotlin/comparisons/ReversedComparator.kotlin_metadata
kotlin/contracts/CallsInPlace.kotlin_metadata
kotlin/contracts/ConditionalEffect.kotlin_metadata
kotlin/contracts/ContractBuilder.kotlin_metadata
kotlin/contracts/ContractBuilderKt.kotlin_metadata
kotlin/contracts/Effect.kotlin_metadata
kotlin/contracts/ExperimentalContracts.kotlin_metadata
kotlin/contracts/InvocationKind.kotlin_metadata
kotlin/contracts/Returns.kotlin_metadata
kotlin/contracts/ReturnsNotNull.kotlin_metadata
kotlin/contracts/SimpleEffect.kotlin_metadata
kotlin/coroutines/AbstractCoroutineContextElement.kotlin_metadata
kotlin/coroutines/CombinedContext.kotlin_metadata
kotlin/coroutines/Continuation.kotlin_metadata
kotlin/coroutines/ContinuationInterceptor.kotlin_metadata
kotlin/coroutines/ContinuationKt.kotlin_metadata
kotlin/coroutines/CoroutineContext.kotlin_metadata
kotlin/coroutines/EmptyCoroutineContext.kotlin_metadata
kotlin/coroutines/RestrictsSuspension.kotlin_metadata
kotlin/coroutines/SafeContinuation.kotlin_metadata
kotlin/coroutines/coroutines.kotlin_builtins
kotlin/coroutines/experimental/AbstractCoroutineContextElement.kotlin_metadata
kotlin/coroutines/experimental/CombinedContext.kotlin_metadata
kotlin/coroutines/experimental/Continuation.kotlin_metadata
kotlin/coroutines/experimental/ContinuationInterceptor.kotlin_metadata
kotlin/coroutines/experimental/CoroutineContext.kotlin_metadata
kotlin/coroutines/experimental/CoroutinesLibraryKt.kotlin_metadata
kotlin/coroutines/experimental/EmptyCoroutineContext.kotlin_metadata
kotlin/coroutines/experimental/RestrictsSuspension.kotlin_metadata
kotlin/coroutines/experimental/SafeContinuation.kotlin_metadata
kotlin/coroutines/experimental/SequenceBuilder.kotlin_metadata
kotlin/coroutines/experimental/SequenceBuilderIterator.kotlin_metadata
kotlin/coroutines/experimental/SequenceBuilderKt.kotlin_metadata
kotlin/coroutines/experimental/intrinsics/CoroutinesIntrinsicsExperimentalHKt.kotlin_metadata
kotlin/coroutines/experimental/intrinsics/IntrinsicsKt.kotlin_metadata
kotlin/coroutines/intrinsics/CoroutineSingletons.kotlin_metadata
kotlin/coroutines/intrinsics/CoroutinesIntrinsicsHKt.kotlin_metadata
kotlin/coroutines/intrinsics/IntrinsicsKt.kotlin_metadata
kotlin/experimental/BitwiseOperationsKt.kotlin_metadata
kotlin/experimental/ExperimentalTypeInference.kotlin_metadata
kotlin/internal/AccessibleLateinitPropertyLiteral.kotlin_metadata
kotlin/internal/ContractsDsl.kotlin_metadata
kotlin/internal/DynamicExtension.kotlin_metadata
kotlin/internal/Exact.kotlin_metadata
kotlin/internal/HidesMembers.kotlin_metadata
kotlin/internal/InlineOnly.kotlin_metadata
kotlin/internal/LowPriorityInOverloadResolution.kotlin_metadata
kotlin/internal/NoInfer.kotlin_metadata
kotlin/internal/OnlyInputTypes.kotlin_metadata
kotlin/internal/RequireKotlin.kotlin_metadata
kotlin/internal/RequireKotlinVersionKind.kotlin_metadata
kotlin/internal/UProgressionUtilKt.kotlin_metadata
kotlin/internal/internal.kotlin_builtins
kotlin/io/IoHKt.kotlin_metadata
kotlin/io/Serializable.kotlin_metadata
kotlin/js/JsName.kotlin_metadata
kotlin/jvm/JvmField.kotlin_metadata
kotlin/jvm/JvmMultifileClass.kotlin_metadata
kotlin/jvm/JvmName.kotlin_metadata
kotlin/jvm/JvmOverloads.kotlin_metadata
kotlin/jvm/JvmPackageName.kotlin_metadata
kotlin/jvm/JvmStatic.kotlin_metadata
kotlin/jvm/JvmSuppressWildcards.kotlin_metadata
kotlin/jvm/JvmSynthetic.kotlin_metadata
kotlin/jvm/JvmWildcard.kotlin_metadata
kotlin/jvm/Strictfp.kotlin_metadata
kotlin/jvm/Synchronized.kotlin_metadata
kotlin/jvm/Transient.kotlin_metadata
kotlin/jvm/Volatile.kotlin_metadata
kotlin/kotlin.kotlin_builtins
kotlin/math/MathHKt.kotlin_metadata
kotlin/math/UMathKt.kotlin_metadata
kotlin/native/concurrent/SharedImmutable.kotlin_metadata
kotlin/native/concurrent/ThreadLocal.kotlin_metadata
kotlin/properties/Delegates.kotlin_metadata
kotlin/properties/NotNullVar.kotlin_metadata
kotlin/properties/ObservableProperty.kotlin_metadata
kotlin/properties/ReadOnlyProperty.kotlin_metadata
kotlin/properties/ReadWriteProperty.kotlin_metadata
kotlin/random/Random.kotlin_metadata
kotlin/random/RandomKt.kotlin_metadata
kotlin/random/URandomKt.kotlin_metadata
kotlin/random/XorWowRandom.kotlin_metadata
kotlin/ranges/ClosedDoubleRange.kotlin_metadata
kotlin/ranges/ClosedFloatingPointRange.kotlin_metadata
kotlin/ranges/ComparableRange.kotlin_metadata
kotlin/ranges/RangesKt.kotlin_metadata
kotlin/ranges/UIntProgression.kotlin_metadata
kotlin/ranges/UIntProgressionIterator.kotlin_metadata
kotlin/ranges/UIntRange.kotlin_metadata
kotlin/ranges/ULongProgression.kotlin_metadata
kotlin/ranges/ULongProgressionIterator.kotlin_metadata
kotlin/ranges/ULongRange.kotlin_metadata
kotlin/ranges/ranges.kotlin_builtins
kotlin/reflect/KCallable.kotlin_metadata
kotlin/reflect/KClass.kotlin_metadata
kotlin/reflect/KMutableProperty.kotlin_metadata
kotlin/reflect/KMutableProperty0.kotlin_metadata
kotlin/reflect/KMutableProperty1.kotlin_metadata
kotlin/reflect/KMutableProperty2.kotlin_metadata
kotlin/reflect/KProperty.kotlin_metadata
kotlin/reflect/KProperty0.kotlin_metadata
kotlin/reflect/KProperty1.kotlin_metadata
kotlin/reflect/KProperty2.kotlin_metadata
kotlin/reflect/TypeOfKt.kotlin_metadata
kotlin/reflect/reflect.kotlin_builtins
kotlin/sequences/ConstrainedOnceSequence.kotlin_metadata
kotlin/sequences/DistinctIterator.kotlin_metadata
kotlin/sequences/DistinctSequence.kotlin_metadata
kotlin/sequences/DropSequence.kotlin_metadata
kotlin/sequences/DropTakeSequence.kotlin_metadata
kotlin/sequences/DropWhileSequence.kotlin_metadata
kotlin/sequences/EmptySequence.kotlin_metadata
kotlin/sequences/FilteringSequence.kotlin_metadata
kotlin/sequences/FlatteningSequence.kotlin_metadata
kotlin/sequences/GeneratorSequence.kotlin_metadata
kotlin/sequences/IndexingSequence.kotlin_metadata
kotlin/sequences/MergingSequence.kotlin_metadata
kotlin/sequences/Sequence.kotlin_metadata
kotlin/sequences/SequenceBuilderIterator.kotlin_metadata
kotlin/sequences/SequenceBuilderKt.kotlin_metadata
kotlin/sequences/SequenceScope.kotlin_metadata
kotlin/sequences/SequencesKt.kotlin_metadata
kotlin/sequences/SubSequence.kotlin_metadata
kotlin/sequences/TakeSequence.kotlin_metadata
kotlin/sequences/TakeWhileSequence.kotlin_metadata
kotlin/sequences/TransformingIndexedSequence.kotlin_metadata
kotlin/sequences/TransformingSequence.kotlin_metadata
kotlin/text/Appendable.kotlin_metadata
kotlin/text/CharKt.kotlin_metadata
kotlin/text/CharacterCodingException.kotlin_metadata
kotlin/text/DelimitedRangesSequence.kotlin_metadata
kotlin/text/IndentKt.kotlin_metadata
kotlin/text/MatchGroup.kotlin_metadata
kotlin/text/MatchGroupCollection.kotlin_metadata
kotlin/text/MatchNamedGroupCollection.kotlin_metadata
kotlin/text/MatchResult.kotlin_metadata
kotlin/text/Regex.kotlin_metadata
kotlin/text/RegexExtensionsKt.kotlin_metadata
kotlin/text/RegexOption.kotlin_metadata
kotlin/text/StringBuilder.kotlin_metadata
kotlin/text/StringBuilderKt.kotlin_metadata
kotlin/text/StringNumberConversionsKt.kotlin_metadata
kotlin/text/StringsKt.kotlin_metadata
kotlin/text/TextHKt.kotlin_metadata
kotlin/text/Typography.kotlin_metadata
kotlin/text/UStringsKt.kotlin_metadata
kotlin/time/AbstractDoubleClock.kotlin_metadata
kotlin/time/AbstractLongClock.kotlin_metadata
kotlin/time/AdjustedClockMark.kotlin_metadata
kotlin/time/Clock.kotlin_metadata
kotlin/time/ClockKt.kotlin_metadata
kotlin/time/ClockMark.kotlin_metadata
kotlin/time/Duration.kotlin_metadata
kotlin/time/DurationKt.kotlin_metadata
kotlin/time/DurationUnit.kotlin_metadata
kotlin/time/DurationUnitKt.kotlin_metadata
kotlin/time/ExperimentalTime.kotlin_metadata
kotlin/time/MeasureTimeKt.kotlin_metadata
kotlin/time/MonoClock.kotlin_metadata
kotlin/time/TestClock.kotlin_metadata
kotlin/time/TimedValue.kotlin_metadata
lib/arm64-v8a/libBugly.so
lib/arm64-v8a/libbangcle_crypto_tool.so
lib/arm64-v8a/libencry-lib.so
lib/arm64-v8a/libencrypt.so
lib/arm64-v8a/libgifimage.so
lib/arm64-v8a/libimagepipeline.so
lib/arm64-v8a/libnative-filters.so
lib/arm64-v8a/libstatic-webp.so
lib/arm64-v8a/libweibosdkcore.so
okhttp3/internal/publicsuffix/NOTICE
okhttp3/internal/publicsuffix/publicsuffixes.gz
org/apache/http/client/version.properties
org/apache/http/version.properties
res/anim-v21/design_bottom_sheet_slide_in.xml
res/anim-v21/design_bottom_sheet_slide_out.xml
res/anim/abc_fade_in.xml
res/anim/abc_fade_out.xml
res/anim/abc_grow_fade_in_from_bottom.xml
res/anim/abc_popup_enter.xml
res/anim/abc_popup_exit.xml
res/anim/abc_shrink_fade_out_from_bottom.xml
res/anim/abc_slide_in_bottom.xml
res/anim/abc_slide_in_top.xml
res/anim/abc_slide_out_bottom.xml
res/anim/abc_slide_out_top.xml
res/anim/abc_tooltip_enter.xml
res/anim/abc_tooltip_exit.xml
res/anim/all_live_guide_enter.xml
res/anim/all_live_guide_exit.xml
res/anim/anim_daily_ad_jump.xml
res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml
res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml
res/anim/btn_checkbox_to_checked_icon_null_animation.xml
res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml
res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml
res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml
res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml
res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml
res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml
res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml
res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml
res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml
res/anim/design_snackbar_in.xml
res/anim/design_snackbar_out.xml
res/anim/dialog_fade_in.xml
res/anim/dialog_fade_out.xml
res/anim/fab_scale_down.xml
res/anim/fab_scale_up.xml
res/anim/fab_slide_in_from_left.xml
res/anim/fab_slide_in_from_right.xml
res/anim/fab_slide_out_to_left.xml
res/anim/fab_slide_out_to_right.xml
res/anim/no_animation.xml
res/anim/none_animation.xml
res/anim/splash_fade_in.xml
res/animator-v21/design_appbar_state_list_animator.xml
res/animator/design_fab_hide_motion_spec.xml
res/animator/design_fab_show_motion_spec.xml
res/animator/mtrl_btn_state_list_anim.xml
res/animator/mtrl_btn_unelevated_state_list_anim.xml
res/animator/mtrl_chip_state_list_anim.xml
res/animator/mtrl_fab_hide_motion_spec.xml
res/animator/mtrl_fab_show_motion_spec.xml
res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml
res/animator/mtrl_fab_transformation_sheet_expand_spec.xml
res/animator/no_animator.xml
res/color-night-v8/color_dialog_btn.xml
res/color-night-v8/daily_track.xml
res/color-v21/abc_btn_colored_borderless_text_material.xml
res/color-v23/abc_btn_colored_borderless_text_material.xml
res/color-v23/abc_btn_colored_text_material.xml
res/color-v23/abc_color_highlight_material.xml
res/color-v23/abc_tint_btn_checkable.xml
res/color-v23/abc_tint_default.xml
res/color-v23/abc_tint_edittext.xml
res/color-v23/abc_tint_seek_thumb.xml
res/color-v23/abc_tint_spinner.xml
res/color-v23/abc_tint_switch_track.xml
res/color-v23/design_tint_password_toggle.xml
res/color/abc_background_cache_hint_selector_material_dark.xml
res/color/abc_background_cache_hint_selector_material_light.xml
res/color/abc_btn_colored_text_material.xml
res/color/abc_hint_foreground_material_dark.xml
res/color/abc_hint_foreground_material_light.xml
res/color/abc_primary_text_disable_only_material_dark.xml
res/color/abc_primary_text_disable_only_material_light.xml
res/color/abc_primary_text_material_dark.xml
res/color/abc_primary_text_material_light.xml
res/color/abc_search_url_text.xml
res/color/abc_secondary_text_material_dark.xml
res/color/abc_secondary_text_material_light.xml
res/color/abc_tint_btn_checkable.xml
res/color/abc_tint_default.xml
res/color/abc_tint_edittext.xml
res/color/abc_tint_seek_thumb.xml
res/color/abc_tint_spinner.xml
res/color/abc_tint_switch_track.xml
res/color/color_dialog_btn.xml
res/color/color_tab_state.xml
res/color/daily_track.xml
res/color/design_error.xml
res/color/design_tint_password_toggle.xml
res/color/infinity_record_panel_delete_color_switcher.xml
res/color/infinity_record_panel_send_color_switcher.xml
res/color/mtrl_bottom_nav_colored_item_tint.xml
res/color/mtrl_bottom_nav_item_tint.xml
res/color/mtrl_btn_bg_color_selector.xml
res/color/mtrl_btn_ripple_color.xml
res/color/mtrl_btn_stroke_color_selector.xml
res/color/mtrl_btn_text_btn_ripple_color.xml
res/color/mtrl_btn_text_color_selector.xml
res/color/mtrl_chip_background_color.xml
res/color/mtrl_chip_close_icon_tint.xml
res/color/mtrl_chip_ripple_color.xml
res/color/mtrl_chip_text_color.xml
res/color/mtrl_fab_ripple_color.xml
res/color/mtrl_tabs_colored_ripple_color.xml
res/color/mtrl_tabs_icon_color_selector.xml
res/color/mtrl_tabs_icon_color_selector_colored.xml
res/color/mtrl_tabs_legacy_text_color_selector.xml
res/color/mtrl_tabs_ripple_color.xml
res/color/mtrl_text_btn_text_color_selector.xml
res/color/selector_text_primary_dark.xml
res/color/selector_text_primary_light.xml
res/color/selector_text_secondary_light.xml
res/color/switch_thumb_material_dark.xml
res/color/switch_thumb_material_light.xml
res/color/text_color_conversation_snippet_dark.xml
res/color/text_color_conversation_snippet_light.xml
res/color/text_color_primary_selectable_dark.xml
res/color/text_color_primary_selectable_light.xml
res/color/text_color_secondary_selectable_dark.xml
res/color/text_follow_middle_light.xml
res/color/text_follow_strong_light.xml
res/color/text_follow_weak_light.xml
res/color/text_live_reply_selector_dark.xml
res/color/text_live_reply_selector_light.xml
res/drawable-anydpi-v21/design_ic_visibility.xml
res/drawable-anydpi-v21/design_ic_visibility_off.xml
res/drawable-anydpi-v21/ic_arrow_down_24dp.xml
res/drawable-anydpi-v24/ic_forward.xml
res/drawable-anydpi-v24/ic_share_new_link.xml
res/drawable-anydpi-v24/ic_share_new_moment.xml
res/drawable-anydpi-v24/ic_share_new_more.xml
res/drawable-anydpi-v24/ic_zhihu_message.xml
res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_star_black_16dp.png
res/drawable-hdpi-v4/abc_ic_star_black_36dp.png
res/drawable-hdpi-v4/abc_ic_star_black_48dp.png
res/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_list_focused_holo.9.png
res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-hdpi-v4/account_avatar.png
res/drawable-hdpi-v4/design_ic_visibility.png
res/drawable-hdpi-v4/design_ic_visibility_off.png
res/drawable-hdpi-v4/ic_arrow_down_24dp.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/push_icon.png
res/drawable-hdpi-v4/za_notify_small_icon.png
res/drawable-ldpi-v4/ic_arrow_down_24dp.png
res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_star_black_16dp.png
res/drawable-mdpi-v4/abc_ic_star_black_36dp.png
res/drawable-mdpi-v4/abc_ic_star_black_48dp.png
res/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_list_focused_holo.9.png
res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-mdpi-v4/account_avatar.png
res/drawable-mdpi-v4/design_ic_visibility.png
res/drawable-mdpi-v4/design_ic_visibility_off.png
res/drawable-mdpi-v4/ic_arrow_down_24dp.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/push_icon.png
res/drawable-mdpi-v4/za_notify_small_icon.png
res/drawable-night-v8/bg_live_detail_alert_light.xml
res/drawable-night-v8/bg_live_gift_count.xml
res/drawable-night-v8/bg_live_gift_count_error.xml
res/drawable-night-v8/bg_toolbar_global_search_light.xml
res/drawable-night-v8/bg_toolbar_global_search_light_half_full.xml
res/drawable-night-v8/bg_toolbar_global_search_light_half_full_overlay.xml
res/drawable-night-v8/bg_toolbar_global_search_overlay_light.xml
res/drawable-night-v8/roundrect_highlight_2dp_stroke_drawable_light.xml
res/drawable-night-xhdpi-v8/ic_feed_livebanner_cardbg_light.9.png
res/drawable-night-xxhdpi-v8/bg_book_l_light.webp
res/drawable-night-xxhdpi-v8/ic_badge_blue_14_strock.webp
res/drawable-night-xxhdpi-v8/ic_badge_both_14_strock.webp
res/drawable-night-xxhdpi-v8/ic_badge_yellow_14_strock.webp
res/drawable-night-xxhdpi-v8/ic_empty_light_123.webp
res/drawable-night-xxhdpi-v8/ic_error_light_117.webp
res/drawable-night-xxhdpi-v8/ic_feed_livebanner_cardbg_light.9.png
res/drawable-night-xxhdpi-v8/ic_long_share_weibo.webp
res/drawable-night-xxhdpi-v8/ic_rating_cell_halfstar.webp
res/drawable-night-xxhdpi-v8/ic_rating_cell_nostar.webp
res/drawable-night-xxhdpi-v8/ic_rating_cell_onestar.webp
res/drawable-night-xxhdpi-v8/ic_vote_thumb_grey.webp
res/drawable-night-xxhdpi-v8/ic_vote_thumb_white.webp
res/drawable-night-xxhdpi-v8/ic_zhfeed_voice_audition.webp
res/drawable-night-xxhdpi-v8/ic_zhfeed_voice_play.webp
res/drawable-night-xxxhdpi-v8/ic_feed_livebanner_cardbg_light.9.png
res/drawable-nodpi-v4/img_live_detail_placeholder.webp
res/drawable-nodpi-v4/zhihu_logo_share_wechat.webp
res/drawable-v21/$avd_hide_password__0.xml
res/drawable-v21/$avd_hide_password__1.xml
res/drawable-v21/$avd_hide_password__2.xml
res/drawable-v21/$avd_show_password__0.xml
res/drawable-v21/$avd_show_password__1.xml
res/drawable-v21/$avd_show_password__2.xml
res/drawable-v21/abc_action_bar_item_background_material.xml
res/drawable-v21/abc_btn_colored_material.xml
res/drawable-v21/abc_dialog_material_background.xml
res/drawable-v21/abc_edit_text_material.xml
res/drawable-v21/abc_list_divider_material.xml
res/drawable-v21/apply_button_background.xml
res/drawable-v21/apply_button_background_night.xml
res/drawable-v21/avd_hide_password.xml
res/drawable-v21/avd_show_password.xml
res/drawable-v21/design_bottom_navigation_item_background.xml
res/drawable-v21/design_password_eye.xml
res/drawable-v21/ic_arrow_down_24dp.xml
res/drawable-v21/notification_action_background.xml
res/drawable-v21/picture_apply_button_background.xml
res/drawable-v21/picture_ripple_action_button.xml
res/drawable-v21/picture_ripple_circle.xml
res/drawable-v21/picture_ripple_rect.xml
res/drawable-v21/picture_tools_layout_background_ripple.xml
res/drawable-v21/preference_list_divider_material.xml
res/drawable-v23/abc_control_background_material.xml
res/drawable-v26/ic_shortcut_inbox_adaptive.xml
res/drawable-v26/ic_shortcut_live_adaptive.xml
res/drawable-v26/ic_shortcut_scan_adaptive.xml
res/drawable-v26/ic_shortcut_search_adaptive.xml
res/drawable-watch-v20/abc_dialog_material_background.xml
res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_star_black_16dp.png
res/drawable-xhdpi-v4/abc_ic_star_black_36dp.png
res/drawable-xhdpi-v4/abc_ic_star_black_48dp.png
res/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_list_focused_holo.9.png
res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-xhdpi-v4/account_avatar.png
res/drawable-xhdpi-v4/design_ic_visibility.png
res/drawable-xhdpi-v4/design_ic_visibility_off.png
res/drawable-xhdpi-v4/fab_add.webp
res/drawable-xhdpi-v4/ic_arrow_down_24dp.png
res/drawable-xhdpi-v4/ic_download.webp
res/drawable-xhdpi-v4/ic_feed_livebanner_cardbg_light.9.png
res/drawable-xhdpi-v4/ic_imageshare.webp
res/drawable-xhdpi-v4/ic_preview_radio_off.webp
res/drawable-xhdpi-v4/ic_preview_radio_on.webp
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-xhdpi-v4/push_icon.png
res/drawable-xhdpi-v4/za_notify_small_icon.png
res/drawable-xhdpi-v4/zhdaily_noti_pic_comment.webp
res/drawable-xhdpi-v4/zhdaily_noti_pic_comment_unread.webp
res/drawable-xhdpi-v4/zhdaily_noti_pic_like.webp
res/drawable-xhdpi-v4/zhdaily_noti_pic_like_unread.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_browser.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_link.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_more.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_qq.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_qqzone.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_sinaweibo.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_wechat.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_wechatcircle.webp
res/drawable-xhdpi-v4/zhdaily_share_logo_zhihu.webp
res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png
res/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png
res/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png
res/drawable-xxhdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-xxhdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-xxhdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/account_avatar.png
res/drawable-xxhdpi-v4/authorize_ic_launcher.webp
res/drawable-xxhdpi-v4/bg_book_l_light.webp
res/drawable-xxhdpi-v4/bg_book_sale.webp
res/drawable-xxhdpi-v4/design_ic_visibility.png
res/drawable-xxhdpi-v4/design_ic_visibility_off.png
res/drawable-xxhdpi-v4/fab_add.webp
res/drawable-xxhdpi-v4/ic_action_link.webp
res/drawable-xxhdpi-v4/ic_action_send.webp
res/drawable-xxhdpi-v4/ic_alert_success.webp
res/drawable-xxhdpi-v4/ic_arrow_back.webp
res/drawable-xxhdpi-v4/ic_arrow_down_24dp.png
res/drawable-xxhdpi-v4/ic_arrow_drop_down_white_24dp.png
res/drawable-xxhdpi-v4/ic_arrow_right.webp
res/drawable-xxhdpi-v4/ic_badge_blue_14.webp
res/drawable-xxhdpi-v4/ic_badge_blue_14_strock.webp
res/drawable-xxhdpi-v4/ic_badge_both_14_strock.webp
res/drawable-xxhdpi-v4/ic_badge_yellow_14.webp
res/drawable-xxhdpi-v4/ic_badge_yellow_14_strock.webp
res/drawable-xxhdpi-v4/ic_book_search.webp
res/drawable-xxhdpi-v4/ic_button_follow.webp
res/drawable-xxhdpi-v4/ic_button_followed.webp
res/drawable-xxhdpi-v4/ic_check_white_18dp.png
res/drawable-xxhdpi-v4/ic_clear.webp
res/drawable-xxhdpi-v4/ic_close_actioncard.webp
res/drawable-xxhdpi-v4/ic_comment_white_24dp.webp
res/drawable-xxhdpi-v4/ic_delete.webp
res/drawable-xxhdpi-v4/ic_empty_dracula.png
res/drawable-xxhdpi-v4/ic_empty_light_123.webp
res/drawable-xxhdpi-v4/ic_empty_zhihu.png
res/drawable-xxhdpi-v4/ic_error_light_117.webp
res/drawable-xxhdpi-v4/ic_feed_livebanner_cardbg_light.9.png
res/drawable-xxhdpi-v4/ic_file_download.webp
res/drawable-xxhdpi-v4/ic_forward.png
res/drawable-xxhdpi-v4/ic_gif.png
res/drawable-xxhdpi-v4/ic_gift_big.webp
res/drawable-xxhdpi-v4/ic_live_copylink.webp
res/drawable-xxhdpi-v4/ic_live_share_direction.webp
res/drawable-xxhdpi-v4/ic_live_share_wechat.webp
res/drawable-xxhdpi-v4/ic_live_share_wechatmoment.webp
res/drawable-xxhdpi-v4/ic_live_share_weibo.webp
res/drawable-xxhdpi-v4/ic_login_password.webp
res/drawable-xxhdpi-v4/ic_long_share_weibo.webp
res/drawable-xxhdpi-v4/ic_network_error.webp
res/drawable-xxhdpi-v4/ic_new.webp
res/drawable-xxhdpi-v4/ic_overflow.webp
res/drawable-xxhdpi-v4/ic_play_circle_outline_white_48dp.png
res/drawable-xxhdpi-v4/ic_plus.webp
res/drawable-xxhdpi-v4/ic_qq_login.webp
res/drawable-xxhdpi-v4/ic_rating_cell_halfstar.webp
res/drawable-xxhdpi-v4/ic_rating_cell_nostar.webp
res/drawable-xxhdpi-v4/ic_rating_cell_onestar.webp
res/drawable-xxhdpi-v4/ic_rating_star.webp
res/drawable-xxhdpi-v4/ic_rating_star_blank.webp
res/drawable-xxhdpi-v4/ic_rating_star_half.webp
res/drawable-xxhdpi-v4/ic_rating_star_line.webp
res/drawable-xxhdpi-v4/ic_search.webp
res/drawable-xxhdpi-v4/ic_share_new_link.png
res/drawable-xxhdpi-v4/ic_share_new_moment.png
res/drawable-xxhdpi-v4/ic_share_new_more.png
res/drawable-xxhdpi-v4/ic_share_wechat.webp
res/drawable-xxhdpi-v4/ic_share_wechatgroup.webp
res/drawable-xxhdpi-v4/ic_share_weibo.webp
res/drawable-xxhdpi-v4/ic_sina_login.webp
res/drawable-xxhdpi-v4/ic_social_share.webp
res/drawable-xxhdpi-v4/ic_splash_logo.png
res/drawable-xxhdpi-v4/ic_stat_notification.webp
res/drawable-xxhdpi-v4/ic_subtract.webp
res/drawable-xxhdpi-v4/ic_toast_arrow_up.webp
res/drawable-xxhdpi-v4/ic_video_play_community.webp
res/drawable-xxhdpi-v4/ic_video_play_small_community.webp
res/drawable-xxhdpi-v4/ic_vote_thumb_grey.webp
res/drawable-xxhdpi-v4/ic_vote_thumb_white.webp
res/drawable-xxhdpi-v4/ic_wechat_login.webp
res/drawable-xxhdpi-v4/ic_zhapp_qq.webp
res/drawable-xxhdpi-v4/ic_zhapp_wechat.webp
res/drawable-xxhdpi-v4/ic_zhapp_weibo.webp
res/drawable-xxhdpi-v4/ic_zhfeed_voice_audition.webp
res/drawable-xxhdpi-v4/ic_zhfeed_voice_play.webp
res/drawable-xxhdpi-v4/ic_zhihu_message.png
res/drawable-xxhdpi-v4/icon_all_live.webp
res/drawable-xxhdpi-v4/image_edit.webp
res/drawable-xxhdpi-v4/no_signal_96dp.webp
res/drawable-xxhdpi-v4/picture_ic_file_download.webp
res/drawable-xxhdpi-v4/picture_ic_social_share.webp
res/drawable-xxhdpi-v4/picture_navbar_close_normal.webp
res/drawable-xxhdpi-v4/picture_zhimage_16x9.webp
res/drawable-xxhdpi-v4/picture_zhimage_1x1.webp
res/drawable-xxhdpi-v4/picture_zhimage_3x4.webp
res/drawable-xxhdpi-v4/picture_zhimage_4x3.webp
res/drawable-xxhdpi-v4/picture_zhimage_9x16.webp
res/drawable-xxhdpi-v4/picture_zhimage_annotate.webp
res/drawable-xxhdpi-v4/picture_zhimage_arrow.webp
res/drawable-xxhdpi-v4/picture_zhimage_circle.webp
res/drawable-xxhdpi-v4/picture_zhimage_close.webp
res/drawable-xxhdpi-v4/picture_zhimage_collapse.webp
res/drawable-xxhdpi-v4/picture_zhimage_done.webp
res/drawable-xxhdpi-v4/picture_zhimage_edit.webp
res/drawable-xxhdpi-v4/picture_zhimage_free.webp
res/drawable-xxhdpi-v4/picture_zhimage_mosaic.webp
res/drawable-xxhdpi-v4/picture_zhimage_mosaic1.webp
res/drawable-xxhdpi-v4/picture_zhimage_mosaic2.webp
res/drawable-xxhdpi-v4/picture_zhimage_resize.webp
res/drawable-xxhdpi-v4/picture_zhimage_rotate.webp
res/drawable-xxhdpi-v4/picture_zhimage_select.webp
res/drawable-xxhdpi-v4/picture_zhimage_square.webp
res/drawable-xxhdpi-v4/picture_zhimage_undo.webp
res/drawable-xxhdpi-v4/picture_zhimage_unselect.webp
res/drawable-xxhdpi-v4/push_icon.png
res/drawable-xxhdpi-v4/sharecore_ic_retroaction_small_normal.webp
res/drawable-xxhdpi-v4/sharecore_ic_share_small_normal.webp
res/drawable-xxhdpi-v4/sharecore_ic_top_small_normal.webp
res/drawable-xxhdpi-v4/sharecore_ic_top_small_normal_dark.webp
res/drawable-xxhdpi-v4/structure_ic_back.webp
res/drawable-xxhdpi-v4/za_notify_small_icon.png
res/drawable-xxhdpi-v4/zhdaily_content_guide_arrow.webp
res/drawable-xxhdpi-v4/zhdaily_content_guide_hand.webp
res/drawable-xxhdpi-v4/zhdaily_noti_pic_comment.webp
res/drawable-xxhdpi-v4/zhdaily_noti_pic_comment_unread.webp
res/drawable-xxhdpi-v4/zhdaily_noti_pic_like.webp
res/drawable-xxhdpi-v4/zhdaily_noti_pic_like_unread.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_browser.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_link.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_more.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_qq.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_qqzone.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_sinaweibo.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_wechat.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_wechatcircle.webp
res/drawable-xxhdpi-v4/zhdaily_share_logo_zhihu.webp
res/drawable-xxhdpi-v4/zhihu_share_logo_small.webp
res/drawable-xxhdpi-v4/zhimage_select.webp
res/drawable-xxhdpi-v4/zhimage_unselect.webp
res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-xxxhdpi-v4/design_ic_visibility.png
res/drawable-xxxhdpi-v4/design_ic_visibility_off.png
res/drawable-xxxhdpi-v4/ic_arrow_down_24dp.png
res/drawable-xxxhdpi-v4/ic_download.webp
res/drawable-xxxhdpi-v4/ic_feed_livebanner_cardbg_light.9.png
res/drawable-xxxhdpi-v4/ic_imageshare.webp
res/drawable-xxxhdpi-v4/ic_photo_camera_white_24dp.png
res/drawable-xxxhdpi-v4/ic_splash_logo.png
res/drawable-xxxhdpi-v4/zhdaily_content_guide_arrow.webp
res/drawable-xxxhdpi-v4/zhdaily_content_guide_hand.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_browser.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_link.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_more.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_qq.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_qqzone.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_sinaweibo.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_wechat.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_wechatcircle.webp
res/drawable-xxxhdpi-v4/zhdaily_share_logo_zhihu.webp
res/drawable/abc_btn_borderless_material.xml
res/drawable/abc_btn_check_material.xml
res/drawable/abc_btn_check_material_anim.xml
res/drawable/abc_btn_default_mtrl_shape.xml
res/drawable/abc_btn_radio_material.xml
res/drawable/abc_btn_radio_material_anim.xml
res/drawable/abc_cab_background_internal_bg.xml
res/drawable/abc_cab_background_top_material.xml
res/drawable/abc_ic_ab_back_material.xml
res/drawable/abc_ic_arrow_drop_right_black_24dp.xml
res/drawable/abc_ic_clear_material.xml
res/drawable/abc_ic_go_search_api_material.xml
res/drawable/abc_ic_menu_overflow_material.xml
res/drawable/abc_ic_search_api_material.xml
res/drawable/abc_ic_voice_search_api_material.xml
res/drawable/abc_item_background_holo_dark.xml
res/drawable/abc_item_background_holo_light.xml
res/drawable/abc_list_selector_background_transition_holo_dark.xml
res/drawable/abc_list_selector_background_transition_holo_light.xml
res/drawable/abc_list_selector_holo_dark.xml
res/drawable/abc_list_selector_holo_light.xml
res/drawable/abc_ratingbar_indicator_material.xml
res/drawable/abc_ratingbar_material.xml
res/drawable/abc_ratingbar_small_material.xml
res/drawable/abc_seekbar_thumb_material.xml
res/drawable/abc_seekbar_tick_mark_material.xml
res/drawable/abc_seekbar_track_material.xml
res/drawable/abc_spinner_textfield_background_material.xml
res/drawable/abc_switch_thumb_material.xml
res/drawable/abc_tab_indicator_material.xml
res/drawable/abc_text_cursor_material.xml
res/drawable/abc_textfield_search_material.xml
res/drawable/abc_vector_test.xml
res/drawable/background_badges_know_more.xml
res/drawable/bg_btn_empty_stroke_light.xml
res/drawable/bg_btn_guide_enter_active.xml
res/drawable/bg_btn_guide_enter_normal.xml
res/drawable/bg_btn_login_btn_active.xml
res/drawable/bg_btn_submit_disable.xml
res/drawable/bg_ebook_store_cover.xml
res/drawable/bg_follow_middle_light.xml
res/drawable/bg_follow_strong_light.xml
res/drawable/bg_follow_weak_light.xml
res/drawable/bg_live_business_r2dp.xml
res/drawable/bg_live_detail_alert_light.xml
res/drawable/bg_live_gift_count.xml
res/drawable/bg_live_gift_count_default.xml
res/drawable/bg_live_gift_count_default_dark.xml
res/drawable/bg_live_gift_count_error.xml
res/drawable/bg_live_gift_count_focus.xml
res/drawable/bg_live_gift_count_focus_dark.xml
res/drawable/bg_live_rating_tag_selector_light.xml
res/drawable/bg_toolbar_global_search_light.xml
res/drawable/bg_toolbar_global_search_light_half_full.xml
res/drawable/bg_toolbar_global_search_light_half_full_overlay.xml
res/drawable/bg_toolbar_global_search_overlay_light.xml
res/drawable/bg_unregister_confirm_btn.xml
res/drawable/bg_unregister_confirm_btn_disable.xml
res/drawable/bg_unregister_confirm_btn_enable.xml
res/drawable/bottom_sheet_background.xml
res/drawable/btn_background.xml
res/drawable/btn_checkbox_checked_mtrl.xml
res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml
res/drawable/btn_checkbox_unchecked_mtrl.xml
res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml
res/drawable/btn_radio_off_mtrl.xml
res/drawable/btn_radio_off_to_on_mtrl_animation.xml
res/drawable/btn_radio_on_mtrl.xml
res/drawable/btn_radio_on_to_off_mtrl_animation.xml
res/drawable/cursor_drawable.xml
res/drawable/daily_image_mask_background.xml
res/drawable/daily_image_mask_background_round.xml
res/drawable/design_fab_background.xml
res/drawable/design_snackbar_background.xml
res/drawable/dialog_background_dark.xml
res/drawable/dialog_btn_accept_text_color_light.xml
res/drawable/epic_apply_button_background.xml
res/drawable/epic_cursor.xml
res/drawable/epic_dialog_bg.xml
res/drawable/epic_dialog_negative_btn_bg.xml
res/drawable/epic_dialog_positive_btn_bg.xml
res/drawable/epic_message_background.xml
res/drawable/epic_notification_dot.xml
res/drawable/epic_panel_background.xml
res/drawable/epic_ripple_card.xml
res/drawable/epic_ripple_round_button.xml
res/drawable/epic_ripple_round_button_gray.xml
res/drawable/ic_arrow_back.xml
res/drawable/ic_launcher_foreground.xml
res/drawable/ic_mtrl_chip_checked_black.xml
res/drawable/ic_mtrl_chip_checked_circle.xml
res/drawable/ic_mtrl_chip_close_circle.xml
res/drawable/ic_share_new_qq.xml
res/drawable/ic_share_new_qzone.xml
res/drawable/ic_share_new_wechat.xml
res/drawable/ic_share_new_weibo.xml
res/drawable/ic_zhdaily_comment_ic_arrow_up.xml
res/drawable/ic_zhdaily_comment_ic_like.xml
res/drawable/ic_zhdaily_comment_ic_like_highlight.xml
res/drawable/ic_zhdaily_comment_ic_more.xml
res/drawable/ic_zhdaily_comment_ic_reply.xml
res/drawable/ic_zhdaily_content_ic_collect.xml
res/drawable/ic_zhdaily_content_ic_collect_highlight.xml
res/drawable/ic_zhdaily_content_ic_comment.xml
res/drawable/ic_zhdaily_content_ic_like.xml
res/drawable/ic_zhdaily_content_ic_like_highlight.xml
res/drawable/ic_zhdaily_content_ic_share.xml
res/drawable/ic_zhdaily_content_placeholder.xml
res/drawable/ic_zhdaily_ic_arrow_back.xml
res/drawable/ic_zhdaily_ic_arrow_right.xml
res/drawable/ic_zhdaily_ic_close.xml
res/drawable/ic_zhdaily_mine_ic_brightmode.xml
res/drawable/ic_zhdaily_mine_ic_camera.xml
res/drawable/ic_zhdaily_mine_ic_darkmode.xml
res/drawable/ic_zhdaily_mine_ic_edit.xml
res/drawable/ic_zhdaily_mine_ic_setting.xml
res/drawable/image_mask.xml
res/drawable/live_toast_bg_light.xml
res/drawable/mask.xml
res/drawable/mask_background.xml
res/drawable/mixtape_artwork_mask.xml
res/drawable/mtrl_snackbar_background.xml
res/drawable/mtrl_tabs_default_indicator.xml
res/drawable/navigation_empty_icon.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/original_radio_button_icon.xml
res/drawable/picture_dark_border.xml
res/drawable/picture_tools_layout_background.xml
res/drawable/privacy_button_negative.xml
res/drawable/privacy_button_negative_dark.xml
res/drawable/privacy_button_positive.xml
res/drawable/privacy_dialog_background.xml
res/drawable/privacy_dialog_background_dark.xml
res/drawable/report_item_decoration.xml
res/drawable/roundrect_grey_corners_stroke_light.xml
res/drawable/roundrect_highlight_2dp_stroke_drawable_light.xml
res/drawable/sharecore_floating_background.xml
res/drawable/sharecore_floating_background_loading.xml
res/drawable/sharecore_panel_background.xml
res/drawable/tooltip_frame_dark.xml
res/drawable/tooltip_frame_light.xml
res/drawable/transparent.xml
res/drawable/zhapp_icon_checkbox.xml
res/drawable/zhapp_icon_checkbox_checked.xml
res/drawable/zhapp_icon_checkbox_uncheck.xml
res/font/alata_regular_number.ttf
res/interpolator-v21/mtrl_fast_out_linear_in.xml
res/interpolator-v21/mtrl_fast_out_slow_in.xml
res/interpolator-v21/mtrl_linear_out_slow_in.xml
res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml
res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml
res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml
res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml
res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml
res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml
res/interpolator/fast_out_slow_in.xml
res/interpolator/mtrl_linear.xml
res/layout-sw600dp-v13/design_layout_snackbar.xml
res/layout-sw600dp-v13/mtrl_layout_snackbar.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-v21/preference_category_material.xml
res/layout-v21/preference_dropdown_material.xml
res/layout-v21/preference_information_material.xml
res/layout-v21/preference_material.xml
res/layout-v21/preference_widget_seekbar_material.xml
res/layout-v22/abc_alert_dialog_button_bar_material.xml
res/layout-v22/activity_account_unregister.xml
res/layout-v22/activity_privacy.xml
res/layout-v22/epic_layout_bind_phone_input_number.xml
res/layout-v26/abc_screen_toolbar.xml
res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml
res/layout-watch-v20/abc_alert_dialog_title_material.xml
res/layout/abc_action_bar_title_item.xml
res/layout/abc_action_bar_up_container.xml
res/layout/abc_action_menu_item_layout.xml
res/layout/abc_action_menu_layout.xml
res/layout/abc_action_mode_bar.xml
res/layout/abc_action_mode_close_item_material.xml
res/layout/abc_activity_chooser_view.xml
res/layout/abc_activity_chooser_view_list_item.xml
res/layout/abc_alert_dialog_button_bar_material.xml
res/layout/abc_alert_dialog_material.xml
res/layout/abc_alert_dialog_title_material.xml
res/layout/abc_cascading_menu_item_layout.xml
res/layout/abc_dialog_title_material.xml
res/layout/abc_expanded_menu_layout.xml
res/layout/abc_list_menu_item_checkbox.xml
res/layout/abc_list_menu_item_icon.xml
res/layout/abc_list_menu_item_layout.xml
res/layout/abc_list_menu_item_radio.xml
res/layout/abc_popup_menu_header_item_layout.xml
res/layout/abc_popup_menu_item_layout.xml
res/layout/abc_screen_content_include.xml
res/layout/abc_screen_simple.xml
res/layout/abc_screen_simple_overlay_action_mode.xml
res/layout/abc_screen_toolbar.xml
res/layout/abc_search_dropdown_item_icons_2line.xml
res/layout/abc_search_view.xml
res/layout/abc_select_dialog_material.xml
res/layout/abc_tooltip.xml
res/layout/activity_account_unregister.xml
res/layout/activity_browser.xml
res/layout/activity_host.xml
res/layout/activity_matisse.xml
res/layout/activity_media_preview.xml
res/layout/activity_privacy.xml
res/layout/activity_privacy_dialog.xml
res/layout/activity_splash.xml
res/layout/album_list_item.xml
res/layout/authorize_activity_app_auth.xml
res/layout/authorize_activity_oauth_web.xml
res/layout/browser_actions_context_menu_page.xml
res/layout/browser_actions_context_menu_row.xml
res/layout/custom_dialog.xml
res/layout/design_bottom_navigation_item.xml
res/layout/design_bottom_sheet_dialog.xml
res/layout/design_layout_snackbar.xml
res/layout/design_layout_snackbar_include.xml
res/layout/design_layout_tab_icon.xml
res/layout/design_layout_tab_text.xml
res/layout/design_menu_item_action_area.xml
res/layout/design_navigation_item.xml
res/layout/design_navigation_item_header.xml
res/layout/design_navigation_item_separator.xml
res/layout/design_navigation_item_subheader.xml
res/layout/design_navigation_menu.xml
res/layout/design_navigation_menu_item.xml
res/layout/design_text_input_password_icon.xml
res/layout/epic_activity_debug_center.xml
res/layout/epic_activity_host.xml
res/layout/epic_content_swipe_hint.xml
res/layout/epic_daily_base_dialog_fragment.xml
res/layout/epic_fragment_about_zhihu_daily.xml
res/layout/epic_fragment_app_record.xml
res/layout/epic_fragment_bind_phone.xml
res/layout/epic_fragment_bottom_sheet_login.xml
res/layout/epic_fragment_comments_likes.xml
res/layout/epic_fragment_comments_list.xml
res/layout/epic_fragment_comments_replies.xml
res/layout/epic_fragment_commnet_edit.xml
res/layout/epic_fragment_content.xml
res/layout/epic_fragment_content_host.xml
res/layout/epic_fragment_home.xml
res/layout/epic_fragment_notifications.xml
res/layout/epic_fragment_profile.xml
res/layout/epic_fragment_settings.xml
res/layout/epic_fragment_settings_account_and_security.xml
res/layout/epic_fragment_settings_privacy.xml
res/layout/epic_fragment_settings_revert_auth.xml
res/layout/epic_fragment_story_list.xml
res/layout/epic_fragment_zone_code.xml
res/layout/epic_layout_banner.xml
res/layout/epic_layout_banner_item.xml
res/layout/epic_layout_bind_phone_input_code.xml
res/layout/epic_layout_bind_phone_input_number.xml
res/layout/epic_layout_comment.xml
res/layout/epic_layout_comment_header.xml
res/layout/epic_layout_content_bottom_bar.xml
res/layout/epic_layout_date.xml
res/layout/epic_layout_footer.xml
res/layout/epic_layout_home_title_bar.xml
res/layout/epic_layout_likes_item.xml
res/layout/epic_layout_login.xml
res/layout/epic_layout_notification_item.xml
res/layout/epic_layout_profile_button.xml
res/layout/epic_layout_region.xml
res/layout/epic_layout_settings_item.xml
res/layout/epic_layout_story.xml
res/layout/epic_layout_story_footer.xml
res/layout/epic_layout_title_bar.xml
res/layout/expand_button.xml
res/layout/flipboard_grid_sheet_view.xml
res/layout/flipboard_list_sheet_view.xml
res/layout/flipboard_sheet_grid_item.xml
res/layout/flipboard_sheet_list_item.xml
res/layout/flipboard_sheet_list_item_separator.xml
res/layout/flipboard_sheet_list_item_subheader.xml
res/layout/fragment_advance_paging.xml
res/layout/fragment_base_paging.xml
res/layout/fragment_bottom_sheet.xml
res/layout/fragment_fullscreen_loading.xml
res/layout/fragment_image_decor_share.xml
res/layout/fragment_media_selection.xml
res/layout/fragment_preview_item.xml
res/layout/fragment_share_bottom_sheet.xml
res/layout/fragment_share_long_img.xml
res/layout/layout_btn_progress.xml
res/layout/layout_btn_progress_container.xml
res/layout/layout_comment_title.xml
res/layout/layout_content_default.xml
res/layout/layout_cookie.xml
res/layout/layout_empty_retry.xml
res/layout/layout_privacy.xml
res/layout/layout_share_sheet.xml
res/layout/layout_tooltips.xml
res/layout/list_menu_item_checkbox.xml
res/layout/list_menu_item_radio.xml
res/layout/media_grid_content.xml
res/layout/media_grid_item.xml
res/layout/mtrl_layout_snackbar.xml
res/layout/mtrl_layout_snackbar_include.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_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/passport_layout_passcode_popup_window.xml
res/layout/passport_widget_passcode.xml
res/layout/photo_capture_item.xml
res/layout/picture_activity_image_clip.xml
res/layout/picture_activity_image_editor.xml
res/layout/picture_activity_images_viewer.xml
res/layout/picture_colors_layout.xml
res/layout/picture_editor_annotation_panel.xml
res/layout/picture_editor_bottom_layout.xml
res/layout/picture_editor_crop_button.xml
res/layout/picture_editor_crop_panel.xml
res/layout/picture_editor_pen_panel.xml
res/layout/picture_editor_tools_icon_layout.xml
res/layout/picture_fragment_editor_viewer.xml
res/layout/picture_fragment_images_viewer.xml
res/layout/picture_fragment_images_viewer_item.xml
res/layout/picture_image_action_bottomsheet_dialog.xml
res/layout/picture_loading_dialog.xml
res/layout/popup_sprite.xml
res/layout/preference.xml
res/layout/preference_category.xml
res/layout/preference_dialog_edittext.xml
res/layout/preference_dropdown.xml
res/layout/preference_information.xml
res/layout/preference_list_fragment.xml
res/layout/preference_recyclerview.xml
res/layout/preference_refreshable_list_fragment.xml
res/layout/preference_widget_checkbox.xml
res/layout/preference_widget_radio.xml
res/layout/preference_widget_seekbar.xml
res/layout/preference_widget_switch.xml
res/layout/preference_widget_switch_compat.xml
res/layout/rating_stars_view.xml
res/layout/recycler_item_empty.xml
res/layout/recycler_item_error_card.xml
res/layout/recycler_item_no_more_content.xml
res/layout/recycler_item_progress.xml
res/layout/recycler_item_space.xml
res/layout/recycler_item_space_by_width.xml
res/layout/refreshable_recycler_view.xml
res/layout/report_activity_layout.xml
res/layout/report_cell_layout.xml
res/layout/select_dialog_item_material.xml
res/layout/select_dialog_multichoice_material.xml
res/layout/select_dialog_singlechoice_material.xml
res/layout/share_long_img_item.xml
res/layout/sharecore_activity_host.xml
res/layout/sharecore_default_footer_layout.xml
res/layout/sharecore_floating_view.xml
res/layout/sharecore_grid_new_item.xml
res/layout/support_simple_spinner_dropdown_item.xml
res/layout/system_bar_container.xml
res/layout/tab_primary.xml
res/menu/menu_comment.xml
res/menu/report_activity_menu.xml
res/mipmap-anydpi-v26/ic_launcher.xml
res/mipmap-anydpi-v26/ic_launcher_round.xml
res/mipmap-xhdpi-v4/ic_launcher.png
res/mipmap-xhdpi-v4/ic_launcher_round.png
res/mipmap-xxhdpi-v4/ic_launcher.png
res/mipmap-xxhdpi-v4/ic_launcher_round.png
res/mipmap-xxhdpi-v4/ic_launcher_zhihu.webp
res/mipmap-xxhdpi-v4/ic_share_to_message.webp
res/mipmap-xxhdpi-v4/ic_shortcut_explore.webp
res/mipmap-xxhdpi-v4/ic_shortcut_inbox.webp
res/mipmap-xxhdpi-v4/ic_shortcut_inbox_adaptive_foreground.webp
res/mipmap-xxhdpi-v4/ic_shortcut_live.webp
res/mipmap-xxhdpi-v4/ic_shortcut_live_adaptive_foreground.webp
res/mipmap-xxhdpi-v4/ic_shortcut_scan.webp
res/mipmap-xxhdpi-v4/ic_shortcut_scan_adaptive_foreground.webp
res/mipmap-xxhdpi-v4/ic_shortcut_search.webp
res/mipmap-xxhdpi-v4/ic_shortcut_search_adaptive_foreground.webp
res/mipmap-xxxhdpi-v4/ic_launcher.png
res/mipmap-xxxhdpi-v4/ic_launcher_round.png
res/raw/tricker.so
res/xml/file_paths.xml
res/xml/file_share_path.xml
res/xml/network_security_config.xml
res/xml/settings.xml
resources.arsc

污点分析

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