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

APP评分

病毒检测 文件安全

安全评分

文件信息

文件名称 c9c22cf978092cc770dd15dd53503789f21cab02.apk
文件大小 8.06MB
MD5 9b8db4ae26dea43dd1c41a0a2e930401
SHA1 c9c22cf978092cc770dd15dd53503789f21cab02
SHA256 a94849cdf25fa8519b608f3ea39310351cd10eede594c845eb46ee452814f07e

应用信息

应用名称 Room Temperature
包名 asav.roomtemprature
主活动 asav.roomtemprature.SplashScreen
目标SDK 34     最小SDK 19
版本号 3.18.1     子版本号 171
加固信息 未加壳

组件导出信息

扫描选项

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

反编译代码

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

证书信息

二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: False
v4 签名: False
主题: C=91, ST=Maharashtra, L=Mumbai, O=Master Fashion, OU=Master Technologies, CN=Ashish Lal
签名算法: rsassa_pkcs1v15
有效期自: 2017-07-08 07:51:54+00:00
有效期至: 2042-07-02 07:51:54+00:00
发行人: C=91, ST=Maharashtra, L=Mumbai, O=Master Fashion, OU=Master Technologies, CN=Ashish Lal
序列号: 0x60244330
哈希算法: sha256
证书MD5: 7841efea84873c5ed5721ba87ca40401
证书SHA1: 1bf71a87295c7f5ebc86179993d361433ee0eaeb
证书SHA256: ff41fee4daea7dbf39c73a1104519e644af4c3a087cc670340def0d0a54c8ad1
证书SHA512: 61869cfed7305842a919d17d23ceebd7a98a10e3ca30cc9c776ed04a531c0e0062621ec9a66600447528d58e60d75d42fdd43e79f2428f2a45748c49bd4274c3
公钥算法: rsa
密钥长度: 2048
指纹: fadcf4fa035c0e4f6ae9be2a5b1977c6a5101830c354b4ce403989d0667a6bcb
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.WAKE_LOCK 危险 防止手机休眠 允许应用程序防止手机休眠,在手机屏幕关闭后后台进程仍然运行。
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
android.permission.VIBRATE 普通 控制振动器 允许应用程序控制振动器,用于消息通知振动功能。
android.permission.ACCESS_FINE_LOCATION 危险 获取精确位置 通过GPS芯片接收卫星的定位信息,定位精度达10米以内。恶意程序可以用它来确定您所在的位置。
android.permission.FOREGROUND_SERVICE_REMOTE_MESSAGING 普通 允许前台服务进行远程消息传递 允许常规应用程序使用类型为“remoteMessaging”的 Service.startForeground。
android.permission.POST_NOTIFICATIONS 危险 发送通知的运行时权限 允许应用发布通知,Android 13 引入的新权限。
com.google.android.c2dm.permission.RECEIVE 普通 接收推送通知 允许应用程序接收来自云的推送通知。
com.google.android.gms.permission.AD_ID 普通 应用程序显示广告 此应用程序使用 Google 广告 ID,并且可能会投放广告。
android.permission.FOREGROUND_SERVICE 普通 创建前台Service Android 9.0以上允许常规应用程序使用 Service.startForeground,用于podcast播放(推送悬浮播放,锁屏播放)
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE 普通 Google 定义的权限 由 Google 定义的自定义权限。
asav.roomtemprature.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION 未知 未知权限 来自 android 引用的未知权限。

证书分析

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

MANIFEST分析

高危
0
警告
7
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序可以安装在有漏洞的已更新 Android 版本上
Android 4.4-4.4.4, [minSdk=19]
信息 该应用程序可以安装在具有多个未修复漏洞的旧版本 Android 上。这些设备不会从 Google 接收合理的安全更新。支持 Android 版本 => 10、API 29 以接收合理的安全更新。
2 应用程序具有网络安全配置
[android:networkSecurityConfig=@xml/network_security_config]
信息 网络安全配置功能让应用程序可以在一个安全的,声明式的配置文件中自定义他们的网络安全设置,而不需要修改应用程序代码。这些设置可以针对特定的域名和特定的应用程序进行配置。
3 Activity (asav.roomtemprature.weather.WeatherNewActivity) 未被保护。
[android:exported=true]
警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
4 Broadcast Receiver (asav.roomtemprature.report.ReportReceiver) 未被保护。
[android:exported=true]
警告 发现 Broadcast Receiver与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
5 Service (asav.roomtemprature.report.RecorderService) 未被保护。
[android:exported=true]
警告 发现 Service与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
6 Service (asav.roomtemprature.report.worker.RecorderServiceWork) 未被保护。
[android:exported=true]
警告 发现 Service与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
7 Broadcast Receiver (com.google.firebase.iid.FirebaseInstanceIdReceiver) 受权限保护, 但是应该检查权限的保护级别。
Permission: com.google.android.c2dm.permission.SEND
[android:exported=true]
警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。
8 Service (androidx.work.impl.background.systemjob.SystemJobService) 受权限保护, 但是应该检查权限的保护级别。
Permission: android.permission.BIND_JOB_SERVICE
[android:exported=true]
警告 发现一个 Service被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。
9 Broadcast Receiver (androidx.work.impl.diagnostics.DiagnosticsReceiver) 受权限保护, 但是应该检查权限的保护级别。
Permission: android.permission.DUMP
[android:exported=true]
警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。

