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

APP评分

病毒检测 文件安全

安全评分

文件信息

文件名称 app.huntegro v1.12.apk
文件大小 8.9MB
MD5 6462d940896d1bb8316461e229146747
SHA1 1a3ce4d87b96d02478d0b51c3651484f89b5d9e4
SHA256 a8d041f6b3e35db37263cec66a655b9d5d60cb7303cabad0e2edc41c7a541075

应用信息

应用名称 Huntegro
包名 app.huntegro
主活动 app.huntegro.MainActivity
目标SDK 30     最小SDK 22
版本号 1.12     子版本号 13
加固信息 未加壳

组件导出信息

扫描选项

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

反编译代码

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

证书信息

二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: True
v4 签名: False
主题: C=US, ST=California, L=Mountain View, O=Google Inc., OU=Android, CN=Android
签名算法: rsassa_pkcs1v15
有效期自: 2021-03-29 14:12:16+00:00
有效期至: 2051-03-29 14:12:16+00:00
发行人: C=US, ST=California, L=Mountain View, O=Google Inc., OU=Android, CN=Android
序列号: 0x9e247fcd2ca1297faa7b59f78d818f5c02debdba
哈希算法: sha256
证书MD5: fa80c81a7722b8beb1135ddae6479725
证书SHA1: b9b5d93fc6642c7f820d336b78db2f7ceb7788d0
证书SHA256: c54d7b5966099f68415da2b8502da5963059432c5a3554ef36b5f9f85e3caf42
证书SHA512: 7864f80dcc689f6fb215c6c049cee96a9a2bbf31b9606661b231d16741bb1ed309c513aa8b00b67f2ea8b3a554063f20b59a2c889b5cbbcb6f5f01cdc5164fa4
公钥算法: rsa
密钥长度: 4096
指纹: d4949ac679749c1e89e2855143dccdfcb42d1caa196eb22f7a70a1f3f623c6c6
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
com.android.vending.BILLING 普通 应用程序具有应用内购买 允许应用程序从 Google Play 进行应用内购买。
android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
android.permission.WAKE_LOCK 危险 防止手机休眠 允许应用程序防止手机休眠,在手机屏幕关闭后后台进程仍然运行。
android.permission.FOREGROUND_SERVICE 普通 创建前台Service Android 9.0以上允许常规应用程序使用 Service.startForeground,用于podcast播放(推送悬浮播放,锁屏播放)
android.permission.WRITE_EXTERNAL_STORAGE 危险 读取/修改/删除外部存储内容 允许应用程序写入外部存储。
android.permission.READ_EXTERNAL_STORAGE 危险 读取SD卡内容 允许应用程序从SD卡读取信息。
com.google.android.c2dm.permission.RECEIVE 普通 接收推送通知 允许应用程序接收来自云的推送通知。
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE 普通 Google 定义的权限 由 Google 定义的自定义权限。

证书分析

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

MANIFEST分析

高危
0
警告
4
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序可以安装在有漏洞的已更新 Android 版本上
Android 5.1-5.1.1, [minSdk=22]
信息 该应用程序可以安装在具有多个未修复漏洞的旧版本 Android 上。这些设备不会从 Google 接收合理的安全更新。支持 Android 版本 => 10、API 29 以接收合理的安全更新。
2 应用程序已启用明文网络流量
[android:usesCleartextTraffic=true]
警告 应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。
3 应用程序数据可以被备份
[android:allowBackup=true]
警告 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
4 Activity (app.huntegro.LoginActivity) 未被保护。
[android:exported=true]
警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
5 Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) 受权限保护, 但是应该检查权限的保护级别。
Permission: com.google.android.c2dm.permission.SEND
[android:exported=true]
警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。

可浏览的ACTIVITIES

ACTIVITY INTENT

网络安全配置

序号 范围 严重级别 描述

API调用分析

