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

APP评分

病毒检测 文件安全

安全评分

文件信息

文件名称 my-tv-v1.6.9.apk
文件大小 10.8MB
MD5 4f26f2b4591b16830d3feecf300a0774
SHA1 49418634dd8947cf9b487366999019516249281b
SHA256 5857473d89c7881332c651bd70905a08e864e81376e9130acc86866803a0f622

应用信息

应用名称 我的电视
包名 com.lizongying.mytv
主活动 com.lizongying.mytv.MainActivity
目标SDK 33     最小SDK 17
版本号 1.6.9     子版本号 17172736
加固信息 未加壳

组件导出信息

反编译代码

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

证书信息

二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: True
v4 签名: False
主题: C=CN
签名算法: rsassa_pkcs1v15
有效期自: 2023-12-04 13:44:55+00:00
有效期至: 2048-11-27 13:44:55+00:00
发行人: C=CN
序列号: 0x1
哈希算法: sha256
证书MD5: eb111cc5e196c5e176cc4397d60797b0
证书SHA1: 91eb2ca3d0d4d3eee30edf46a0724d8017c6a9de
证书SHA256: 1d7adaa866cf922e3785a9b6d4eee05ab779501c35f3dfa8094c73a315ed083f
证书SHA512: 62c2f55db45e8b71048678681fca4270d074dfced22cb7971a310f6dc20fb7f0fa58d45ab707989303214b491ca365be5799b2e49aad54f91e5387370d3e8fbb
公钥算法: rsa
密钥长度: 2048
指纹: e8b15ca249b1a197e19ff44bd271355e4c5c637747eef04c0dbeb83fdd11d30e
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
android.permission.WRITE_EXTERNAL_STORAGE 危险 读取/修改/删除外部存储内容 允许应用程序写入外部存储。
android.permission.RECEIVE_BOOT_COMPLETED 普通 开机自启 允许应用程序在系统完成启动后即自行启动。这样会延长手机的启动时间,而且如果应用程序一直运行,会降低手机的整体速度。
com.lizongying.mytv.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION 未知 未知权限 来自 android 引用的未知权限。

证书分析

高危
0
警告
1
信息
1
标题 严重程度 描述信息
已签名应用 信息 应用程序已使用代码签名证书进行签名
应用程序存在Janus漏洞 警告 应用程序使用了v1签名方案进行签名,如果只使用v1签名方案,那么它就容易受到安卓5.0-8.0上的Janus漏洞的攻击。在安卓5.0-7.0上运行的使用了v1签名方案的应用程序,以及同时使用了v2/v3签名方案的应用程序也同样存在漏洞。

MANIFEST分析

高危
0
警告
6
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序可以安装在有漏洞的已更新 Android 版本上
Android 4.2-4.2.2, [minSdk=17]
警告 该应用程序可以安装在具有多个未修复漏洞的旧版本 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]
信息 网络安全配置功能让应用程序可以在一个安全的,声明式的配置文件中自定义他们的网络安全设置,而不需要修改应用程序代码。这些设置可以针对特定的域名和特定的应用程序进行配置。
4 应用程序数据可以被备份
[android:allowBackup=true]
警告 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
5 Broadcast Receiver (com.lizongying.mytv.BootReceiver) 未被保护。
[android:exported=true]
警告 发现 Broadcast Receiver与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。
6 Broadcast Receiver (com.lizongying.mytv.NetworkChangeReceiver) 未被保护。
[android:exported=true]
警告 发现 Broadcast Receiver与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。
7 Broadcast Receiver (androidx.profileinstaller.ProfileInstallReceiver) 受权限保护, 但是应该检查权限的保护级别。
Permission: android.permission.DUMP
[android:exported=true]
警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。

可浏览的ACTIVITIES

ACTIVITY INTENT

网络安全配置

高危
2
警告
1
信息
0
安全
0
序号 范围 严重级别 描述
1 *
基本配置不安全地配置为允许到所有域的明文流量。
2 *
警告 基本配置配置为信任系统证书。
3 *
基本配置配置为信任用户安装的证书。

API调用分析

API功能 源码文件
一般功能-> 文件操作
com/bumptech/glide/Glide.java
com/bumptech/glide/ModelTypes.java
com/bumptech/glide/RequestBuilder.java
com/bumptech/glide/RequestManager.java
com/bumptech/glide/disklrucache/DiskLruCache.java
com/bumptech/glide/disklrucache/StrictLineReader.java
com/bumptech/glide/disklrucache/Util.java
com/bumptech/glide/gifdecoder/GifDecoder.java
com/bumptech/glide/gifdecoder/StandardGifDecoder.java
com/bumptech/glide/load/Encoder.java
com/bumptech/glide/load/HttpException.java
com/bumptech/glide/load/ImageHeaderParser.java
com/bumptech/glide/load/ImageHeaderParserUtils.java
com/bumptech/glide/load/ResourceDecoder.java
com/bumptech/glide/load/data/AssetFileDescriptorLocalUriFetcher.java
com/bumptech/glide/load/data/AssetPathFetcher.java
com/bumptech/glide/load/data/BufferedOutputStream.java
com/bumptech/glide/load/data/DataRewinder.java
com/bumptech/glide/load/data/ExifOrientationStream.java
com/bumptech/glide/load/data/FileDescriptorAssetPathFetcher.java
com/bumptech/glide/load/data/FileDescriptorLocalUriFetcher.java
com/bumptech/glide/load/data/HttpUrlFetcher.java
com/bumptech/glide/load/data/InputStreamRewinder.java
com/bumptech/glide/load/data/LocalUriFetcher.java
com/bumptech/glide/load/data/ParcelFileDescriptorRewinder.java
com/bumptech/glide/load/data/StreamAssetPathFetcher.java
com/bumptech/glide/load/data/StreamLocalUriFetcher.java
com/bumptech/glide/load/data/mediastore/FileService.java
com/bumptech/glide/load/data/mediastore/ThumbFetcher.java
com/bumptech/glide/load/data/mediastore/ThumbnailStreamOpener.java
com/bumptech/glide/load/engine/DataCacheGenerator.java
com/bumptech/glide/load/engine/DataCacheWriter.java
com/bumptech/glide/load/engine/DecodeHelper.java
com/bumptech/glide/load/engine/DecodePath.java
com/bumptech/glide/load/engine/GlideException.java
com/bumptech/glide/load/engine/ResourceCacheGenerator.java
com/bumptech/glide/load/engine/cache/DiskCache.java
com/bumptech/glide/load/engine/cache/DiskCacheAdapter.java
com/bumptech/glide/load/engine/cache/DiskLruCacheFactory.java
com/bumptech/glide/load/engine/cache/DiskLruCacheWrapper.java
com/bumptech/glide/load/engine/cache/ExternalCacheDiskCacheFactory.java
com/bumptech/glide/load/engine/cache/ExternalPreferredCacheDiskCacheFactory.java
com/bumptech/glide/load/engine/cache/InternalCacheDiskCacheFactory.java
com/bumptech/glide/load/engine/executor/RuntimeCompat.java
com/bumptech/glide/load/model/AssetUriLoader.java
com/bumptech/glide/load/model/ByteArrayLoader.java
com/bumptech/glide/load/model/ByteBufferEncoder.java
com/bumptech/glide/load/model/ByteBufferFileLoader.java
com/bumptech/glide/load/model/DataUrlLoader.java
com/bumptech/glide/load/model/FileLoader.java
com/bumptech/glide/load/model/MediaStoreFileLoader.java
com/bumptech/glide/load/model/ResourceLoader.java
com/bumptech/glide/load/model/StreamEncoder.java
com/bumptech/glide/load/model/StringLoader.java
com/bumptech/glide/load/model/UriLoader.java
com/bumptech/glide/load/model/UrlUriLoader.java
com/bumptech/glide/load/model/stream/BaseGlideUrlLoader.java
com/bumptech/glide/load/model/stream/HttpGlideUrlLoader.java
com/bumptech/glide/load/model/stream/HttpUriLoader.java
com/bumptech/glide/load/model/stream/MediaStoreImageThumbLoader.java
com/bumptech/glide/load/model/stream/MediaStoreVideoThumbLoader.java
com/bumptech/glide/load/model/stream/QMediaStoreUriLoader.java
com/bumptech/glide/load/model/stream/UrlLoader.java
com/bumptech/glide/load/resource/ImageDecoderResourceDecoder.java
com/bumptech/glide/load/resource/bitmap/BitmapDrawableDecoder.java
com/bumptech/glide/load/resource/bitmap/BitmapDrawableEncoder.java
com/bumptech/glide/load/resource/bitmap/BitmapEncoder.java
com/bumptech/glide/load/resource/bitmap/BitmapImageDecoderResourceDecoder.java
com/bumptech/glide/load/resource/bitmap/ByteBufferBitmapDecoder.java
com/bumptech/glide/load/resource/bitmap/ByteBufferBitmapImageDecoderResourceDecoder.java
com/bumptech/glide/load/resource/bitmap/DefaultImageHeaderParser.java
com/bumptech/glide/load/resource/bitmap/Downsampler.java
com/bumptech/glide/load/resource/bitmap/ExifInterfaceImageHeaderParser.java
com/bumptech/glide/load/resource/bitmap/HardwareConfigState.java
com/bumptech/glide/load/resource/bitmap/ImageReader.java
com/bumptech/glide/load/resource/bitmap/InputStreamBitmapImageDecoderResourceDecoder.java
com/bumptech/glide/load/resource/bitmap/ParcelFileDescriptorBitmapDecoder.java
com/bumptech/glide/load/resource/bitmap/RecyclableBufferedInputStream.java
com/bumptech/glide/load/resource/bitmap/StreamBitmapDecoder.java
com/bumptech/glide/load/resource/bitmap/VideoDecoder.java
com/bumptech/glide/load/resource/file/FileDecoder.java
com/bumptech/glide/load/resource/file/FileResource.java
com/bumptech/glide/load/resource/gif/ByteBufferGifDecoder.java
com/bumptech/glide/load/resource/gif/GifDrawableEncoder.java
com/bumptech/glide/load/resource/gif/StreamGifDecoder.java
com/bumptech/glide/load/resource/transcode/BitmapBytesTranscoder.java
com/bumptech/glide/util/ByteBufferUtil.java
com/bumptech/glide/util/ContentLengthInputStream.java
com/bumptech/glide/util/ExceptionCatchingInputStream.java
com/bumptech/glide/util/MarkEnforcingInputStream.java
com/lizongying/mytv/SP.java
com/lizongying/mytv/TV.java
com/lizongying/mytv/UpdateManager.java
com/lizongying/mytv/Utils$getTimestampFromServer$2.java
com/lizongying/mytv/api/AuthRequest.java
com/lizongying/mytv/api/LiveInfoRequest.java
com/lizongying/mytv/api/Tls12SocketFactory.java
com/lizongying/mytv/proto/Ysp.java
加密解密-> 信息摘要算法
组件-> 启动 Activity com/lizongying/mytv/BootReceiver.java
com/lizongying/mytv/UpdateManager.java
一般功能-> IPC通信
一般功能-> 获取系统服务(getSystemService)
组件-> ContentProvider com/lizongying/mytv/InitializerProvider.java
网络通信-> TCP套接字 com/lizongying/mytv/api/Tls12SocketFactory.java
网络通信-> SSL证书处理 com/lizongying/mytv/api/ApiClient.java
com/lizongying/mytv/api/Tls12SocketFactory.java
一般功能-> 加载so文件 com/lizongying/mytv/Encryptor.java
一般功能-> 获取活动网路信息 com/bumptech/glide/manager/DefaultConnectivityMonitor.java
com/lizongying/mytv/ExtKt.java
网络通信-> OkHttpClient Connection com/lizongying/mytv/Utils$getTimestampFromServer$2.java
com/lizongying/mytv/api/ApiClient.java
网络通信-> HTTP建立连接 com/bumptech/glide/load/data/HttpUrlFetcher.java
一般功能-> Android通知 com/bumptech/glide/request/target/NotificationTarget.java
调用java反射机制 com/bumptech/glide/Glide.java
com/bumptech/glide/module/ManifestParser.java
加密解密-> Base64 解密 com/bumptech/glide/load/model/DataUrlLoader.java
com/lizongying/mytv/Request.java
隐私数据-> 屏幕截图,截取自己应用内部界面 com/bumptech/glide/load/resource/bitmap/TransformationUtils.java
加密解密-> Crypto加解密组件 com/lizongying/mytv/Request.java