可浏览的ACTIVITIES

ACTIVITY INTENT

网络安全配置

高危
1
警告
0
信息
0
安全
0
序号 范围 严重级别 描述
1 127.0.0.1
域配置不安全地配置为允许明文流量到达范围内的这些域。

API调用分析

API功能 源码文件
组件-> 启动 Activity
一般功能-> IPC通信
网络通信-> WebView JavaScript接口 asav/roomtemprature/FaqActivity.java
网络通信-> WebView 相关 asav/roomtemprature/FaqActivity.java
一般功能-> 文件操作
一般功能-> 获取系统服务(getSystemService) asav/roomtemprature/report/RecorderService.java
asav/roomtemprature/report/ReportActivity.java
asav/roomtemprature/report/worker/RecorderServiceWork.java
进程操作-> 获取运行的进程\服务 asav/roomtemprature/report/ReportActivity.java
组件-> 发送广播 asav/roomtemprature/report/RecorderService.java
asav/roomtemprature/report/worker/RecorderServiceWork.java
一般功能-> 传感器相关操作 asav/roomtemprature/report/RecorderService.java
asav/roomtemprature/report/worker/RecorderServiceWork.java
组件-> 启动 Service asav/roomtemprature/report/worker/ReportWorker.java
隐私数据-> 获取GPS位置信息 asav/roomtemprature/weather/SearchCity.java

源代码分析

序号 问题 等级 参考标准 文件位置 操作

动态库分析

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

文件分析

序号 问题 文件

VIRUSTOTAL扫描

  检出率: 0 / 68       完整报告

滥用权限

恶意软件常用权限 3/30
android.permission.WAKE_LOCK
android.permission.VIBRATE
android.permission.ACCESS_FINE_LOCATION
其它常用权限 6/46
android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
com.google.android.c2dm.permission.RECEIVE
com.google.android.gms.permission.AD_ID
android.permission.FOREGROUND_SERVICE
com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE

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

IP地图

域名检测

域名 状态 中国境内 位置信息 解析
pagead2.googlesyndication.com 安全
IP地址: 142.250.199.98
国家: 马来西亚
地区: 吉隆坡
城市: 吉隆坡
查看: Google 地图





admob-gmats.uc.r.appspot.com 安全
IP地址: 172.217.161.52
国家: 中国
地区: 香港
城市: 香港
查看: 高德地图





google.com 安全
IP地址: 142.250.199.98
国家: 日本
地区: 东京
城市: 东京
查看: Google 地图





goo.gl 安全
IP地址: 34.120.206.254
国家: 日本
地区: 东京
城市: 东京
查看: Google 地图





mastertechnologis.com 安全
IP地址: 212.1.209.139
国家: 美利坚合众国
地区: 北卡罗来纳州
城市: 阿什维尔
查看: Google 地图





app-measurement.com 安全
IP地址: 34.120.206.254
国家: 印度
地区: 马哈拉施特拉邦
城市: 孟买
查看: Google 地图





googlemobileadssdk.page.link 安全
IP地址: 142.250.198.1
国家: 日本
地区: 东京
城市: 东京
查看: Google 地图





room-temperature-6d260.firebaseio.com 安全
IP地址: 34.120.206.254
国家: 美利坚合众国
地区: 密苏里州
城市: 堪萨斯城
查看: Google 地图





手机号码

网址

网址信息 源码文件
https://mastertechnologis.com/room-temperature-faq/?lang=
asav/roomtemprature/FaqActivity.java
https://adservice.google.com/getconfig/pubvendors
http://play.google.com/store/apps/details?id=
https://www.google.com/dfp/senddebugdata
https://goo.gl/naoooi
https://googlemobileadssdk.page.link/admob-android-update-manifest
https://fundingchoicesmessages.google.com/a/consent
https://room-temperature-6d260.firebaseio.com
https://www.google.com/dfp/inapppreview
https://%s/%s/%s
https://mastertechnologis.com/room-temperature-faq/?lang=
http://www.google.com
https://admob-gmats.uc.r.appspot.com/
https://play.google.com/store/apps/developer?id=master+technologis
https://www.google.com/dfp/debugsignals
https://firebase.google.com/support/guides/disable-analytics
https://goo.gl/j1swqy
https://app-measurement.com/a
https://firebase.google.com/support/privacy/init-options
https://googlemobileadssdk.page.link/admob-interstitial-policies
https://pagead2.googlesyndication.com/pagead/gen_204?id=gmob-apps
https://www.facebook.com/adnw_logging/
https://play.google.com/store/apps/details?id=asav.roomtemprature
https://mastertechnologis.com/policy/rt/
https://www.google.com
https://mastertechnologis.com/
https://googlemobileadssdk.page.link/ad-manager-android-update-manifest
https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyrings.cryptokeys#cryptokey
www.google.com
https://pagead2.googlesyndication.com/pagead/ping?e=2&f=1
https://google.com/search?
https://www.google.com/dfp/linkdevice
https://plus.google.com/
自研引擎-S