API功能 源码文件
一般功能-> 获取系统服务(getSystemService)
加密解密-> Crypto加解密组件
组件-> 启动 Activity
一般功能-> 文件操作
一般功能-> IPC通信
网络通信-> WebView JavaScript接口 app/huntegro/WelcomeActivity.java
app/huntegro/dashboard/Payment.java
网络通信-> WebView 相关 app/huntegro/WelcomeActivity.java
app/huntegro/dashboard/Payment.java
隐私数据-> 剪贴板数据读写操作 app/huntegro/dashboard/Promotions.java
进程操作-> 获取运行的进程\服务 app/huntegro/Dashboard.java
app/huntegro/Services/StoryHidersService.java
app/huntegro/Services/StoryHidersServiceWithSocket.java
网络通信-> Volley Connection
加密解密-> 信息摘要算法
io/jsonwebtoken/impl/crypto/MacValidator.java
io/jsonwebtoken/impl/crypto/RsaSignatureValidator.java
jp/wasabeef/glide/transformations/BitmapTransformation.java
jp/wasabeef/glide/transformations/BlurTransformation.java
jp/wasabeef/glide/transformations/ColorFilterTransformation.java
jp/wasabeef/glide/transformations/CropCircleTransformation.java
jp/wasabeef/glide/transformations/CropCircleWithBorderTransformation.java
jp/wasabeef/glide/transformations/CropSquareTransformation.java
jp/wasabeef/glide/transformations/CropTransformation.java
jp/wasabeef/glide/transformations/GrayscaleTransformation.java
jp/wasabeef/glide/transformations/MaskTransformation.java
jp/wasabeef/glide/transformations/RoundedCornersTransformation.java
jp/wasabeef/glide/transformations/gpu/BrightnessFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/ContrastFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/GPUFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/InvertFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/KuwaharaFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/PixelationFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/SepiaFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/SketchFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/SwirlFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/ToonFilterTransformation.java
jp/wasabeef/glide/transformations/gpu/VignetteFilterTransformation.java
组件-> 启动 Service app/huntegro/Dashboard.java
app/huntegro/dashboard/SelectFollowListStoryHidersFragment.java
网络通信-> OkHttpClient Connection io/socket/engineio/client/transports/PollingXHR.java
io/socket/engineio/client/transports/WebSocket.java
一般功能-> Android通知 app/huntegro/Services/StoryHidersServiceWithSocket.java
app/huntegro/firebase/MyFirebaseMessagingService.java
调用java反射机制 com/github/appintro/internal/AppIntroViewPager.java
io/jsonwebtoken/lang/Classes.java
DEX-> 动态加载 io/jsonwebtoken/lang/Classes.java

源代码分析

高危
0
警告
3
信息
2
安全
1
屏蔽
0
序号 问题 等级 参考标准 文件位置 操作
1 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3
2 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 信息
OWASP MASVS: MSTG-STORAGE-10
app/huntegro/dashboard/Promotions.java
3 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-6
app/huntegro/Services/StoryHidersService.java
4 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 警告 CWE: CWE-312: 明文存储敏感信息
OWASP Top 10: M9: Reverse Engineering
OWASP MASVS: MSTG-STORAGE-14
io/jsonwebtoken/JwsHeader.java
5 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 安全
OWASP MASVS: MSTG-NETWORK-4
app/huntegro/Dashboard.java
6 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 警告 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
app/huntegro/Services/BackendService.java

动态库分析

No Shared Objects found.
序号 动态库 NX(堆栈禁止执行) STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)

文件分析

序号 问题 文件

VIRUSTOTAL扫描

  检出率: 0 / 67       完整报告

滥用权限

恶意软件常用权限 1/30
android.permission.WAKE_LOCK
其它常用权限 7/46
android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
android.permission.FOREGROUND_SERVICE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.READ_EXTERNAL_STORAGE
com.google.android.c2dm.permission.RECEIVE
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE

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

IP地图

域名检测

域名 状态 中国境内 位置信息 解析
tools.ietf.org 安全
IP地址: 104.16.45.99
国家: 美利坚合众国
地区: 加利福尼亚
城市: 旧金山
查看: Google 地图





pagead2.googlesyndication.com 安全
IP地址: 172.217.12.130
国家: 美利坚合众国
地区: 弗吉尼亚州
城市: 杜勒斯
查看: Google 地图





goo.gl 安全
IP地址: 172.217.12.142
国家: 美利坚合众国
地区: 佛罗里达州
城市: 迈阿密
查看: Google 地图





app-measurement.com 安全
IP地址: 142.250.72.174
国家: 美利坚合众国
地区: 科罗拉多州
城市: 丹佛
查看: Google 地图





huntegro.co 安全
IP地址: 44.235.36.151
国家: 美利坚合众国
地区: 俄勒冈
城市: 博德曼
查看: Google 地图





google.com 安全
IP地址: 172.217.12.142
国家: 美利坚合众国
地区: 弗吉尼亚州
城市: 杜勒斯
查看: Google 地图





ip-api.com 安全
IP地址: 208.95.112.1
国家: 美利坚合众国
地区: 北卡罗来纳州
城市: Skyland
查看: Google 地图





app.huntegro.co 安全
IP地址: 44.235.36.151
国家: 美利坚合众国
地区: 俄勒冈
城市: 博德曼
查看: Google 地图





手机号码

网址