源代码分析

高危
2
警告
3
信息
1
安全
1
屏蔽
0
序号 问题 等级 参考标准 文件位置 操作
1 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3
com/bumptech/glide/Glide.java
com/bumptech/glide/gifdecoder/GifHeaderParser.java
com/bumptech/glide/gifdecoder/StandardGifDecoder.java
com/bumptech/glide/load/data/AssetPathFetcher.java
com/bumptech/glide/load/data/HttpUrlFetcher.java
com/bumptech/glide/load/data/LocalUriFetcher.java
com/bumptech/glide/load/data/mediastore/ThumbFetcher.java
com/bumptech/glide/load/data/mediastore/ThumbnailStreamOpener.java
com/bumptech/glide/load/engine/DecodeJob.java
com/bumptech/glide/load/engine/DecodePath.java
com/bumptech/glide/load/engine/Engine.java
com/bumptech/glide/load/engine/GlideException.java
com/bumptech/glide/load/engine/SourceGenerator.java
com/bumptech/glide/load/engine/bitmap_recycle/LruArrayPool.java
com/bumptech/glide/load/engine/bitmap_recycle/LruBitmapPool.java
com/bumptech/glide/load/engine/cache/DiskLruCacheWrapper.java
com/bumptech/glide/load/engine/cache/MemorySizeCalculator.java
com/bumptech/glide/load/engine/executor/GlideExecutor.java
com/bumptech/glide/load/engine/executor/RuntimeCompat.java
com/bumptech/glide/load/engine/prefill/BitmapPreFillRunner.java
com/bumptech/glide/load/model/ByteBufferEncoder.java
com/bumptech/glide/load/model/ByteBufferFileLoader.java
com/bumptech/glide/load/model/FileLoader.java
com/bumptech/glide/load/model/ResourceLoader.java
com/bumptech/glide/load/model/StreamEncoder.java
com/bumptech/glide/load/resource/ImageDecoderResourceDecoder.java
com/bumptech/glide/load/resource/bitmap/BitmapEncoder.java
com/bumptech/glide/load/resource/bitmap/BitmapImageDecoderResourceDecoder.java
com/bumptech/glide/load/resource/bitmap/DefaultImageHeaderParser.java
com/bumptech/glide/load/resource/bitmap/Downsampler.java
com/bumptech/glide/load/resource/bitmap/DrawableToBitmapConverter.java
com/bumptech/glide/load/resource/bitmap/HardwareConfigState.java
com/bumptech/glide/load/resource/bitmap/TransformationUtils.java
com/bumptech/glide/load/resource/bitmap/VideoDecoder.java
com/bumptech/glide/load/resource/gif/ByteBufferGifDecoder.java
com/bumptech/glide/load/resource/gif/GifDrawableEncoder.java
com/bumptech/glide/load/resource/gif/StreamGifDecoder.java
com/bumptech/glide/manager/DefaultConnectivityMonitor.java
com/bumptech/glide/manager/DefaultConnectivityMonitorFactory.java
com/bumptech/glide/manager/RequestManagerFragment.java
com/bumptech/glide/manager/RequestManagerRetriever.java
com/bumptech/glide/manager/RequestTracker.java
com/bumptech/glide/manager/SupportRequestManagerFragment.java
com/bumptech/glide/module/ManifestParser.java
com/bumptech/glide/request/SingleRequest.java
com/bumptech/glide/request/target/CustomViewTarget.java
com/bumptech/glide/request/target/ViewTarget.java
com/bumptech/glide/signature/ApplicationVersionSignature.java
com/bumptech/glide/util/ContentLengthInputStream.java
com/bumptech/glide/util/pool/FactoryPools.java
com/lizongying/mytv/ExtKt.java
com/lizongying/mytv/InfoFragment.java
com/lizongying/mytv/MainActivity.java
com/lizongying/mytv/MainFragment.java
com/lizongying/mytv/PlayerFragment.java
com/lizongying/mytv/Request.java
com/lizongying/mytv/UpdateManager$checkAndUpdate$1.java
com/lizongying/mytv/UpdateManager.java
com/lizongying/mytv/Utils.java
com/lizongying/mytv/api/ApiClient.java
com/lizongying/mytv/api/AuthRequest.java
com/lizongying/mytv/api/LiveInfoRequest.java
com/lizongying/mytv/models/TVViewModel.java
2 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 警告 CWE: CWE-312: 明文存储敏感信息
OWASP Top 10: M9: Reverse Engineering
OWASP MASVS: MSTG-STORAGE-14
3 MD5是已知存在哈希冲突的弱哈希 警告 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
com/lizongying/mytv/ExtKt.java
4 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 警告 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
com/lizongying/mytv/UpdateManager.java
5 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 安全
OWASP MASVS: MSTG-NETWORK-4
com/lizongying/mytv/api/ApiClient.java
6 使用弱加密算法 高危 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
com/lizongying/mytv/Request.java
7 应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。 高危 CWE: CWE-649: 依赖于混淆或加密安全相关输入而不进行完整性检查
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-3
com/lizongying/mytv/Request.java

动态库分析