FIREBASE实例

FIREBASE 网址 明细
https://room-temperature-6d260.firebaseio.com 信息:应用程序与Firebase数据库对话。

邮箱

追踪器

名称 类别 网址
Facebook Ads Advertisement https://reports.exodus-privacy.eu.org/trackers/65
Google AdMob Advertisement https://reports.exodus-privacy.eu.org/trackers/312
Google Firebase Analytics Analytics https://reports.exodus-privacy.eu.org/trackers/49

密钥凭证

已显示 4 个secrets
1、 AdMob广告平台的=> "com.google.android.gms.ads.APPLICATION_ID" : "ca-app-pub-5376967427348170~5119259047"
2、 "firebase_database_url" : "https://room-temperature-6d260.firebaseio.com"
3、 "google_api_key" : "AIzaSyCq6euAvvduMIKYZR1UxH5uaboCw5F-7VI"
4、 "google_crash_reporting_api_key" : "AIzaSyCq6euAvvduMIKYZR1UxH5uaboCw5F-7VI"

字符串列表

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

活动列表

已显示 15 个activities
1、 asav.roomtemprature.FaqActivity
2、 asav.roomtemprature.ui.SignupActivity
3、 asav.roomtemprature.ResumeActivity
4、 asav.roomtemprature.welcome.WelcomeActivity
5、 asav.roomtemprature.report.ReportActivity
6、 asav.roomtemprature.history.TempHistory
7、 asav.roomtemprature.weather.SearchCity
8、 asav.roomtemprature.weather.WeatherNewActivity
9、 asav.roomtemprature.SplashScreen
10、 asav.roomtemprature.room.RoomActivity
11、 asav.roomtemprature.settings.SettingsActivity
12、 com.facebook.ads.AudienceNetworkActivity
13、 com.google.android.gms.ads.AdActivity
14、 com.google.android.gms.ads.OutOfContextTestingActivity
15、 com.google.android.gms.common.api.GoogleApiActivity

服务列表

已显示 13 个services
1、 asav.roomtemprature.report.RecorderService
2、 asav.roomtemprature.report.worker.RecorderServiceWork
3、 com.google.firebase.messaging.FirebaseMessagingService
4、 com.google.firebase.components.ComponentDiscoveryService
5、 com.google.android.gms.ads.AdService
6、 androidx.work.impl.background.systemalarm.SystemAlarmService
7、 androidx.work.impl.background.systemjob.SystemJobService
8、 androidx.work.impl.foreground.SystemForegroundService
9、 com.google.android.gms.measurement.AppMeasurementService
10、 com.google.android.gms.measurement.AppMeasurementJobService
11、 com.google.android.datatransport.runtime.backends.TransportBackendDiscovery
12、 com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService
13、 androidx.room.MultiInstanceInvalidationService

广播接收者列表

已显示 12 个receivers
1、 asav.roomtemprature.report.ReportReceiver
2、 com.google.firebase.iid.FirebaseInstanceIdReceiver
3、 androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver
4、 androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy
5、 androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy
6、 androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy
7、 androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy
8、 androidx.work.impl.background.systemalarm.RescheduleReceiver
9、 androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver
10、 androidx.work.impl.diagnostics.DiagnosticsReceiver
11、 com.google.android.gms.measurement.AppMeasurementReceiver
12、 com.google.android.datatransport.runtime.scheduling.jobscheduling.AlarmManagerSchedulerBroadcastReceiver

内容提供者列表

已显示 4 个providers
1、 com.google.android.gms.ads.MobileAdsInitProvider
2、 androidx.startup.InitializationProvider
3、 com.facebook.ads.AudienceNetworkContentProvider
4、 com.google.firebase.provider.FirebaseInitProvider

第三方SDK

SDK名称 开发者 描述信息
Audience Network SDK Facebook The Audience Network allows you to monetize your Android apps with Facebook ads. An interstitial ad is a full screen ad that you can show in your app. Typically interstitial ads are shown when there is a transition in your app. For example -- after finishing a level in a game or after loading a story in a news app.
Google Play Service Google 借助 Google Play 服务,您的应用可以利用由 Google 提供的最新功能,例如地图,Google+ 等,并通过 Google Play 商店以 APK 的形式分发自动平台更新。 这样一来,您的用户可以更快地接收更新,并且可以更轻松地集成 Google 必须提供的最新信息。
Jetpack App Startup Google App Startup 库提供了一种直接,高效的方法来在应用程序启动时初始化组件。库开发人员和应用程序开发人员都可以使用 App Startup 来简化启动顺序并显式设置初始化顺序。App Startup 允许您定义共享单个内容提供程序的组件初始化程序,而不必为需要初始化的每个组件定义单独的内容提供程序。这可以大大缩短应用启动时间。
Jetpack WorkManager Google 使用 WorkManager API 可以轻松地调度即使在应用退出或设备重启时仍应运行的可延迟异步任务。
Audience Network Facebook 通过 Facebook 广告使您通过移动媒体资源获利
Firebase Google Firebase 提供了分析、数据库、消息传递和崩溃报告等功能,可助您快速采取行动并专注于您的用户。
Firebase Analytics Google Google Analytics(分析)是一款免费的应用衡量解决方案,可提供关于应用使用情况和用户互动度的分析数据。
Jetpack Room Google Room 持久性库在 SQLite 的基础上提供了一个抽象层,让用户能够在充分利用 SQLite 的强大功能的同时,获享更强健的数据库访问机制。