网址信息 源码文件
https://github.com/jwtk/jjwt#custom-json-processor
https://github.com/jwtk/jjwt#json-jackson-custom-types
io/jsonwebtoken/impl/DefaultClaims.java
https://i.instagram.com/api/v1/feed/user/
app/huntegro/dashboard/AnonymousStoryViewer.java
https://tools.ietf.org/html/rfc7518#section-3.2
https://tools.ietf.org/html/rfc7518#section-
https://tools.ietf.org/html/rfc7518#section-3.3
https://tools.ietf.org/html/rfc7518#section-3.4
io/jsonwebtoken/SignatureAlgorithm.java
http://ip-api.com/json
https://app.huntegro.co/api
http://192.168.1.68:
https://app.huntegro.co
app/huntegro/Services/Constants.java
https://tools.ietf.org/html/rfc7518#section-3.2
io/jsonwebtoken/security/Keys.java
https://i.instagram.com/api/v1/friendships/
app/huntegro/Services/BackendService.java
https://huntegro.co/terms-of-service
https://huntegro.co/privacy-policy
app/huntegro/dashboard/Settings.java
http://ip-api.com/json
https://%s/%s/%s
https://app.huntegro.co
https://app-measurement.com/a
https://google.com/search?
https://goo.gl/naoooi
https://pagead2.googlesyndication.com/pagead/gen_204?id=gmob-apps
https://github.com/vinc3m1/roundedimageview.git
https://github.com/vinc3m1
https://plus.google.com/
https://i.instagram.com/api/v1/friendships/
https://github.com/jwtk/jjwt#custom-json-processor
https://i.instagram.com/api/v1/feed/user/
https://tools.ietf.org/html/rfc7518#section-3.2
https://github.com/vinc3m1/roundedimageview
https://huntegro.co/privacy-policy
https://huntegro.co/terms-of-service
https://goo.gl/j1swqy
www.google.com
https://firebase.google.com/support/guides/disable-analytics
https://github.com/jwtk/jjwt#json-jackson-custom-types
https://firebase.google.com/support/privacy/init-options
https://www.google.com
https://tools.ietf.org/html/rfc7518#section-
https://tools.ietf.org/html/rfc7518#section-3.3
https://app.huntegro.co/api
https://tools.ietf.org/html/rfc7518#section-3.4
http://192.168.1.68:
自研引擎-S

FIREBASE实例

邮箱

EMAIL 源码文件
test@huntegro.co
app/huntegro/LoginActivity.java
test@huntegro.co
app/huntegro/WelcomeActivity.java
test@huntegro.co
huntegroteam@gmail.com
自研引擎-S

追踪器

名称 类别 网址
Google Firebase Analytics Analytics https://reports.exodus-privacy.eu.org/trackers/49

密钥凭证

已显示 24 个secrets
1、 "google_api_key" : "AIzaSyB-ou0yh8eLEJoU6DpqKKbsveznwgkYjGY"
2、 "google_crash_reporting_api_key" : "AIzaSyB-ou0yh8eLEJoU6DpqKKbsveznwgkYjGY"
3、 "library_roundedimageview_authorWebsite" : "https://github.com/vinc3m1"
4、 tgXRAswPw8mFS20XbLO5avtkbNdAurquTlSewulfpJE
5、 aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS93ZWIvc2VhcmNoL3RvcHNlYXJjaD9jb250ZXh0PWJsZW5kZWQmcXVlcnk9
6、 bkDez4LBrgvK6iLPt8TEmkjR5vOzfsUBSFj4uCVAi9M
7、 aHR0cHM6Ly9pLmluc3RhZ3JhbS5jb20vYXBpL3YxL2ZlZWQvcmVlbHNfbWVkaWEv
8、 aHR0cHM6Ly9pLmluc3RhZ3JhbS5jb20vYXBpL3YxL2ZyaWVuZHNoaXBzLw
9、 7TNGTihJKOscGb125wa3ihchWOsDOpPR40gAYti
10、 aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS8
11、 aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbQ
12、 9LZrKQDM4e3Yf99If41reibRGd7gFpxZBKbGoA7OBBs
13、 aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9hY2NvdW50cy9sb2dpbi8
14、 aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS93ZWIvc2VhcmNoL3JlY2VudF9zZWFyY2hlcy8
15、 eyJfaWQiOiI2MDQ3OWI1OTViMGUzYTM2ZmE0NDk3MTQiLCJpZCI6MTU3MDU2MzA4NiwidXNlcm5hbWUiOiJrZHJzdiIsImlhdCI6MTYxNTMwNTU2MX0
16、 mLB63wiKd8wggzDmOL4DUtXgQfucYMlydloPpMxZpFY
17、 aHR0cHM6Ly9pLmluc3RhZ3JhbS5jb20vYXBpL3YxL3VzZXJzLw
18、 16eZGVg3UfljZER791r2UoAownRzw05tyCXs
19、 G2gqv546tpRmpn9ftiJRFTKjvuka8Yw
20、 vZeGLMbDlUNPVidt0tmfMnJHE6MQQTVdCCDVukE
21、 SW5zdGFncmFtIDY2LjAuMC4xMS4xMDEgQW5kcm9pZCAoMjIvNS4xOyAyNDBkcGk7IDQ4MHg4NTQ7IExFTk9WTy9MZW5vdm87IExlbm92byBBMjAxMC1sOyBBMjAxMC1sOyBtdDY3MzU7IGVzX1VTOyAxMjcwNDkwMDMp
22、 aHR0cHM6Ly9pLmluc3RhZ3JhbS5jb20vYXBpL3YxL2ZlZWQvdXNlci8
23、 aHR0cHM6Ly93d3cuaW5zdGFncmFtLmNvbS9hY2NvdW50cy9lZGl0Lz9fX2E9MQ
24、 aHR0cHM6Ly9pLmluc3RhZ3JhbS5jb20vYXBpL3YxL2ZlZWQvcmVlbHNfdHJheQ