序号 动态库 NX(堆栈禁止执行) STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)
1 arm64-v8a/libnative.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
Full RELRO
info
此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
True
info
二进制文件有以下加固函数: ['__strlen_chk', '__memcpy_chk', '__vsnprintf_chk', '__vsprintf_chk', '__FD_SET_chk']
False
warning
符号可用
2 arm64-v8a/libnothing.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
符号可用

文件分析

序号 问题 文件

VIRUSTOTAL扫描

  检出率: 0 / 65       完整报告

滥用权限

恶意软件常用权限 1/30
android.permission.RECEIVE_BOOT_COMPLETED
其它常用权限 3/46
android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
android.permission.WRITE_EXTERNAL_STORAGE

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

IP地图

域名检测

域名 状态 中国境内 位置信息 解析
liveru.cgtn.com 安全
IP地址: 117.91.184.51
国家: China
地区: Jiangsu
城市: Yangzhou
查看: 高德地图





livedoc.cgtn.com 安全
IP地址: 180.101.76.201
国家: China
地区: Jiangsu
城市: Suqian
查看: 高德地图





m.fengshows.com 安全
IP地址: 47.52.123.118
国家: Hong Kong
地区: Hong Kong
城市: Hong Kong
查看: Google 地图





schemas.microsoft.com 安全
IP地址: 13.107.213.74
国家: United States of America
地区: Washington
城市: Redmond
查看: Google 地图





livefr.cgtn.com 安全
IP地址: 117.91.184.51
国家: China
地区: Jiangsu
城市: Yangzhou
查看: 高德地图





dbiptv.sn.chinamobile.com 安全
IP地址: 111.20.45.131
国家: China
地区: Shaanxi
城市: Xi'an
查看: 高德地图





btrace.yangshipin.cn 安全
IP地址: 49.233.120.188
国家: China
地区: Beijing
城市: Beijing
查看: 高德地图





lyrics.run 安全
IP地址: 81.70.206.131
国家: China
地区: Beijing
城市: Beijing
查看: 高德地图





live.cgtn.com 安全
IP地址: 180.101.76.192
国家: China
地区: Jiangsu
城市: Suqian
查看: 高德地图





c1.fengshows-cdn.com 安全
IP地址: 47.89.66.240
国家: Japan
地区: Osaka
城市: Osaka
查看: Google 地图





player-api.yangshipin.cn 安全
IP地址: 101.42.114.129
国家: China
地区: Beijing
城市: Beijing
查看: 高德地图





default.url 安全
没有可用的地理位置信息。




aomedia.org 安全
IP地址: 185.199.111.153
国家: United States of America
地区: Pennsylvania
城市: California
查看: Google 地图





exoplayer.dev 安全
IP地址: 185.199.108.153
国家: United States of America
地区: Pennsylvania
城市: California
查看: Google 地图





live.gxrb.com.cn 安全
IP地址: 219.159.81.143
国家: China
地区: Guangxi Zhuangzu
城市: Nanning
查看: 高德地图





api.m.taobao.com 安全
IP地址: 140.205.160.4
国家: China
地区: Zhejiang
城市: Hangzhou
查看: 高德地图





livear.cgtn.com 安全
IP地址: 117.91.184.51
国家: China
地区: Jiangsu
城市: Yangzhou
查看: 高德地图





ottrrs.hl.chinamobile.com 安全
IP地址: 39.134.65.106
国家: China
地区: Heilongjiang
城市: Harbin
查看: 高德地图





www.yangshipin.cn 安全
IP地址: 122.224.48.93
国家: China
地区: Zhejiang
城市: Shaoxing
查看: 高德地图





livees.cgtn.com 安全
IP地址: 114.230.204.14
国家: China
地区: Jiangsu
城市: Yangzhou
查看: 高德地图





capi.yangshipin.cn 安全
IP地址: 61.160.208.59
国家: China
地区: Jiangsu
城市: Changzhou
查看: 高德地图





resources.yangshipin.cn 安全
IP地址: 61.160.208.59
国家: China
地区: Jiangsu
城市: Changzhou
查看: 高德地图





hw-m-l.cztv.com 安全
没有可用的地理位置信息。




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




手机号码

手机号 源码文件
17512775099
自研引擎分析结果

网址