文件列表

META-INF/com/android/build/gradle/app-metadata.properties
assets/dexopt/baseline.prof
assets/dexopt/baseline.profm
classes.dex
classes2.dex
assets/audience_network.dex
AndroidManifest.xml
res/--.xml
res/-A.xml
res/-F.xml
res/-S.xml
res/-W.xml
res/-Y.xml
res/-b.xml
res/-c.xml
res/-e.png
res/-o.xml
res/-r.xml
res/-u.xml
res/06.png
res/09.9.png
res/0H.9.png
res/0I.png
res/0N.xml
res/0_.xml
res/0b.xml
res/0q.xml
res/0w.xml
res/11.png
res/1J.xml
res/1L.xml
res/1L1.xml
res/1M.xml
res/1N.xml
res/1O.xml
res/1V.xml
res/1b.xml
res/1t.xml
res/1u.xml
res/1y.xml
res/23.xml
res/24.xml
res/2C.9.png
res/2D.xml
res/2D1.xml
res/2L.xml
res/2p.xml
res/2w.xml
res/2z.xml
res/30.xml
res/33.9.png
res/35.png
res/36.xml
res/38.xml
res/3B.xml
res/3N.xml
res/3_.png
res/3c.xml
res/3h.xml
res/3i.xml
res/3m.xml
res/3x.xml
res/3z.xml
res/41.xml
res/43.xml
res/48.png
res/4C.xml
res/4C1.xml
res/4F.xml
res/4G.xml
res/4H.xml
res/4P.xml
res/4W.xml
res/4_.9.png
res/4_.xml
res/4r.png
res/4u.xml
res/4v.xml
res/4w.xml
res/51.9.png
res/5A.xml
res/5J.png
res/5M.xml
res/5X.png
res/5b.xml
res/5j.9.png
res/5s.xml
res/5z.9.png
res/65.xml
res/6D.xml
res/6D1.xml
res/6E.png
res/6J.xml
res/6P.xml
res/6P1.xml
res/6S.xml
res/6S1.xml
res/6e.xml
res/6w.9.png
res/6w.xml
res/6w1.xml
res/6z.xml
res/72.9.png
res/75.xml
res/76.xml
res/7C.xml
res/7F.9.png
res/7L.xml
res/7P.9.png
res/7T.9.png
res/7W.xml
res/7a.xml
res/7e.xml
res/7p.xml
res/7r.xml
res/7u.xml
res/7w.xml
res/83.xml
res/8K.xml
res/8R.xml
res/8T.png
res/8V.9.png
res/8_.xml
res/8f.xml
res/8j.jpg
res/8r.xml
res/8s.xml
res/8w.9.png
res/93.9.png
res/99.xml
res/9A.xml
res/9E.xml
res/9O.xml
res/9V.png
res/9X.9.png
res/9Z.png
res/9e.xml
res/9h.xml
res/9r.xml
res/9t.png
res/A6.xml
res/AA.xml
res/AB.9.png
res/AH.xml
res/AK.xml
res/AN.xml
res/AP.xml
res/AZ.xml
res/Ac.9.png
res/Al.xml
res/Am.xml
res/Ao.png
res/Ay.xml
res/B4.xml
res/B8.xml
res/BA.xml
res/BB.xml
res/BG.png
res/BO.png
res/Bu.xml
res/Bx.xml
res/C6.xml
res/C7.xml
res/CA.9.png
res/CC.xml
res/CP.xml
res/Cb.xml
res/Cg.9.png
res/Ck.xml
res/Cm.xml
res/Cv.xml
res/D2.xml
res/D8.xml
res/DF.xml
res/DG.xml
res/DP.xml
res/DS.xml
res/DU.xml
res/DY.png
res/DZ.xml
res/De.xml
res/Df.xml
res/Di.xml
res/Dt.9.png
res/E1.xml
res/E2.9.png
res/E7.xml
res/ER.9.png
res/ET.xml
res/EV.xml
res/Eb.9.png
res/Ef.png
res/Ej.xml
res/Em.xml
res/Ep.xml
res/Eq.xml
res/Er.png
res/Ex.xml
res/Ey.xml
res/F3.xml
res/F8.9.png
res/FC.xml
res/FD.xml
res/FG.png
res/FM.9.png
res/FR.xml
res/FY.png
res/FZ.xml
res/Fe.xml
res/Fg.xml
res/Fl.xml
res/Fx.9.png
res/Fx1.9.png
res/Fz.xml
res/G7.png
res/GN.xml
res/GT.xml
res/Gb.xml
res/Ge.xml
res/Gg.xml
res/Gn.xml
res/Gp.xml
res/Gx.xml
res/Gz.xml
res/H1.xml
res/HA.xml
res/HE.xml
res/HJ.xml
res/HP.png
res/HQ.xml
res/HS.9.png
res/HZ.xml
res/Hi.9.png
res/Hy.xml
res/I-.xml
res/I2.xml
res/I3.png
res/I7.xml
res/IC.png
res/IC.xml
res/ID.xml
res/IG.xml
res/IJ.xml
res/IT.xml
res/I_.xml
res/Ig.xml
res/In.9.png
res/Iq.png
res/J1.xml
res/J6.9.png
res/J7.xml
res/J71.xml
res/J72.xml
res/J8.9.png
res/JC.png
res/JV.png
res/J_.xml
res/Jc.xml
res/Jf.xml
res/Jk.xml
res/Jn.xml
res/Jo.xml
res/K0.xml
res/K1.xml
res/K3.xml
res/K8.xml
res/KJ.xml
res/KM.xml
res/KP.xml
res/KP1.xml
res/KT.xml
res/Ki.xml
res/Kj.xml
res/Kp.9.png
res/Kr.xml
res/Ks.xml
res/Kt.xml
res/Kv.xml
res/L2.xml
res/L9.xml
res/LD.png
res/LH.xml
res/LK.xml
res/LN.xml
res/LT.xml
res/LV.xml
res/LV1.xml
res/L_.png
res/Ld.xml
res/Lm.xml
res/Lq.9.png
res/Lt.xml
res/Ly.xml
res/M3.xml
res/M4.xml
res/M5.xml
res/M6.xml
res/M9.xml
res/MA.xml
res/MC.xml
res/MH.xml
res/MH1.xml
res/MN.xml
res/MP.xml
res/MP1.xml
res/MY.xml
res/Ml.9.png
res/Mr.9.png
res/Mv.xml
res/Mz.9.png
res/N4.xml
res/N9.xml
res/NA.xml
res/NA1.xml
res/NH.xml
res/NI.xml
res/NM.9.png
res/NO.xml
res/NP.9.png
res/NQ.xml
res/NR.xml
res/NS.png
res/NU.xml
res/NV.xml
res/N_.xml
res/Nb.xml
res/Nj.xml
res/Nk.9.png
res/Nr.xml
res/Nu.xml
res/Nv.xml
res/O3.9.png
res/O8.xml
res/O9.xml
res/OK.xml
res/ON.xml
res/OU.xml
res/Od.xml
res/Of.9.png
res/Of.xml
res/Of1.9.png
res/Oi.png
res/Os.xml
res/Ot.png
res/Ou.png
res/Ov.xml
res/Ow.xml
res/P6.xml
res/P61.xml
res/PA.xml
res/PC.xml
res/PE.xml
res/PF.xml
res/PF1.xml
res/Pb.9.png
res/Pd.png
res/Pi.9.png
res/Pl.xml
res/Pl1.xml
res/Pn.xml
res/Pq.9.png
res/Pu.xml
res/Pw.xml
res/Px.xml
res/Q1.9.png
res/Q11.9.png
res/Q3.xml
res/QD.9.png
res/QF.xml
res/Qc.xml
res/Qk.xml
res/Qn.xml
res/Qv.png
res/Qw.xml
res/R2.xml
res/R5.xml
res/R6.xml
res/RB.png
res/RT.xml
res/RX.xml
res/Re.xml
res/Rq.xml
res/Rs.xml
res/Ru.xml
res/Rx.xml
res/SE.xml
res/SF.xml
res/SH.xml
res/SQ.xml
res/SS.xml
res/SU.xml
res/Sf.xml
res/Sp.xml
res/Sq.xml
res/Sr.png
res/St.xml
res/T1.xml
res/T2.9.png
res/T2.xml
res/TF.9.png
res/TK.xml
res/TM.xml
res/TP.xml
res/TQ.png
res/Te.xml
res/Tl.9.png
res/Ts.xml
res/Tv.xml
res/Tx.9.png
res/UE.xml
res/UI.xml
res/UK.xml
res/UO.xml
res/UQ.xml
res/UQ1.xml
res/UT.xml
res/UU.xml
res/UY.xml
res/U_.png
res/Uf.xml
res/Ug.xml
res/Us.9.png
res/Uz.xml
res/V-.9.png
res/V-1.9.png
res/V1.xml
res/V4.png
res/V7.xml
res/V9.png
res/V9.xml
res/VC.xml
res/VK.9.png
res/VW.png
res/VW1.png
res/Vc.xml
res/Ve.xml
res/Vj.xml
res/Vl.xml
res/Vq.png
res/WF.png
res/WG.xml
res/WO.xml
res/WP.xml
res/WQ.xml
res/WT.xml
res/WT1.xml
res/Wc.xml
res/Wh.png
res/Wl.xml
res/Wn.xml
res/Wo.xml
res/Ws.xml
res/X3.9.png
res/X5.png
res/X9.xml
res/XD.xml
res/XM.xml
res/XQ.xml
res/XS.xml
res/XU.xml
res/Xp.9.png
res/Xs.9.png
res/Xs1.9.png
res/Xu.xml
res/Y-.xml
res/YA.xml
res/YE.xml
res/YF.xml
res/YH.9.png
res/YK.xml
res/YM.9.png
res/YQ.xml
res/YW.png
res/Yh.png
res/Yt.9.png
res/Yw.xml
res/Z4.xml
res/ZD.xml
res/ZF.xml
res/ZF1.xml
res/ZK.xml
res/ZN.xml
res/ZQ.xml
res/ZW.xml
res/Za.xml
res/Zl.xml
res/_6.9.png
res/_7.png
res/_7.xml
res/_8.xml
res/_G.xml
res/_K.xml
res/_Q.xml
res/_d.xml
res/_i.xml
res/_l.xml
res/a2.xml
res/a5.xml
res/a6.png
res/aA.xml
res/aD.xml
res/aG.xml
res/aL.xml
res/aN.xml
res/aO.9.png
res/aO.xml
res/aR.xml
res/aW.xml
res/aY.png
res/ag.xml
res/ai.xml
res/ai1.xml
res/aj.xml
res/au.9.png
res/az.xml
res/b4.xml
res/b9.xml
res/b91.xml
res/bC.xml
res/bK.9.png
res/bL.xml
res/bM.xml
res/bT.xml
res/bW.png
res/bb.xml
res/bd.xml
res/bh.xml
res/bh1.xml
res/bl.xml
res/bn.xml
res/bu.9.png
res/bu.xml
res/c1.xml
res/c4.xml
res/cB.xml
res/cM.9.png
res/cR.xml
res/ca.9.png
res/cf.png
res/cf.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/color-v31/m3_dynamic_dark_default_color_primary_text.xml
res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml
res/color-v31/m3_dynamic_dark_highlighted_text.xml
res/color-v31/m3_dynamic_dark_hint_foreground.xml
res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml
res/color-v31/m3_dynamic_default_color_primary_text.xml
res/color-v31/m3_dynamic_default_color_secondary_text.xml
res/color-v31/m3_dynamic_highlighted_text.xml
res/color-v31/m3_dynamic_hint_foreground.xml
res/color-v31/m3_dynamic_primary_text_disable_only.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_borderless_text_material.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/m3_appbar_overlay_color.xml
res/color/m3_assist_chip_icon_tint_color.xml
res/color/m3_assist_chip_stroke_color.xml
res/color/m3_button_background_color_selector.xml
res/color/m3_button_foreground_color_selector.xml
res/color/m3_button_outline_color_selector.xml
res/color/m3_button_ripple_color.xml
res/color/m3_button_ripple_color_selector.xml
res/color/m3_calendar_item_disabled_text.xml
res/color/m3_calendar_item_stroke_color.xml
res/color/m3_card_foreground_color.xml
res/color/m3_card_ripple_color.xml
res/color/m3_card_stroke_color.xml
res/color/m3_chip_assist_text_color.xml
res/color/m3_chip_background_color.xml
res/color/m3_chip_ripple_color.xml
res/color/m3_chip_stroke_color.xml
res/color/m3_chip_text_color.xml
res/color/m3_dark_default_color_primary_text.xml
res/color/m3_dark_default_color_secondary_text.xml
res/color/m3_dark_highlighted_text.xml
res/color/m3_dark_hint_foreground.xml
res/color/m3_dark_primary_text_disable_only.xml
res/color/m3_default_color_primary_text.xml
res/color/m3_default_color_secondary_text.xml
res/color/m3_elevated_chip_background_color.xml
res/color/m3_highlighted_text.xml
res/color/m3_hint_foreground.xml
res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml
res/color/m3_navigation_bar_item_with_indicator_label_tint.xml
res/color/m3_navigation_bar_ripple_color_selector.xml
res/color/m3_navigation_item_background_color.xml
res/color/m3_navigation_item_icon_tint.xml
res/color/m3_navigation_item_ripple_color.xml
res/color/m3_navigation_item_text_color.xml
res/color/m3_popupmenu_overlay_color.xml
res/color/m3_primary_text_disable_only.xml
res/color/m3_radiobutton_ripple_tint.xml
res/color/m3_selection_control_button_tint.xml
res/color/m3_selection_control_ripple_color_selector.xml
res/color/m3_slider_active_track_color.xml
res/color/m3_slider_halo_color.xml
res/color/m3_slider_inactive_track_color.xml
res/color/m3_slider_thumb_color.xml
res/color/m3_switch_thumb_tint.xml
res/color/m3_switch_track_tint.xml
res/color/m3_tabs_icon_color.xml
res/color/m3_tabs_ripple_color.xml
res/color/m3_text_button_background_color_selector.xml
res/color/m3_text_button_foreground_color_selector.xml
res/color/m3_text_button_ripple_color_selector.xml
res/color/m3_textfield_filled_background_color.xml
res/color/m3_textfield_indicator_text_color.xml
res/color/m3_textfield_input_text_color.xml
res/color/m3_textfield_label_color.xml
res/color/m3_textfield_stroke_color.xml
res/color/m3_timepicker_button_background_color.xml
res/color/m3_timepicker_button_ripple_color.xml
res/color/m3_timepicker_button_text_color.xml
res/color/m3_timepicker_clock_text_color.xml
res/color/m3_timepicker_display_background_color.xml
res/color/m3_timepicker_display_ripple_color.xml
res/color/m3_timepicker_display_stroke_color.xml
res/color/m3_timepicker_display_text_color.xml
res/color/m3_timepicker_secondary_text_button_ripple_color.xml
res/color/m3_timepicker_secondary_text_button_text_color.xml
res/color/m3_tonal_button_ripple_color_selector.xml
res/color/material_cursor_color.xml
res/color/material_divider_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_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_bar_colored_item_tint.xml
res/color/mtrl_navigation_bar_colored_ripple_color.xml
res/color/mtrl_navigation_bar_item_tint.xml
res/color/mtrl_navigation_bar_ripple_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/cp.xml
res/cs.xml
res/cw.xml
res/cy.png
res/d1.9.png
res/d2.xml
res/dH.9.png
res/dH.xml
res/dL.xml
res/dO.xml
res/dR.xml
res/dV.xml
res/dc.xml
res/dk.xml
res/dp.xml
res/dr.xml
res/dv.9.png
res/e1.xml
res/e4.9.png
res/e6.xml
res/e7.xml
res/eB.9.png
res/eE.xml
res/eI.xml
res/eK.9.png
res/eN.xml
res/eS.xml
res/eU.xml
res/e_.xml
res/ee.png
res/eg.xml
res/ei.9.png
res/ei.xml
res/ej.xml
res/em.xml
res/eo.xml
res/eq.xml
res/ev.xml
res/ew.xml
res/f1.xml
res/f4.xml
res/f9.png
res/fB.xml
res/fD.9.png
res/fG.xml
res/fJ.xml
res/fL.xml
res/fL1.xml
res/fT.xml
res/fZ.9.png
res/fr.9.png
res/fv.9.png
res/fv.xml
res/fx.png
res/g1.xml
res/gA.xml
res/gE.xml
res/gF.xml
res/gG.9.png
res/gL.9.png
res/gP.xml
res/gT.xml
res/gT1.xml
res/gV.9.png
res/gZ.xml
res/gb.xml
res/gl.xml
res/gl1.xml
res/gl2.xml
res/gp.xml
res/gx.xml
res/h-.9.png
res/h0.9.png
res/h4.xml
res/hT.xml
res/h_.xml
res/hh.png
res/hj.9.png
res/hu.xml
res/hv.xml
res/i0.xml
res/i5.xml
res/iA.xml
res/iL.xml
res/iP.xml
res/iV.xml
res/ib.xml
res/ib1.xml
res/ih.xml
res/ii.9.png
res/il.png
res/io.xml
res/iw.xml
res/iw1.xml
res/ix.xml
res/j-.9.png
res/j9.9.png
res/j9.xml
res/jH.xml
res/jI.xml
res/jK.9.png
res/jQ.xml
res/jR.xml
res/jZ.9.png
res/ja.xml
res/je.xml
res/jh.9.png
res/jq.xml
res/jw.xml
res/k2.xml
res/kB.xml
res/kB1.xml
res/kK.9.png
res/kL.xml
res/kL1.xml
res/k_.png
res/ka.xml
res/kq.xml
res/l2.xml
res/l3.xml
res/lE.xml
res/lG.xml
res/lJ.xml
res/lQ.xml
res/lR.xml
res/lR1.xml
res/lU.xml
res/lW.xml
res/lX.xml
res/lZ.xml
res/ld.9.png
res/lf.xml
res/li.xml
res/ll.xml
res/m0.xml
res/m3.9.png
res/m6.xml
res/m9.9.png
res/mN.xml
res/mR.xml
res/mU.png
res/mX.xml
res/mZ.xml
res/mi.xml
res/ml.xml
res/mw.xml
res/n0.png
res/n6.xml
res/n9.9.png
res/nD.xml
res/nZ.xml
res/n_.png
res/n_.xml
res/nd.png
res/nl.xml
res/no.xml
res/ns.png
res/nz.xml
res/o-.xml
res/o1.9.png
res/o1.xml
res/oH.xml
res/oO.png
res/oR.9.png
res/oT.xml
res/oY.xml
res/oa.xml
res/om.xml
res/on.xml
res/oz.xml
res/oz1.xml
res/p7.xml
res/p8.xml
res/p81.xml
res/pF.9.png
res/pT.xml
res/pd.xml
res/py.xml
res/q0.xml
res/q1.xml
res/q6.xml
res/q61.xml
res/q62.xml
res/q7.xml
res/qK.xml
res/qL.xml
res/qP.xml
res/qQ.xml
res/qS.xml
res/qh.png
res/qr.9.png
res/qw.xml
res/r-.xml
res/r0.xml
res/r5.xml
res/rE.xml
res/rF.png
res/rJ.xml
res/rM.xml
res/rT.xml
res/rX.xml
res/rb.9.png
res/rc.png
res/rj.9.png
res/rn.png
res/ro.xml
res/rr.xml
res/rt.xml
res/ru.xml
res/rx.xml
res/s0.xml
res/s01.xml
res/s02.xml
res/s2.9.png
res/s3.9.png
res/s6.xml
res/s7.xml
res/sI.xml
res/sL.9.png
res/sZ.xml
res/sh.png
res/sk.png
res/sn.9.png
res/st.9.png
res/t0.xml
res/t3.xml
res/t7.xml
res/t9.xml
res/tD.xml
res/tE.xml
res/tE1.xml
res/tH.xml
res/tM.9.png
res/tM.xml
res/tQ.xml
res/tW.xml
res/ta.xml
res/tb.xml
res/tj.9.png
res/tq.xml
res/tr.9.png
res/tv.xml
res/u0.xml
res/u3.xml
res/u6.xml
res/u9.png
res/uB.9.png
res/uK.xml
res/uL.xml
res/uP.xml
res/uP1.xml
res/uT.xml
res/uW.9.png
res/ue.xml
res/ug.xml
res/uo.xml
res/uu.png
res/uv.xml
res/v2.xml
res/v6.9.png
res/v8.xml
res/vD.xml
res/vH.xml
res/vM.png
res/vM.xml
res/vO.xml
res/vP.xml
res/va.png
res/va.xml
res/vc.xml
res/vd.png
res/vl.xml
res/vp.xml
res/vp1.xml
res/vw.xml
res/vy.9.png
res/vz.xml
res/w4.xml
res/wA.xml
res/wG.xml
res/wI.xml
res/wI1.xml
res/wK.9.png
res/wL.9.png
res/wN.png
res/wT.png
res/wY.xml
res/wi.9.png
res/wi1.9.png
res/wn.xml
res/wo.xml
res/wz.xml
res/x1.xml
res/x11.xml
res/x5.9.png
res/x8.xml
res/xM.png
res/xN.xml
res/xR.png
res/x_.xml
res/xa.xml
res/xk.xml
res/xm.xml
res/xs.xml
res/xy.xml
res/y9.xml
res/yD.png
res/yO.9.png
res/yP.xml
res/yf.xml
res/yw.xml
res/yx.xml
res/z1.xml
res/z3.xml
res/z5.9.png
res/zB.xml
res/zH.xml
res/zL.xml
res/zR.xml
res/zq.xml
res/zs.png
resources.arsc
DebugProbesKt.bin
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.browser_browser.version
META-INF/androidx.cardview_cardview.version
META-INF/androidx.coordinatorlayout_coordinatorlayout.version
META-INF/androidx.core_core-ktx.version
META-INF/androidx.core_core.version
META-INF/androidx.cursoradapter_cursoradapter.version
META-INF/androidx.customview_customview.version
META-INF/androidx.databinding_viewbinding.version
META-INF/androidx.documentfile_documentfile.version
META-INF/androidx.drawerlayout_drawerlayout.version
META-INF/androidx.dynamicanimation_dynamicanimation.version
META-INF/androidx.emoji2_emoji2-views-helper.version
META-INF/androidx.emoji2_emoji2.version
META-INF/androidx.fragment_fragment.version
META-INF/androidx.interpolator_interpolator.version
META-INF/androidx.legacy_legacy-support-core-utils.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-savedstate.version
META-INF/androidx.lifecycle_lifecycle-viewmodel.version
META-INF/androidx.loader_loader.version
META-INF/androidx.localbroadcastmanager_localbroadcastmanager.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.security_security-crypto.version
META-INF/androidx.sqlite_sqlite-framework.version
META-INF/androidx.sqlite_sqlite.version
META-INF/androidx.startup_startup-runtime.version
META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version
META-INF/androidx.tracing_tracing.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/androidx.work_work-runtime-ktx.version
META-INF/androidx.work_work-runtime.version
META-INF/com.google.android.material_material.version
META-INF/kotlinx_coroutines_android.version
META-INF/kotlinx_coroutines_core.version
META-INF/services/sg
META-INF/services/v30
androidsupportmultidexversion.txt
build-data.properties
firebase-analytics.properties
firebase-annotations.properties
firebase-components.properties
firebase-core.properties
firebase-datatransport.properties
firebase-encoders-json.properties
firebase-encoders-proto.properties
firebase-encoders.properties
firebase-iid-interop.properties
firebase-installations-interop.properties
firebase-measurement-connector.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
messaging_event.proto
messaging_event_extension.proto
play-services-ads-base.properties
play-services-ads-identifier.properties
play-services-ads-lite.properties
play-services-ads.properties
play-services-appset.properties
play-services-base.properties
play-services-basement.properties
play-services-cloud-messaging.properties
play-services-location.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
transport-api.properties
transport-backend-cct.properties
transport-runtime.properties
user-messaging-platform.properties
META-INF/CERT.SF
META-INF/CERT.RSA
META-INF/MANIFEST.MF

污点分析

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