字符串列表

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

活动列表

已显示 7 个activities
1、 app.huntegro.LoginActivity
2、 app.huntegro.Dashboard
3、 app.huntegro.WelcomeActivity
4、 app.huntegro.IntroActivity
5、 app.huntegro.MainActivity
6、 com.android.billingclient.api.ProxyBillingActivity
7、 com.google.android.gms.common.api.GoogleApiActivity

服务列表

已显示 9 个services
1、 app.huntegro.Services.StoryHidersService
2、 app.huntegro.Services.StoryHidersServiceWithSocket
3、 app.huntegro.firebase.MyFirebaseMessagingService
4、 com.google.firebase.messaging.FirebaseMessagingService
5、 com.google.firebase.components.ComponentDiscoveryService
6、 com.google.android.datatransport.runtime.backends.TransportBackendDiscovery
7、 com.google.android.gms.measurement.AppMeasurementService
8、 com.google.android.gms.measurement.AppMeasurementJobService
9、 com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService

广播接收者列表

已显示 3 个receivers
1、 com.google.firebase.iid.FirebaseInstanceIdReceiver
2、 com.google.android.gms.measurement.AppMeasurementReceiver
3、 com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver

内容提供者列表

已显示 2 个providers
1、 com.squareup.picasso.PicassoProvider
2、 com.google.firebase.provider.FirebaseInitProvider

第三方SDK

SDK名称 开发者 描述信息
Google Play Billing Google Google Play 结算服务可让您在 Android 上销售数字内容。本文档介绍了 Google Play 结算服务解决方案的基本构建基块。要决定如何实现特定的 Google Play 结算服务解决方案,您必须了解这些构建基块。
Google Play Service Google 借助 Google Play 服务,您的应用可以利用由 Google 提供的最新功能,例如地图,Google+ 等,并通过 Google Play 商店以 APK 的形式分发自动平台更新。 这样一来,您的用户可以更快地接收更新,并且可以更轻松地集成 Google 必须提供的最新信息。
File Provider Android FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。
Firebase Google Firebase 提供了分析、数据库、消息传递和崩溃报告等功能,可助您快速采取行动并专注于您的用户。
Picasso Square 一个强大的 Android 图片下载缓存库。
Jetpack Media Google 与其他应用共享媒体内容和控件。已被 media2 取代。
Firebase Analytics Google Google Analytics(分析)是一款免费的应用衡量解决方案,可提供关于应用使用情况和用户互动度的分析数据。

文件列表