网址信息 源码文件
www.yangshipin.cn/#/tv/home?pid=
https://www.yangshipin.cn/#/tv/home?pid=
com/lizongying/mytv/Request.java
https://github.com/lizongying/my-tv
com/lizongying/mytv/SettingFragment.java
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226231/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/d57905b93540bd15f0c48230dbbbff7ee0d645ff539e38866e2d15c8b9f7dfcd.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226195/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/20115388de0207131af17eac86c33049b95d69eaff064e55653a1b941810a006.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226397/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/7b7a65c712450da3deb6ca66fbacf4f9aee00d3f20bd80eafb5ada01ec63eb3a.png?imagemogr2/format/webp
http://39.134.24.161/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226191/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226191/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/f357e58fdbcc076a3d65e1f958c942b2e14f14342c60736ceed98b092d35356a.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226395/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/0a6a7138952675983a3d854df7688557b286d59aa06166edae51506f9204d655.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226393/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/741515efda91f03f455df8a7da4ee11fa9329139c276435cf0a9e2af398d5bf2.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226192/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/b29af94e295ebdf646cefb68122c429b9cd921f498ca20d2d8070252536f9ff9.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226391/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/ad51de94426a0ba039e6dd6a8534ea98ecc813a6176bde87b4f18cc34d6d7590.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226197/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/2ed1b4deeca179d5db806bb941790f82eb92a1b7299c1c38fe027f95a5caee5e.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226189/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/aa6157ec65188cd41826e5a2f088c3d6d153205f5f6428258d12c59999e221aa.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226240/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/ed12ed7c7a1034dae4350011fe039284c5d5a836506b28c9e32e3c75299625c0.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226190/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/484083cffaa40df7e659565e8cb4d1cc740158a185512114167aa21fa0c59240.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226233/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/266da7b43c03e2312186b4a999e0f060e8f15b10d2cc2c9aa32171819254cf1a.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226193/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/af6b603896938dc346fbb16abfc63c12cba54b0ec9d18770a15d347d115f12d5.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225785/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/2ceee92188ef684efe0d8b90839c4f3ad450d179dc64d59beff417059453af47.png?imagemogr2/format/webp
http://39.134.24.162/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226921/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226921/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/53793fa7bacd3a93ff6dc5d2758418985e1f952a316c335d663b572d8bdcd74d.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226198/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/ddef563072f8bad2bea5b9e52674cb7b4ed50efb20c26e61994dfbdf05c1e3c0.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226221/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/649ad76a90bfef55b05db9fe52e006487280f619089099d5dc971e387fc6eff0.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/3e9d06fd7244d950df5838750f1c6ac3456e172b51caca2c16d2282125b111e8.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226950/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/4d549e53e6d0f632d5a633d1945280797b153e588f919221a07faa869812cc89.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226959/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/a556bd7d93ce65e18f243a8892b5604f4faa994a4897315914216a710a706208.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226972/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/5661bd04fecdb6e899f801147a22ab5d3a475bf2b62e30aec2c0023190ebc9b1.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/bb3c6c9e145d698137f5bb64a582021a01b51344b929003630eb769ea65832a9.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226953/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/bbf1d024c5228b8dd128b0e3cb1717d173fab4ee84c3a4c8a57b1a215362ca3b.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226975/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/4c6b6a6d3839889f34d33db3c2f80233b26b74d3489b393487635f8704e70796.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226984/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/cd1e2bb52b06a991de168733e5ff0f1d85adc8042d40c8f393f723543e5dd08a.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226978/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/cdd1b31ede7a5ad049ed53d9a072422f829e72dd062ed2c19e077fdd01699071.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226969/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/fa28955ce8b2539d728bf4c6a13a46ff57ad76eae46627f7bcfb1ed8a613d3fc.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226981/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/14ac5ce40482cacd3d4b37435222bfe86af2b452a2f04ecbfc1d13d76edd7c57.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226956/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/10e14a92478011aa6c3c8562e62127f3b1908e29fcd78e4b2b24b9e6d3ec2fbc.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226987/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/244d72c0eb1615ed7d51c2f5db5a67f306aa3f58c05bc2d34de3aa7e956dc8c9.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/54a6863656fdfd8f803be193ddf22441c5000a108833889816fd2d8911715ce8.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226217/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/9bd372ca292a82ce3aa08772b07efc4af1f85c21d1f268ea33440c49e9a0a488.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226307/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226211/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/4120e89d3079d08aa17d382f69a2308ec70839b278367763c34a34666c75cb88.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226477/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226194/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/7a6be5a2bb1dc53a945c016ff1f525dc4a84c51db371c15c89aa55404b0ba784.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226546/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226201/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/ac4ed6058a87c101ae7147ebc38905d0cae047fb73fd277ee5049b84f52bda36.png?imagemogr2/format/webp
http://39.134.24.166/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226200/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226200/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/380ad685c0c1d5b2c902246b8d2df6d3f9b45e2837abcfe493075bbded597a31.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226344/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225764/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/3c760d0d00463855890e8a1864ea4a6b6dd66b90c29b4ac714a4b17c16519871.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226209/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/22d403f07a7cf5410b3ad3ddb65a11aa229a32475fac213f5344c9f0ec330ca1.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226216/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/28886880a4dc0f06fb7e0a528a1def0591d61a65870e29176ede0cc92033bbfd.png?imagemogr2/format/webp
http://live.gxrb.com.cn/tv/gxtvlive03/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225770/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/54b7e97cb816bb223fe05f3fc44da2c7820eb66e8550c19d23100f2c414ecc38.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226409/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226202/index.m3u8
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226480/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225767/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/74925962148a6d31c85808b6cd4e444c2a54bab393d2c5fc85e960b50e22fa86.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226406/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225750/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/d545becdc81c60197b08c7f47380705e4665ed3fe55efc8b855e486f6e655378.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226474/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225793/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/4eb45f4781d33d872af027dc01c941559aab55667dd99cc5c22bef7037807b13.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221225728/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226222/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/f4f23633c578beea49a3841d88d3490100f029ee349059fa532869db889872c5.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226327/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226215/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/d8273ae9be698ce2db21f5b886ecac95a73429593f93713c60ed8c12c38bf0d3.png?imagemogr2/format/webp
http://hw-m-l.cztv.com/channels/lantian/channel01/1080p.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226199/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/a66c836bd98ba3e41a2e9a570d4b9c50dedc6839e9de333e2e78212ad505f37e.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226391/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226203/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/f35fa04b51b1ee4984b03578b65403570868ebca03c6c01e11b097f999a58d9b.png?imagemogr2/format/webp
http://39.134.24.166/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226205/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226205/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/d59fec04c902e3581c617136d02d4b9b8c4cbe64272781ddd3525e80c823edb7.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225768/index.m3u8
http://39.134.24.166/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225768/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/3276a414ae0eaa0f116f2045cd913367967d0c7c1e978e8621ac3879436c6ed7.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226341/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225766/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/3208fe6564a293c21b711333fb3edb05bb5b406cff840573c9a8d839680a1579.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226465/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225769/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/6e060391fde0469801fc3d84dbf204b4f8d650d251f17d7595a6964c0bb99e81.png?imagemogr2/format/webp
http://c1.fengshows-cdn.com/a/2021_22/79dcc3a9da358a3.png
http://c1.fengshows-cdn.com/a/2021_22/ede3d9e09be28e5.png
http://c1.fengshows-cdn.com/a/2021_23/325d941090bee17.png
http://live.cgtn.com/1000/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/a72dff758ca1c17cd0ecc8cedc11b893d208f409d5e6302faa0e9d298848abc3.png?imagemogr2/format/webp
https://livefr.cgtn.com/1000f/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/a8d0046a47433d952bf6ed17062deb8bd2184ba9aec0f7781df6bf9487a3ffcf.png?imagemogr2/format/webp
http://liveru.cgtn.com/1000r/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/bf0a820893cbaf20dd0333e27042e1ef9c8806e5b602b6a8c95af399db0bc77a.png?imagemogr2/format/webp
http://livear.cgtn.com/1000a/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/2e44e2aa3e7a1cedf07fd0ae59fe69e86a60a2632660a006e3e9e7397b2d107e.png?imagemogr2/format/webp
http://livees.cgtn.com/500e/prog_index.m3u8
http://livees.cgtn.com/1000e/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202309/7c337e3dbe64402ec7e4678a619a4a6d95144e42f35161181ff78e143b7cf67a.png?imagemogr2/format/webp
https://livedoc.cgtn.com/500d/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202309/74d3ac436a7e374879578de1d87a941fbf566d39d5632b027c5097891ed32bd5.png?imagemogr2/format/webp
com/lizongying/mytv/TVList.java
https://api.m.taobao.com/rest/api3.do?api=mtop.common.gettimestamp
com/lizongying/mytv/Utils$getTimestampFromServer$2.java
https://player-api.yangshipin.cn/
https://lyrics.run/
https://capi.yangshipin.cn/
https://btrace.yangshipin.cn/
https://m.fengshows.com/
com/lizongying/mytv/api/ApiClient.java
https://www.yangshipin.cn/
com/lizongying/mytv/api/YSPApiService.java
https://www.yangshipin.cn/
www.yangshipin.cn
www.yangshipin.cn/
com/lizongying/mytv/api/YSPBtraceService.java
https://resources.yangshipin.cn/assets/oms/image/202306/aa6157ec65188cd41826e5a2f088c3d6d153205f5f6428258d12c59999e221aa.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/d59fec04c902e3581c617136d02d4b9b8c4cbe64272781ddd3525e80c823edb7.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226191/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/a72dff758ca1c17cd0ecc8cedc11b893d208f409d5e6302faa0e9d298848abc3.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226341/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226215/index.m3u8
https://github.com/lizongying/my-tv
https://player-api.yangshipin.cn/
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225768/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225767/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225769/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/22d403f07a7cf5410b3ad3ddb65a11aa229a32475fac213f5344c9f0ec330ca1.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/a556bd7d93ce65e18f243a8892b5604f4faa994a4897315914216a710a706208.png?imagemogr2/format/webp
https://www.yangshipin.cn/
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226221/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/cd1e2bb52b06a991de168733e5ff0f1d85adc8042d40c8f393f723543e5dd08a.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226195/index.m3u8
https://developer.apple.com/streaming/emsg-id3
http://live.gxrb.com.cn/tv/gxtvlive03/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/3c760d0d00463855890e8a1864ea4a6b6dd66b90c29b4ac714a4b17c16519871.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/741515efda91f03f455df8a7da4ee11fa9329139c276435cf0a9e2af398d5bf2.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/54b7e97cb816bb223fe05f3fc44da2c7820eb66e8550c19d23100f2c414ecc38.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226480/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/4c6b6a6d3839889f34d33db3c2f80233b26b74d3489b393487635f8704e70796.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/f4f23633c578beea49a3841d88d3490100f029ee349059fa532869db889872c5.png?imagemogr2/format/webp
http://39.134.24.166/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225768/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226209/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/4eb45f4781d33d872af027dc01c941559aab55667dd99cc5c22bef7037807b13.png?imagemogr2/format/webp
http://live.cgtn.com/1000/prog_index.m3u8
https://exoplayer.dev/issues/cleartext-not-permitted
https://resources.yangshipin.cn/assets/oms/image/202306/a66c836bd98ba3e41a2e9a570d4b9c50dedc6839e9de333e2e78212ad505f37e.png?imagemogr2/format/webp
http://39.134.24.166/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226200/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226192/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/3e9d06fd7244d950df5838750f1c6ac3456e172b51caca2c16d2282125b111e8.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226327/index.m3u8
http://c1.fengshows-cdn.com/a/2021_23/325d941090bee17.png
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226240/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/9bd372ca292a82ce3aa08772b07efc4af1f85c21d1f268ea33440c49e9a0a488.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/ac4ed6058a87c101ae7147ebc38905d0cae047fb73fd277ee5049b84f52bda36.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/2e44e2aa3e7a1cedf07fd0ae59fe69e86a60a2632660a006e3e9e7397b2d107e.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226391/index.m3u8
https://www.yangshipin.cn/#/tv/home?pid=
https://exoplayer.dev/issues/player-accessed-on-wrong-thread
http://localhost/
http://livear.cgtn.com/1000a/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/f35fa04b51b1ee4984b03578b65403570868ebca03c6c01e11b097f999a58d9b.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226217/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/54a6863656fdfd8f803be193ddf22441c5000a108833889816fd2d8911715ce8.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226201/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226197/index.m3u8
http://39.134.24.161/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226191/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226199/index.m3u8
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226391/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202309/74d3ac436a7e374879578de1d87a941fbf566d39d5632b027c5097891ed32bd5.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226921/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/d545becdc81c60197b08c7f47380705e4665ed3fe55efc8b855e486f6e655378.png?imagemogr2/format/webp
https://lyrics.run/
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226344/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226959/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226222/index.m3u8
https://developer.android.com/guide/topics/media/issues/player-accessed-on-wrong-thread
https://resources.yangshipin.cn/assets/oms/image/202306/53793fa7bacd3a93ff6dc5d2758418985e1f952a316c335d663b572d8bdcd74d.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/484083cffaa40df7e659565e8cb4d1cc740158a185512114167aa21fa0c59240.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226956/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225764/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/7a6be5a2bb1dc53a945c016ff1f525dc4a84c51db371c15c89aa55404b0ba784.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226205/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202309/7c337e3dbe64402ec7e4678a619a4a6d95144e42f35161181ff78e143b7cf67a.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/4120e89d3079d08aa17d382f69a2308ec70839b278367763c34a34666c75cb88.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225785/index.m3u8
http://c1.fengshows-cdn.com/a/2021_22/ede3d9e09be28e5.png
http://schemas.microsoft.com/drm/2007/03/protocols/acquirelicense
https://resources.yangshipin.cn/assets/oms/image/202306/b29af94e295ebdf646cefb68122c429b9cd921f498ca20d2d8070252536f9ff9.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/ed12ed7c7a1034dae4350011fe039284c5d5a836506b28c9e32e3c75299625c0.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/266da7b43c03e2312186b4a999e0f060e8f15b10d2cc2c9aa32171819254cf1a.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226987/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226193/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/d57905b93540bd15f0c48230dbbbff7ee0d645ff539e38866e2d15c8b9f7dfcd.png?imagemogr2/format/webp
https://aomedia.org/emsg/id3
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226198/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/bb3c6c9e145d698137f5bb64a582021a01b51344b929003630eb769ea65832a9.png?imagemogr2/format/webp
https://btrace.yangshipin.cn/
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225770/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/74925962148a6d31c85808b6cd4e444c2a54bab393d2c5fc85e960b50e22fa86.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226972/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/3276a414ae0eaa0f116f2045cd913367967d0c7c1e978e8621ac3879436c6ed7.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226194/index.m3u8
http://39.134.24.162/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226921/index.m3u8
www.yangshipin.cn/#/tv/home?pid=
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225766/index.m3u8
https://developer.android.com/guide/topics/media/issues/cleartext-not-permitted
https://resources.yangshipin.cn/assets/oms/image/202306/cdd1b31ede7a5ad049ed53d9a072422f829e72dd062ed2c19e077fdd01699071.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/10e14a92478011aa6c3c8562e62127f3b1908e29fcd78e4b2b24b9e6d3ec2fbc.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226211/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/d8273ae9be698ce2db21f5b886ecac95a73429593f93713c60ed8c12c38bf0d3.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226233/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/3208fe6564a293c21b711333fb3edb05bb5b406cff840573c9a8d839680a1579.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226216/index.m3u8
http://livees.cgtn.com/500e/prog_index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225793/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226190/index.m3u8
https://livedoc.cgtn.com/500d/prog_index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226975/index.m3u8
https://m.fengshows.com/
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221225728/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/bf0a820893cbaf20dd0333e27042e1ef9c8806e5b602b6a8c95af399db0bc77a.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226395/index.m3u8
www.yangshipin.cn/
http://hw-m-l.cztv.com/channels/lantian/channel01/1080p.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/af6b603896938dc346fbb16abfc63c12cba54b0ec9d18770a15d347d115f12d5.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/ddef563072f8bad2bea5b9e52674cb7b4ed50efb20c26e61994dfbdf05c1e3c0.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226474/index.m3u8
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226307/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/649ad76a90bfef55b05db9fe52e006487280f619089099d5dc971e387fc6eff0.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/a8d0046a47433d952bf6ed17062deb8bd2184ba9aec0f7781df6bf9487a3ffcf.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226969/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226231/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/244d72c0eb1615ed7d51c2f5db5a67f306aa3f58c05bc2d34de3aa7e956dc8c9.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/ad51de94426a0ba039e6dd6a8534ea98ecc813a6176bde87b4f18cc34d6d7590.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226409/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/fa28955ce8b2539d728bf4c6a13a46ff57ad76eae46627f7bcfb1ed8a613d3fc.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226406/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226203/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/380ad685c0c1d5b2c902246b8d2df6d3f9b45e2837abcfe493075bbded597a31.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/2ed1b4deeca179d5db806bb941790f82eb92a1b7299c1c38fe027f95a5caee5e.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226950/index.m3u8
www.yangshipin.cn
127.0.0.1
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221225750/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/4d549e53e6d0f632d5a633d1945280797b153e588f919221a07faa869812cc89.png?imagemogr2/format/webp
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226546/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/20115388de0207131af17eac86c33049b95d69eaff064e55653a1b941810a006.png?imagemogr2/format/webp
https://capi.yangshipin.cn/
https://resources.yangshipin.cn/assets/oms/image/202306/28886880a4dc0f06fb7e0a528a1def0591d61a65870e29176ede0cc92033bbfd.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226984/index.m3u8
http://39.134.24.166/dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226205/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226189/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/0a6a7138952675983a3d854df7688557b286d59aa06166edae51506f9204d655.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/2ceee92188ef684efe0d8b90839c4f3ad450d179dc64d59beff417059453af47.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/6e060391fde0469801fc3d84dbf204b4f8d650d251f17d7595a6964c0bb99e81.png?imagemogr2/format/webp
https://api.m.taobao.com/rest/api3.do?api=mtop.common.gettimestamp
https://resources.yangshipin.cn/assets/oms/image/202306/5661bd04fecdb6e899f801147a22ab5d3a475bf2b62e30aec2c0023190ebc9b1.png?imagemogr2/format/webp
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226202/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226978/index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/f357e58fdbcc076a3d65e1f958c942b2e14f14342c60736ceed98b092d35356a.png?imagemogr2/format/webp
https://resources.yangshipin.cn/assets/oms/image/202306/7b7a65c712450da3deb6ca66fbacf4f9aee00d3f20bd80eafb5ada01ec63eb3a.png?imagemogr2/format/webp
http://livees.cgtn.com/1000e/prog_index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226397/index.m3u8
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226477/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226981/index.m3u8
https://livefr.cgtn.com/1000f/prog_index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226200/index.m3u8
http://ottrrs.hl.chinamobile.com/pltv/88888888/224/3221226465/index.m3u8
https://default.url
https://resources.yangshipin.cn/assets/oms/image/202306/14ac5ce40482cacd3d4b37435222bfe86af2b452a2f04ecbfc1d13d76edd7c57.png?imagemogr2/format/webp
http://liveru.cgtn.com/1000r/prog_index.m3u8
https://resources.yangshipin.cn/assets/oms/image/202306/bbf1d024c5228b8dd128b0e3cb1717d173fab4ee84c3a4c8a57b1a215362ca3b.png?imagemogr2/format/webp
http://c1.fengshows-cdn.com/a/2021_22/79dcc3a9da358a3.png
http://dbiptv.sn.chinamobile.com/pltv/88888890/224/3221226393/index.m3u8
http://dbiptv.sn.chinamobile.com/pltv/88888893/224/3221226953/index.m3u8
自研引擎分析结果
1.3.101.111
https://www.yangshipin.c
1.3.101.113
1.3.101.110
1.3.101.112
lib/arm64-v8a/libnative.so

FIREBASE实例

邮箱

EMAIL 源码文件
u00020@0.8f
com/lizongying/mytv/proto/cnKt.java
0@0.8f
自研引擎分析结果

追踪器

名称 类别 网址

密钥凭证

已显示 63 个secrets
1、 a66c836bd98ba3e41a2e9a570d4b9c50dedc6839e9de333e2e78212ad505f37e
2、 4c6b6a6d3839889f34d33db3c2f80233b26b74d3489b393487635f8704e70796
3、 f7f48462-9b13-485b-8101-7b54716411ec
4、 a556bd7d93ce65e18f243a8892b5604f4faa994a4897315914216a710a706208
5、 f4f23633c578beea49a3841d88d3490100f029ee349059fa532869db889872c5
6、 484083cffaa40df7e659565e8cb4d1cc740158a185512114167aa21fa0c59240
7、 15e02d92-1698-416c-af2f-3e9a872b4d78
8、 7a6be5a2bb1dc53a945c016ff1f525dc4a84c51db371c15c89aa55404b0ba784
9、 5661bd04fecdb6e899f801147a22ab5d3a475bf2b62e30aec2c0023190ebc9b1
10、 2e44e2aa3e7a1cedf07fd0ae59fe69e86a60a2632660a006e3e9e7397b2d107e
11、 d8273ae9be698ce2db21f5b886ecac95a73429593f93713c60ed8c12c38bf0d3
12、 f357e58fdbcc076a3d65e1f958c942b2e14f14342c60736ceed98b092d35356a
13、 bbf1d024c5228b8dd128b0e3cb1717d173fab4ee84c3a4c8a57b1a215362ca3b
14、 cd1e2bb52b06a991de168733e5ff0f1d85adc8042d40c8f393f723543e5dd08a
15、 7b7a65c712450da3deb6ca66fbacf4f9aee00d3f20bd80eafb5ada01ec63eb3a
16、 fa28955ce8b2539d728bf4c6a13a46ff57ad76eae46627f7bcfb1ed8a613d3fc
17、 ac4ed6058a87c101ae7147ebc38905d0cae047fb73fd277ee5049b84f52bda36
18、 4d549e53e6d0f632d5a633d1945280797b153e588f919221a07faa869812cc89
19、 bb3c6c9e145d698137f5bb64a582021a01b51344b929003630eb769ea65832a9
20、 af6b603896938dc346fbb16abfc63c12cba54b0ec9d18770a15d347d115f12d5
21、 2ceee92188ef684efe0d8b90839c4f3ad450d179dc64d59beff417059453af47
22、 d57905b93540bd15f0c48230dbbbff7ee0d645ff539e38866e2d15c8b9f7dfcd
23、 22d403f07a7cf5410b3ad3ddb65a11aa229a32475fac213f5344c9f0ec330ca1
24、 649ad76a90bfef55b05db9fe52e006487280f619089099d5dc971e387fc6eff0
25、 16a09e667f3bcc908b2fb1366ea957d3e3adec17512775099da2f590b0667322a
26、 7c337e3dbe64402ec7e4678a619a4a6d95144e42f35161181ff78e143b7cf67a
27、 a8d0046a47433d952bf6ed17062deb8bd2184ba9aec0f7781df6bf9487a3ffcf
28、 3208fe6564a293c21b711333fb3edb05bb5b406cff840573c9a8d839680a1579
29、 20115388de0207131af17eac86c33049b95d69eaff064e55653a1b941810a006
30、 8lgGV2LW9QjDeuBFsX8yMnzs37Q3
31、 14ac5ce40482cacd3d4b37435222bfe86af2b452a2f04ecbfc1d13d76edd7c57
32、 ad51de94426a0ba039e6dd6a8534ea98ecc813a6176bde87b4f18cc34d6d7590
33、 7c96b084-60e1-40a9-89c5-682b994fb680
34、 3e9d06fd7244d950df5838750f1c6ac3456e172b51caca2c16d2282125b111e8
35、 f35fa04b51b1ee4984b03578b65403570868ebca03c6c01e11b097f999a58d9b
36、 d59fec04c902e3581c617136d02d4b9b8c4cbe64272781ddd3525e80c823edb7
37、 54a6863656fdfd8f803be193ddf22441c5000a108833889816fd2d8911715ce8
38、 bf0a820893cbaf20dd0333e27042e1ef9c8806e5b602b6a8c95af399db0bc77a
39、 ddef563072f8bad2bea5b9e52674cb7b4ed50efb20c26e61994dfbdf05c1e3c0
40、 a72dff758ca1c17cd0ecc8cedc11b893d208f409d5e6302faa0e9d298848abc3
41、 cdd1b31ede7a5ad049ed53d9a072422f829e72dd062ed2c19e077fdd01699071
42、 53793fa7bacd3a93ff6dc5d2758418985e1f952a316c335d663b572d8bdcd74d
43、 380ad685c0c1d5b2c902246b8d2df6d3f9b45e2837abcfe493075bbded597a31
44、 741515efda91f03f455df8a7da4ee11fa9329139c276435cf0a9e2af398d5bf2
45、 10e14a92478011aa6c3c8562e62127f3b1908e29fcd78e4b2b24b9e6d3ec2fbc
46、 4eb45f4781d33d872af027dc01c941559aab55667dd99cc5c22bef7037807b13
47、 9bd372ca292a82ce3aa08772b07efc4af1f85c21d1f268ea33440c49e9a0a488
48、 244d72c0eb1615ed7d51c2f5db5a67f306aa3f58c05bc2d34de3aa7e956dc8c9
49、 ed12ed7c7a1034dae4350011fe039284c5d5a836506b28c9e32e3c75299625c0
50、 4120e89d3079d08aa17d382f69a2308ec70839b278367763c34a34666c75cb88
51、 266da7b43c03e2312186b4a999e0f060e8f15b10d2cc2c9aa32171819254cf1a
52、 54b7e97cb816bb223fe05f3fc44da2c7820eb66e8550c19d23100f2c414ecc38
53、 b29af94e295ebdf646cefb68122c429b9cd921f498ca20d2d8070252536f9ff9
54、 0a6a7138952675983a3d854df7688557b286d59aa06166edae51506f9204d655
55、 74d3ac436a7e374879578de1d87a941fbf566d39d5632b027c5097891ed32bd5
56、 3276a414ae0eaa0f116f2045cd913367967d0c7c1e978e8621ac3879436c6ed7
57、 28886880a4dc0f06fb7e0a528a1def0591d61a65870e29176ede0cc92033bbfd
58、 2ed1b4deeca179d5db806bb941790f82eb92a1b7299c1c38fe027f95a5caee5e
59、 74925962148a6d31c85808b6cd4e444c2a54bab393d2c5fc85e960b50e22fa86
60、 aa6157ec65188cd41826e5a2f088c3d6d153205f5f6428258d12c59999e221aa
61、 3c760d0d00463855890e8a1864ea4a6b6dd66b90c29b4ac714a4b17c16519871
62、 6e060391fde0469801fc3d84dbf204b4f8d650d251f17d7595a6964c0bb99e81
63、 d545becdc81c60197b08c7f47380705e4665ed3fe55efc8b855e486f6e655378