AndroidManifest.xml
META-INF/androidx.activity_activity.version
META-INF/androidx.annotation_annotation-experimental.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.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.documentfile_documentfile.version
META-INF/androidx.drawerlayout_drawerlayout.version
META-INF/androidx.dynamicanimation_dynamicanimation.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-v4.version
META-INF/androidx.lifecycle_lifecycle-livedata-core-ktx.version
META-INF/androidx.lifecycle_lifecycle-livedata-core.version
META-INF/androidx.lifecycle_lifecycle-livedata-ktx.version
META-INF/androidx.lifecycle_lifecycle-livedata.version
META-INF/androidx.lifecycle_lifecycle-runtime.version
META-INF/androidx.lifecycle_lifecycle-viewmodel-ktx.version
META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.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.navigation_navigation-common.version
META-INF/androidx.navigation_navigation-fragment.version
META-INF/androidx.navigation_navigation-runtime.version
META-INF/androidx.navigation_navigation-ui.version
META-INF/androidx.print_print.version
META-INF/androidx.recyclerview_recyclerview.version
META-INF/androidx.savedstate_savedstate.version
META-INF/androidx.slidingpanelayout_slidingpanelayout.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.viewpager2_viewpager2.version
META-INF/androidx.viewpager_viewpager.version
META-INF/appintro_release.kotlin_module
META-INF/com.google.android.material_material.version
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/lifecycle-livedata-core-ktx_release.kotlin_module
META-INF/lifecycle-livedata-ktx_release.kotlin_module
META-INF/lifecycle-viewmodel-ktx_release.kotlin_module
META-INF/retrofit.kotlin_module
META-INF/services/io.jsonwebtoken.CompressionCodec
META-INF/services/io.jsonwebtoken.io.Deserializer
META-INF/services/io.jsonwebtoken.io.Serializer
META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler
META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory
billing.properties
classes.dex
classes2.dex
firebase-analytics.properties
firebase-annotations.properties
firebase-common.properties
firebase-components.properties
firebase-datatransport.properties
firebase-encoders-json.properties
firebase-encoders.properties
firebase-iid-interop.properties
firebase-iid.properties
firebase-installations-interop.properties
firebase-installations.properties
firebase-measurement-connector.properties
firebase-messaging.properties
kotlin/annotation/annotation.kotlin_builtins
kotlin/collections/collections.kotlin_builtins
kotlin/coroutines/coroutines.kotlin_builtins
kotlin/internal/internal.kotlin_builtins
kotlin/kotlin.kotlin_builtins
kotlin/ranges/ranges.kotlin_builtins
kotlin/reflect/reflect.kotlin_builtins
okhttp3/internal/publicsuffix/NOTICE
okhttp3/internal/publicsuffix/publicsuffixes.gz
play-services-ads-identifier.properties
play-services-base.properties
play-services-basement.properties
play-services-cloud-messaging.properties
play-services-measurement-api.properties
play-services-measurement-base.properties
play-services-measurement-impl.properties
play-services-measurement-sdk-api.properties
play-services-measurement-sdk.properties
play-services-measurement.properties
play-services-stats.properties
play-services-tasks.properties
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/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/fragment_close_enter.xml
res/anim/fragment_close_exit.xml
res/anim/fragment_fade_enter.xml
res/anim/fragment_fade_exit.xml
res/anim/fragment_open_enter.xml
res/anim/fragment_open_exit.xml
res/anim/mtrl_card_lowers_interpolator.xml
res/anim/nav_default_enter_anim.xml
res/anim/nav_default_exit_anim.xml
res/anim/nav_default_pop_enter_anim.xml
res/anim/nav_default_pop_exit_anim.xml
res/anim-v21/design_bottom_sheet_slide_in.xml
res/anim-v21/design_bottom_sheet_slide_out.xml
res/anim-v21/fragment_fast_out_extra_slow_in.xml
res/anim-v21/mtrl_bottom_sheet_slide_in.xml
res/anim-v21/mtrl_bottom_sheet_slide_out.xml
res/animator/design_fab_hide_motion_spec.xml
res/animator/design_fab_show_motion_spec.xml
res/animator/linear_indeterminate_line1_head_interpolator.xml
res/animator/linear_indeterminate_line1_tail_interpolator.xml
res/animator/linear_indeterminate_line2_head_interpolator.xml
res/animator/linear_indeterminate_line2_tail_interpolator.xml
res/animator/mtrl_btn_state_list_anim.xml
res/animator/mtrl_btn_unelevated_state_list_anim.xml
res/animator/mtrl_card_state_list_anim.xml
res/animator/mtrl_chip_state_list_anim.xml
res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml
res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml
res/animator/mtrl_extended_fab_hide_motion_spec.xml
res/animator/mtrl_extended_fab_show_motion_spec.xml
res/animator/mtrl_extended_fab_state_list_animator.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/nav_default_enter_anim.xml
res/animator/nav_default_exit_anim.xml
res/animator/nav_default_pop_enter_anim.xml
res/animator/nav_default_pop_exit_anim.xml
res/animator-v21/design_appbar_state_list_animator.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/checkbox_themeable_attribute_color.xml
res/color/common_google_signin_btn_text_dark.xml
res/color/common_google_signin_btn_text_light.xml
res/color/common_google_signin_btn_tint.xml
res/color/design_box_stroke_color.xml
res/color/design_error.xml
res/color/design_icon_tint.xml
res/color/material_cursor_color.xml
res/color/material_on_background_disabled.xml
res/color/material_on_background_emphasis_high_type.xml
res/color/material_on_background_emphasis_medium.xml
res/color/material_on_primary_disabled.xml
res/color/material_on_primary_emphasis_high_type.xml
res/color/material_on_primary_emphasis_medium.xml
res/color/material_on_surface_disabled.xml
res/color/material_on_surface_emphasis_high_type.xml
res/color/material_on_surface_emphasis_medium.xml
res/color/material_on_surface_stroke.xml
res/color/material_slider_active_tick_marks_color.xml
res/color/material_slider_active_track_color.xml
res/color/material_slider_halo_color.xml
res/color/material_slider_inactive_tick_marks_color.xml
res/color/material_slider_inactive_track_color.xml
res/color/material_slider_thumb_color.xml
res/color/material_timepicker_button_background.xml
res/color/material_timepicker_button_stroke.xml
res/color/material_timepicker_clock_text_color.xml
res/color/material_timepicker_clockface.xml
res/color/material_timepicker_modebutton_tint.xml
res/color/mtrl_bottom_nav_colored_item_tint.xml
res/color/mtrl_bottom_nav_colored_ripple_color.xml
res/color/mtrl_bottom_nav_item_tint.xml
res/color/mtrl_bottom_nav_ripple_color.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_bg_color_selector.xml
res/color/mtrl_btn_text_btn_ripple_color.xml
res/color/mtrl_btn_text_color_selector.xml
res/color/mtrl_calendar_item_stroke_color.xml
res/color/mtrl_calendar_selected_range.xml
res/color/mtrl_card_view_foreground.xml
res/color/mtrl_card_view_ripple.xml
res/color/mtrl_chip_background_color.xml
res/color/mtrl_chip_close_icon_tint.xml
res/color/mtrl_chip_surface_color.xml
res/color/mtrl_chip_text_color.xml
res/color/mtrl_choice_chip_background_color.xml
res/color/mtrl_choice_chip_ripple_color.xml
res/color/mtrl_choice_chip_text_color.xml
res/color/mtrl_error.xml
res/color/mtrl_fab_bg_color_selector.xml
res/color/mtrl_fab_icon_text_color_selector.xml
res/color/mtrl_fab_ripple_color.xml
res/color/mtrl_filled_background_color.xml
res/color/mtrl_filled_icon_tint.xml
res/color/mtrl_filled_stroke_color.xml
res/color/mtrl_indicator_text_color.xml
res/color/mtrl_navigation_item_background_color.xml
res/color/mtrl_navigation_item_icon_tint.xml
res/color/mtrl_navigation_item_text_color.xml
res/color/mtrl_on_primary_text_btn_text_color_selector.xml
res/color/mtrl_on_surface_ripple_color.xml
res/color/mtrl_outlined_icon_tint.xml
res/color/mtrl_outlined_stroke_color.xml
res/color/mtrl_popupmenu_overlay_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/radiobutton_themeable_attribute_color.xml
res/color/switch_thumb_material_dark.xml
res/color/switch_thumb_material_light.xml
res/color/test_mtrl_calendar_day.xml
res/color/test_mtrl_calendar_day_selected.xml
res/color/transparent_underline.xml
res/color-night-v8/material_timepicker_button_stroke.xml
res/color-night-v8/material_timepicker_clockface.xml
res/color-night-v8/material_timepicker_modebutton_tint.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/drawable/$avd_hide_password__0.xml
res/drawable/$avd_hide_password__1.xml
res/drawable/$avd_hide_password__2.xml
res/drawable/$avd_show_password__0.xml
res/drawable/$avd_show_password__1.xml
res/drawable/$avd_show_password__2.xml
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/anonim_hikaye_izle.png
res/drawable/anonymous.png
res/drawable/anonymous_icon.png
res/drawable/anonymous_revizyon.jpg
res/drawable/anonymousstoryviewer_selected.png
res/drawable/avd_hide_password.xml
res/drawable/avd_show_password.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/card_image.png
res/drawable/common_google_signin_btn_icon_dark.xml
res/drawable/common_google_signin_btn_icon_dark_focused.xml
res/drawable/common_google_signin_btn_icon_dark_normal.xml
res/drawable/common_google_signin_btn_icon_disabled.xml
res/drawable/common_google_signin_btn_icon_light.xml
res/drawable/common_google_signin_btn_icon_light_focused.xml
res/drawable/common_google_signin_btn_icon_light_normal.xml
res/drawable/common_google_signin_btn_text_dark.xml
res/drawable/common_google_signin_btn_text_dark_focused.xml
res/drawable/common_google_signin_btn_text_dark_normal.xml
res/drawable/common_google_signin_btn_text_disabled.xml
res/drawable/common_google_signin_btn_text_light.xml
res/drawable/common_google_signin_btn_text_light_focused.xml
res/drawable/common_google_signin_btn_text_light_normal.xml
res/drawable/corner_special_offer.png
res/drawable/credit_icon.png
res/drawable/credits_background.xml
res/drawable/credits_right_background.xml
res/drawable/design_fab_background.xml
res/drawable/design_ic_visibility.xml
res/drawable/design_ic_visibility_off.xml
res/drawable/design_password_eye.xml
res/drawable/design_snackbar_background.xml
res/drawable/earn_credits_border_bg.xml
res/drawable/friends_icon.png
res/drawable/gizli_profil_ara.png
res/drawable/hikayeden_gizleyenler.png
res/drawable/howtogetfreecredits_icon.png
res/drawable/howtounsubscribe_icon.png
res/drawable/huntegro_logo_fixed.png
res/drawable/ic_appintro_arrow.xml
res/drawable/ic_appintro_done.xml
res/drawable/ic_appintro_fab_background.xml
res/drawable/ic_appintro_fab_done.xml
res/drawable/ic_appintro_fab_next.xml
res/drawable/ic_appintro_fab_selected.xml
res/drawable/ic_appintro_fab_skip.xml
res/drawable/ic_appintro_indicator_selected.xml
res/drawable/ic_appintro_indicator_unselected.xml
res/drawable/ic_appintro_next.xml
res/drawable/ic_appintro_skip.xml
res/drawable/ic_baseline_arrow_back_24.xml
res/drawable/ic_baseline_arrow_forward_ios_24.xml
res/drawable/ic_baseline_close_24.xml
res/drawable/ic_baseline_cloud_24.xml
res/drawable/ic_baseline_cloud_download_24.xml
res/drawable/ic_baseline_image_not_supported_24.xml
res/drawable/ic_baseline_info_24.xml
res/drawable/ic_baseline_lock_24.xml
res/drawable/ic_baseline_lock_open_24.xml
res/drawable/ic_baseline_person_24.xml
res/drawable/ic_baseline_search_24.xml
res/drawable/ic_clock_black_24dp.xml
res/drawable/ic_dashboard_black_24dp.xml
res/drawable/ic_home_black_24dp.xml
res/drawable/ic_keyboard_black_24dp.xml
res/drawable/ic_launcher_background.xml
res/drawable/ic_logout.png
res/drawable/ic_mtrl_checked_circle.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_notifications_black_24dp.xml
res/drawable/magaza.png
res/drawable/material_ic_calendar_black_24dp.xml
res/drawable/material_ic_clear_black_24dp.xml
res/drawable/material_ic_edit_black_24dp.xml
res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml
res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml
res/drawable/material_ic_menu_arrow_down_black_24dp.xml
res/drawable/material_ic_menu_arrow_up_black_24dp.xml
res/drawable/more_unselected.png
res/drawable/mtrl_dialog_background.xml
res/drawable/mtrl_dropdown_arrow.xml
res/drawable/mtrl_ic_arrow_drop_down.xml
res/drawable/mtrl_ic_arrow_drop_up.xml
res/drawable/mtrl_ic_cancel.xml
res/drawable/mtrl_ic_error.xml
res/drawable/mtrl_popupmenu_background.xml
res/drawable/mtrl_popupmenu_background_dark.xml
res/drawable/mtrl_tabs_default_indicator.xml
res/drawable/my_profile.png
res/drawable/myprofile_top.jpg
res/drawable/myprofile_unselected.png
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/popup_gorsel.png
res/drawable/privacypolicy_icon.png
res/drawable/profile_revizyon.jpg
res/drawable/profilim.png
res/drawable/promotion_edittext_bg.xml
res/drawable/promotions_background.xml
res/drawable/promotions_icon.png
res/drawable/search.png
res/drawable/search_revizyon.jpg
res/drawable/search_unselected.png
res/drawable/store.png
res/drawable/store_background.xml
res/drawable/store_revizyon.jpg
res/drawable/store_unselected.png
res/drawable/storyhiders.png
res/drawable/storyhiders_bordered_bg.xml
res/drawable/storyhiders_icon.png
res/drawable/storyhiders_revizyon.jpg
res/drawable/subscription_icon.png
res/drawable/termsofservice_icon.png
res/drawable/test_custom_background.xml
res/drawable/tooltip_frame_dark.xml
res/drawable/tooltip_frame_light.xml
res/drawable/top_dog.png
res/drawable/welcome_background_shapes.png
res/drawable/who_looked_icon.png
res/drawable-anydpi-v24/$ic_launcher_foreground__0.xml
res/drawable-anydpi-v24/ic_launcher_foreground.xml
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-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.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_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_half_black_16dp.png
res/drawable-mdpi-v4/abc_ic_star_half_black_36dp.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_switch_track_mtrl_alpha.9.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-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/design_bottom_navigation_item_background.xml
res/drawable-v21/ic_appintro_ripple.xml
res/drawable-v21/material_cursor_drawable.xml
res/drawable-v21/notification_action_background.xml
res/drawable-v23/abc_control_background_material.xml
res/drawable-v23/mtrl_popupmenu_background_dark.xml
res/drawable-watch-v20/abc_dialog_material_background.xml
res/font/gotham_black.otf
res/font/gotham_bold.otf
res/font/gotham_book.otf
res/font/gotham_light.otf
res/font/gotham_medium.otf
res/font/gotham_thin.otf
res/font/gotham_ultra.otf
res/font/gotham_xlight.otf
res/font/raleway_medium.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/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/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/account_custom_row.xml
res/layout/activity_dashboard.xml
res/layout/activity_intro.xml
res/layout/activity_login.xml
res/layout/activity_main.xml
res/layout/activity_welcome.xml
res/layout/appintro_fragment_intro.xml
res/layout/appintro_intro_layout.xml
res/layout/appintro_intro_layout2.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_end_icon.xml
res/layout/design_text_input_start_icon.xml
res/layout/feed_row.xml
res/layout/fragment_anonymous_story_viewer.xml
res/layout/fragment_dashboard.xml
res/layout/fragment_home.xml
res/layout/fragment_huntegro_friends.xml
res/layout/fragment_notifications.xml
res/layout/fragment_payment.xml
res/layout/fragment_profile.xml
res/layout/fragment_profile_result.xml
res/layout/fragment_promotions.xml
res/layout/fragment_search.xml
res/layout/fragment_see_fullscreen.xml
res/layout/fragment_select_follow_list_story_hiders.xml
res/layout/fragment_settings.xml
res/layout/fragment_store.xml
res/layout/fragment_stories.xml
res/layout/fragment_story_hiders.xml
res/layout/fragment_subscriptions.xml
res/layout/fragment_who_looked.xml
res/layout/material_chip_input_combo.xml
res/layout/material_clock_display.xml
res/layout/material_clock_display_divider.xml
res/layout/material_clock_period_toggle.xml
res/layout/material_clockface_textview.xml
res/layout/material_clockface_view.xml
res/layout/material_radial_view_group.xml
res/layout/material_textinput_timepicker.xml
res/layout/material_time_chip.xml
res/layout/material_time_input.xml
res/layout/material_timepicker.xml
res/layout/material_timepicker_dialog.xml
res/layout/material_timepicker_textinput_display.xml
res/layout/mtrl_alert_dialog.xml
res/layout/mtrl_alert_dialog_actions.xml
res/layout/mtrl_alert_dialog_title.xml
res/layout/mtrl_alert_select_dialog_item.xml
res/layout/mtrl_alert_select_dialog_multichoice.xml
res/layout/mtrl_alert_select_dialog_singlechoice.xml
res/layout/mtrl_calendar_day.xml
res/layout/mtrl_calendar_day_of_week.xml
res/layout/mtrl_calendar_days_of_week.xml
res/layout/mtrl_calendar_horizontal.xml
res/layout/mtrl_calendar_month.xml
res/layout/mtrl_calendar_month_labeled.xml
res/layout/mtrl_calendar_month_navigation.xml
res/layout/mtrl_calendar_months.xml
res/layout/mtrl_calendar_vertical.xml
res/layout/mtrl_calendar_year.xml
res/layout/mtrl_layout_snackbar.xml
res/layout/mtrl_layout_snackbar_include.xml
res/layout/mtrl_picker_actions.xml
res/layout/mtrl_picker_dialog.xml
res/layout/mtrl_picker_fullscreen.xml
res/layout/mtrl_picker_header_dialog.xml
res/layout/mtrl_picker_header_fullscreen.xml
res/layout/mtrl_picker_header_selection_text.xml
res/layout/mtrl_picker_header_title_text.xml
res/layout/mtrl_picker_header_toggle.xml
res/layout/mtrl_picker_text_input_date.xml
res/layout/mtrl_picker_text_input_date_range.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/pausable_progress.xml
res/layout/pricing_row.xml
res/layout/select_dialog_item_material.xml
res/layout/select_dialog_multichoice_material.xml
res/layout/select_dialog_singlechoice_material.xml
res/layout/select_story_hiders_row.xml
res/layout/special_offer_popup.xml
res/layout/story_hiders_follow_list_dialog.xml
res/layout/story_hiders_warning_popup.xml
res/layout/storyhider_row.xml
res/layout/subs_row.xml
res/layout/support_simple_spinner_dropdown_item.xml
res/layout/test_action_chip.xml
res/layout/test_chip_zero_corner_radius.xml
res/layout/test_design_checkbox.xml
res/layout/test_design_radiobutton.xml
res/layout/test_reflow_chipgroup.xml
res/layout/test_toolbar.xml
res/layout/test_toolbar_custom_background.xml
res/layout/test_toolbar_elevation.xml
res/layout/test_toolbar_surface.xml
res/layout/text_view_with_line_height_from_appearance.xml
res/layout/text_view_with_line_height_from_layout.xml
res/layout/text_view_with_line_height_from_style.xml
res/layout/text_view_with_theme_line_height.xml
res/layout/text_view_without_line_height.xml
res/layout/tray_custom_row.xml
res/layout/warning_popup.xml
res/layout-land/appintro_fragment_intro.xml
res/layout-land/material_clock_period_toggle_land.xml
res/layout-land/material_timepicker.xml
res/layout-land/mtrl_picker_header_dialog.xml
res/layout-ldrtl-v17/material_textinput_timepicker.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-v26/abc_screen_toolbar.xml
res/layout-v26/mtrl_calendar_month.xml
res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml
res/layout-watch-v20/abc_alert_dialog_title_material.xml
res/menu/bottom_nav_menu.xml
res/mipmap-anydpi-v26/ic_launcher.xml
res/mipmap-anydpi-v26/ic_launcher_round.xml
res/mipmap-hdpi-v4/ic_launcher.png
res/mipmap-hdpi-v4/ic_launcher_foreground.png
res/mipmap-hdpi-v4/ic_launcher_round.png
res/mipmap-mdpi-v4/ic_launcher.png
res/mipmap-mdpi-v4/ic_launcher_foreground.png
res/mipmap-mdpi-v4/ic_launcher_round.png
res/mipmap-xhdpi-v4/ic_launcher.png
res/mipmap-xhdpi-v4/ic_launcher_foreground.png
res/mipmap-xhdpi-v4/ic_launcher_round.png
res/mipmap-xxhdpi-v4/ic_launcher.png
res/mipmap-xxhdpi-v4/ic_launcher_foreground.png
res/mipmap-xxhdpi-v4/ic_launcher_round.png
res/mipmap-xxxhdpi-v4/ic_launcher.png
res/mipmap-xxxhdpi-v4/ic_launcher_foreground.png
res/mipmap-xxxhdpi-v4/ic_launcher_round.png
res/navigation/mobile_navigation.xml
res/xml/splits0.xml
res/xml/standalone_badge.xml
res/xml/standalone_badge_gravity_bottom_end.xml
res/xml/standalone_badge_gravity_bottom_start.xml
res/xml/standalone_badge_gravity_top_start.xml
res/xml/standalone_badge_offset.xml
resources.arsc
transport-api.properties
transport-backend-cct.properties
transport-runtime.properties
stamp-cert-sha256
META-INF/BNDLTOOL.SF
META-INF/BNDLTOOL.RSA
META-INF/MANIFEST.MF

污点分析

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