字符串列表

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

活动列表

已显示 1 个activities
1、 com.lizongying.mytv.MainActivity

服务列表

广播接收者列表

已显示 3 个receivers
1、 com.lizongying.mytv.BootReceiver
2、 com.lizongying.mytv.NetworkChangeReceiver
3、 androidx.profileinstaller.ProfileInstallReceiver

内容提供者列表

已显示 2 个providers
1、 com.lizongying.mytv.InitializerProvider
2、 androidx.startup.InitializationProvider

第三方SDK

SDK名称 开发者 描述信息
File Provider Android FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。
Jetpack App Startup Google App Startup 库提供了一种直接,高效的方法来在应用程序启动时初始化组件。库开发人员和应用程序开发人员都可以使用 App Startup 来简化启动顺序并显式设置初始化顺序。App Startup 允许您定义共享单个内容提供程序的组件初始化程序,而不必为需要初始化的每个组件定义单独的内容提供程序。这可以大大缩短应用启动时间。
Jetpack Media Google 与其他应用共享媒体内容和控件。已被 media2 取代。
Jetpack ProfileInstaller Google 让库能够提前预填充要由 ART 读取的编译轨迹。

文件列表

META-INF/com/android/build/gradle/app-metadata.properties
META-INF/version-control-info.textproto
assets/dexopt/baseline.prof
assets/dexopt/baseline.profm
classes.dex
classes2.dex
classes3.dex
lib/arm64-v8a/libnative.so
lib/arm64-v8a/libnothing.so
lib/armeabi-v7a/libnative.so
lib/armeabi-v7a/libnothing.so
DebugProbesKt.bin
META-INF/androidx.annotation_annotation-experimental.version
META-INF/androidx.appcompat_appcompat.version
META-INF/androidx.arch.core_core-runtime.version
META-INF/androidx.asynclayoutinflater_asynclayoutinflater.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-poolingcontainer.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.exifinterface_exifinterface.version
META-INF/androidx.fragment_fragment.version
META-INF/androidx.interpolator_interpolator.version
META-INF/androidx.leanback_leanback-grid.version
META-INF/androidx.leanback_leanback.version
META-INF/androidx.legacy_legacy-support-core-ui.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-runtime-ktx.version
META-INF/androidx.lifecycle_lifecycle-runtime.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.print_print.version
META-INF/androidx.profileinstaller_profileinstaller.version
META-INF/androidx.recyclerview_recyclerview.version
META-INF/androidx.slidingpanelayout_slidingpanelayout.version
META-INF/androidx.startup_startup-runtime.version
META-INF/androidx.swiperefreshlayout_swiperefreshlayout.version
META-INF/androidx.tracing_tracing.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/kotlinx_coroutines_android.version
META-INF/kotlinx_coroutines_core.version
META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler
META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory
androidsupportmultidexversion.txt
google/protobuf/any.proto
google/protobuf/api.proto
google/protobuf/descriptor.proto
google/protobuf/duration.proto
google/protobuf/empty.proto
google/protobuf/field_mask.proto
google/protobuf/source_context.proto
google/protobuf/struct.proto
google/protobuf/timestamp.proto
google/protobuf/type.proto
google/protobuf/wrappers.proto
kotlin-tooling-metadata.json
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
src/google/protobuf/any.proto
src/google/protobuf/api.proto
src/google/protobuf/descriptor.proto
src/google/protobuf/duration.proto
src/google/protobuf/empty.proto
src/google/protobuf/field_mask.proto
src/google/protobuf/source_context.proto
src/google/protobuf/struct.proto
src/google/protobuf/timestamp.proto
src/google/protobuf/type.proto
src/google/protobuf/wrappers.proto
AndroidManifest.xml
res/-6.webp
res/-A.png
res/-B.png
res/-D.xml
res/-J.png
res/-N.png
res/-g.xml
res/-p.xml
res/-w.xml
res/-x.xml
res/05.xml
res/06.xml
res/09.xml
res/0G.png
res/0H.png
res/0K.xml
res/0M.xml
res/0P.xml
res/0S.xml
res/0V.xml
res/0Z.png
res/0Z1.png
res/0c.9.png
res/0c.png
res/0n.png
res/0x.9.png
res/12.png
res/13.webp
res/15.png
res/1F.xml
res/1I.9.png
res/1J.9.png
res/1K.png
res/1K1.png
res/1M.xml
res/1W.png
res/1c.png
res/1d.png
res/1e.9.png
res/1h.ogg
res/1x.png
res/23.png
res/27.xml
res/2K.9.png
res/2S.png
res/2U.9.png
res/2d.png
res/2f.xml
res/2j.xml
res/2z.png
res/3-.png
res/33.9.png
res/35.png
res/3A.xml
res/3E.png
res/3Z.png
res/3a.png
res/3h.xml
res/3u.9.png
res/3z.png
res/3z1.png
res/42.9.png
res/44.png
res/46.xml
res/47.png
res/49.png
res/4A.xml
res/4F.png
res/4H.xml
res/4N.png
res/4R.png
res/4V.9.png
res/4_.xml
res/4b.xml
res/4k.png
res/4o.png
res/4u.xml
res/4v.png
res/4z.xml
res/50.png
res/5D.9.png
res/5E.xml
res/5K.png
res/5P.png
res/5Q.xml
res/5R.png
res/5T.xml
res/5U.png
res/5c.png
res/5c.webp
res/5i.png
res/5j.xml
res/5k.png
res/5m.png
res/5p.xml
res/5r.xml
res/5t.png
res/5v.png
res/5v1.png
res/62.9.png
res/621.9.png
res/65.9.png
res/68.png
res/69.png
res/6G.png
res/6P.png
res/6V.xml
res/6X.png
res/6Y.png
res/6Z.png
res/6d.png
res/6l.xml
res/6t.png
res/6v.xml
res/6z.png
res/71.png
res/74.xml
res/77.xml
res/7C.9.png
res/7E.png
res/7G.xml
res/7H.xml
res/7I.9.png
res/7N.xml
res/7R.png
res/7V.png
res/7X.xml
res/7_.9.png
res/7i.png
res/7m.png
res/7o.9.png
res/7o.png
res/7o.xml
res/8F.png
res/8N.png
res/8P.png
res/8e.xml
res/8h.9.png
res/8h.png
res/8j.png
res/8t.xml
res/8v.png
res/8v.xml
res/96.png
res/9E.png
res/9L.png
res/9N.9.png
res/9Q.webp
res/9T.xml
res/9V.xml
res/9X.9.png
res/9b.png
res/9k.png
res/9m.xml
res/9n.9.png
res/9x.png
res/9z.png
res/9z.xml
res/A1.xml
res/AE.xml
res/AF.xml
res/AI.png
res/AJ.png
res/Ac.xml
res/Ag.png
res/Al.png
res/Am.xml
res/Ao.png
res/At.png
res/Av.png
res/B4.png
res/B5.png
res/BG.9.png
res/BJ.xml
res/BJ1.xml
res/BL.9.png
res/BM.png
res/BN.png
res/BT.png
res/BW.xml
res/BX.png
res/Bb.png
res/Bc.png
res/Bd.xml
res/Be.xml
res/Bo.png
res/C6.png
res/C8.xml
res/C9.xml
res/CF.png
res/CF.xml
res/CK.9.png
res/CL.png
res/CQ.png
res/C_.9.png
res/Ce.png
res/Ce.xml
res/Cg.xml
res/Ck.png
res/Cp.png
res/D-.xml
res/D0.png
res/D5.xml
res/D7.png
res/DB.xml
res/DF.xml
res/DG.xml
res/DL.9.png
res/DL.png
res/DV.xml
res/D_.9.png
res/Dd.xml
res/Dn.png
res/EA.9.png
res/EH.png
res/EH.xml
res/EU.png
res/EU1.png
res/EY.xml
res/EZ.xml
res/Eb.png
res/Eb.xml
res/Ec.png
res/Ec1.png
res/Eg.xml
res/Ei.png
res/El.png
res/En.png
res/Ep.png
res/F4.png
res/F8.xml
res/F81.xml
res/FE.png
res/FT.xml
res/FW.png
res/Fc.9.png
res/Ff.png
res/Ff.xml
res/Fg.xml
res/Fm.png
res/Fr.xml
res/Fr1.xml
res/Fu.xml
res/Fx.png
res/G0.xml
res/G2.9.png
res/G2.xml
res/G21.xml
res/G9.xml
res/GA.png
res/GA.xml
res/GC.png
res/GC.xml
res/GC1.xml
res/GC2.xml
res/GF.xml
res/GI.xml
res/GK.xml
res/GL.xml
res/GM.png
res/GR.xml
res/GY.png
res/Ga.png
res/Gf.png
res/Gk.png
res/Gm.png
res/Gm.xml
res/Gp.xml
res/Gt.9.png
res/Gt.xml
res/Gv.png
res/Gw.png
res/H0.png
res/H4.xml
res/HB.xml
res/HP.xml
res/HQ.png
res/HX.png
res/Hd.xml
res/Hi.xml
res/Ho.png
res/Hq.png
res/ID.9.png
res/IF.xml
res/IV.png
res/IX.9.png
res/In.xml
res/Ir.png
res/J1.png
res/JJ.9.png
res/JQ.png
res/JR.png
res/JS.png
res/JS.xml
res/JU.xml
res/Ja.png
res/Ja.xml
res/Jl.xml
res/K0.png
res/K0.xml
res/K5.png
res/K51.png
res/KG.png
res/KG1.png
res/KH.9.png
res/KL.png
res/KM.png
res/KM1.png
res/K_.9.png
res/K_.xml
res/Kd.png
res/Ke.png
res/Ki.png
res/Ki1.png
res/Kk.png
res/Kl.xml
res/Kp.xml
res/Ks.xml
res/L-.png
res/L9.png
res/LK.png
res/LO.png
res/LO.xml
res/LS.png
res/LU.png
res/LX.png
res/L_.xml
res/Lb.png
res/Lh.xml
res/Lh1.xml
res/Li.9.png
res/Lq.png
res/M-.xml
res/M2.png
res/M6.xml
res/MD.png
res/MF.9.png
res/MH.png
res/MO.webp
res/MO.xml
res/MW.png
res/MZ.png
res/M_.png
res/Ma.9.png
res/Mh.png
res/Mo.xml
res/Mp.png
res/Mp.xml
res/Mq.png
res/Mq1.png
res/Mu.png
res/Mv.9.png
res/My.png
res/N4.xml
res/N6.xml
res/NA.9.png
res/NG.png
res/NH.xml
res/NM.xml
res/NO.xml
res/NP.png
res/NT.png
res/NW.png
res/NZ.9.png
res/Nk.9.png
res/Nl.png
res/Nn.xml
res/No.9.png
res/Np.xml
res/Nt.webp
res/Nx.png
res/Ny.xml
res/O4.png
res/O9.xml
res/OC.png
res/OC1.png
res/OI.xml
res/OM.png
res/ON.ogg
res/OX.png
res/OX1.png
res/Od.png
res/Oj.png
res/Om.png
res/Op.png
res/Op.xml
res/P8.xml
res/PC.png
res/PN.xml
res/PP.xml
res/PS.png
res/Pa.9.png
res/Pb.png
res/Pg.9.png
res/Pk.xml
res/Pm.png
res/Pp.9.png
res/Pq.xml
res/Pq1.xml
res/Pu.png
res/Px.xml
res/Q-.png
res/QJ.9.png
res/QK.png
res/QZ.xml
res/Qb.png
res/Qc.png
res/Qk.png
res/Ql.xml
res/R1.xml
res/R8.png
res/RD.xml
res/RD1.xml
res/RG.png
res/RG.xml
res/RH.xml
res/RL.png
res/RO.xml
res/RS.xml
res/RV.png
res/RV.ttf
res/Ra.png
res/Rc.png
res/Rf.9.png
res/Ri.png
res/Ro.png
res/Rv.png
res/Rv1.png
res/S-.png
res/S4.png
res/S8.xml
res/SC.xml
res/SE.ogg
res/SJ.png
res/SJ1.png
res/SM.xml
res/SN.xml
res/SN1.xml
res/SV.9.png
res/SY.png
res/Sa.png
res/Sh.xml
res/Sh1.xml
res/Sj.png
res/Sn.webp
res/Su.9.png
res/Sw.png
res/Sx.xml
res/T3.png
res/T5.png
res/T6.png
res/TV.xml
res/Td.xml
res/Th.png
res/Tj.9.png
res/Tl.xml
res/Tm.xml
res/Tn.xml
res/Tp.png
res/Tr.png
res/U-.9.png
res/UD.9.png
res/UE.9.png
res/UH.png
res/UH.xml
res/UO.png
res/UP.png
res/UX.xml
res/UX1.xml
res/Ud.png
res/Ui.xml
res/V1.png
res/V1.xml
res/V4.png
res/V5.png
res/V5.xml
res/V7.xml
res/VN.xml
res/VO.png
res/VP.xml
res/VT.xml
res/VW.png
res/Vf.xml
res/Vv.png
res/W3.xml
res/W4.9.png
res/W5.png
res/W51.png
res/WB.png
res/WV.xml
res/Wd.png
res/Wd1.png
res/Wh.png
res/Wp.png
res/Ws.xml
res/Ws1.xml
res/Wz.png
res/X2.xml
res/X3.9.png
res/X3.xml
res/X4.9.png
res/X4.png
res/XD.png
res/XK.xml
res/XR.xml
res/XT.xml
res/XV.png
res/XW.xml
res/XY.xml
res/Xk.png
res/Xx.xml
res/Y-.xml
res/Y3.png
res/Y3.xml
res/Y4.xml
res/Y6.9.png
res/Y7.9.png
res/Y9.png
res/YD.png
res/YD1.png
res/YF.png
res/YG.9.png
res/YL.xml
res/YO.xml
res/YV.png
res/YW.xml
res/Yj.xml
res/Yp.png
res/Yt.9.png
res/Yw.9.png
res/Yy.png
res/Yz.png
res/Z7.png
res/ZN.9.png
res/ZN.xml
res/ZP.xml
res/ZY.xml
res/_1.xml
res/_F.png
res/_G.xml
res/_H.xml
res/_N.xml
res/_P.png
res/_P.xml
res/_g.png
res/_p.png
res/_q.png
res/_w.png
res/_x.xml
res/_y.xml
res/a-.png
res/a0.xml
res/a9.xml
res/aF.png
res/aG.xml
res/aH.png
res/aM.xml
res/aM1.xml
res/aR.png
res/aU.9.png
res/aU.png
res/aW.xml
res/aW1.xml
res/ak.xml
res/am.png
res/ar.png
res/b4.xml
res/b6.xml
res/b8.xml
res/bA.png
res/bC.png
res/bD.png
res/bE.xml
res/bL.xml
res/bU.xml
res/bX.9.png
res/bb.xml
res/bh.xml
res/bi.png
res/bm.png
res/bn.png
res/bq.xml
res/bt.xml
res/bv.xml
res/c3.png
res/c6.xml
res/cQ.ogg
res/cS.xml
res/cV.xml
res/ca.png
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/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/switch_thumb_material_dark.xml
res/color/switch_thumb_material_light.xml
res/cr.xml
res/d2.webp
res/d3.png
res/d5.9.png
res/d7.png
res/d8.png
res/d9.png
res/dG.xml
res/dO.xml
res/dP.png
res/dU.png
res/dW.png
res/dY.png
res/df.xml
res/dn.xml
res/do.png
res/dt.png
res/dt1.png
res/dv.png
res/dw.xml
res/dx.png
res/e3.png
res/eA.xml
res/eC.png
res/eD.png
res/eG.xml
res/eN.png
res/eO.png
res/eR.png
res/eT.9.png
res/e_.png
res/ea.xml
res/ej.9.png
res/eo.png
res/ev.9.png
res/fM.9.png
res/fN.png
res/fN1.png
res/fN2.png
res/fR.png
res/fY.xml
res/fb.png
res/fc.xml
res/fd.png
res/fq.webp
res/fs.xml
res/fz.png
res/g-.png
res/g-.xml
res/g8.png
res/gC.xml
res/gK.9.png
res/gK.png
res/gM.xml
res/gR.png
res/gR.xml
res/gX.png
res/gZ.9.png
res/gc.png
res/ge.xml
res/gj.9.png
res/go.xml
res/gr.png
res/gs.png
res/gt.9.png
res/gv.png
res/gw.xml
res/h7.9.png
res/h8.png
res/h9.png
res/h9.xml
res/hA.xml
res/hE.png
res/hH.png
res/hM.xml
res/hN.png
res/hP.xml
res/hP1.xml
res/hQ.png
res/hZ.9.png
res/ha.xml
res/hh.9.png
res/hk.png
res/hl.png
res/hq.xml
res/hu.png
res/i0.png
res/i6.9.png
res/iE.webp
res/iO.png
res/iQ.xml
res/iR.9.png
res/id.png
res/ii.png
res/io.9.png
res/io.xml
res/j-.9.png
res/j3.xml
res/j4.png
res/jI.png
res/jS.9.png
res/jS1.9.png
res/jU.xml
res/j_.webp
res/jd.png
res/je.9.png
res/jq.png
res/jq.xml
res/k0.9.png
res/k8.xml
res/kD.xml
res/kJ.9.png
res/kS.png
res/k_.xml
res/ke.png
res/ke.xml
res/kf.png
res/km.png
res/kp.png
res/l6.png
res/l9.png
res/lE.xml
res/lP.9.png
res/lP.png
res/lR.xml
res/lV.png
res/lX.png
res/lZ.png
res/lg.xml
res/ln.png
res/ls.xml
res/ly.png
res/m0.png
res/m0.xml
res/m9.xml
res/mC.xml
res/mG.png
res/mM.xml
res/mT.png
res/mX.9.png
res/ma.jpg
res/ma.png
res/mc.png
res/mm.9.png
res/my.png
res/n-.xml
res/nA.xml
res/nI.9.png
res/nP.xml
res/nT.xml
res/nY.png
res/nf.png
res/ni.png
res/np.png
res/nq.xml
res/nv.png
res/nz.xml
res/o1.png
res/o3.png
res/o4.png
res/o9.9.png
res/oC.png
res/oF.png
res/oN.png
res/oU.xml
res/o_.9.png
res/o_.png
res/oi.xml
res/oj.xml
res/op.9.png
res/p4.png
res/p8.png
res/pW.png
res/pX.png
res/pY.png
res/pg.png
res/ph.png
res/pk.png
res/pn.png
res/ps.9.png
res/pu.png
res/pu.xml
res/py.9.png
res/q2.xml
res/qD.9.png
res/qT.9.png
res/qU.png
res/qZ.xml
res/qn.png
res/qn.xml
res/qp.png
res/qs.webp
res/r2.xml
res/rH.png
res/rJ.xml
res/rQ.9.png
res/rV.xml
res/rY.xml
res/rj.9.png
res/rm.xml
res/rp.png
res/rz.xml
res/s0.png
res/s1.xml
res/s3.9.png
res/s4.png
res/s4.xml
res/sA.9.png
res/sA.xml
res/sH.xml
res/sK.webp
res/sV.png
res/sW.png
res/sg.9.png
res/t6.xml
res/t8.xml
res/t9.xml
res/tG.png
res/tG.xml
res/tK.png
res/tL.xml
res/tM.xml
res/tS.png
res/tU.9.png
res/tV.png
res/tZ.9.png
res/td.png
res/tf.png
res/th.png
res/tj.png
res/tm.9.png
res/to.xml
res/tt.xml
res/u0.xml
res/u5.webp
res/u5.xml
res/uG.png
res/uJ.xml
res/uL.9.png
res/uN.xml
res/uU.png
res/uW.xml
res/ua.png
res/uh.png
res/ui.png
res/uj.9.png
res/um.xml
res/ut.9.png
res/uu.9.png
res/uw.xml
res/v2.png
res/v4.9.png
res/v9.xml
res/vG.xml
res/vJ.xml
res/vL.9.png
res/vM.png
res/vZ.png
res/vZ.xml
res/v_.png
res/va.png
res/vq.png
res/vq.xml
res/vu.png
res/vx.png
res/vz.9.png
res/w7.png
res/wL.9.png
res/wN.9.png
res/wX.png
res/w_.png
res/wl.xml
res/wo.png
res/wx.png
res/wy.xml
res/x3.9.png
res/xJ.png
res/xM.png
res/xN.xml
res/xR.9.png
res/xa.9.png
res/xj.xml
res/xu.png
res/xv.xml
res/xx.png
res/y-.xml
res/y4.xml
res/yF.png
res/yH.9.png
res/yP.png
res/yS.png
res/yV.xml
res/yY.9.png
res/ya.png
res/yg.9.png
res/yn.png
res/yw.webp
res/z-.9.png
res/z-.png
res/z9.9.png
res/zB.png
res/zE.png
res/zL.png
res/zN.png
res/zP.png
res/zQ.9.png
res/zV.9.png
res/zZ.xml
res/zb.xml
res/zc.9.png
res/zl.xml
res/zq.xml
res/zq1.xml
res/zu.png
res/zz.png
resources.arsc
META-INF/MYTV.SF
META-INF/MYTV.RSA
META-INF/MANIFEST.MF

污点分析

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