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

应用图标

应用评分

文件信息

文件名称 NewPipe_v0.27.0.apk
文件大小 11.14MB
MD5 c3e050e17ac5288308d94f326b687c1c
SHA1 976a977df9e360f54e8699f0286ca49f09bfe945
SHA256 33a701d2d6fcc598a41cc9e1d095af830a3a084541db192e070330f9efcd39e3
病毒检测 文件安全

应用信息

应用名称 NewPipe
包名 org.schabi.newpipe
主活动 org.schabi.newpipe.MainActivity
目标SDK 33 最小SDK 21
版本号 0.27.0 子版本号 997
加固信息 未加壳
开发框架 Java/Kotlin
非法应用检测 (该功能即将上线,识别赌博、诈骗、色情和黑产等类型应用)

组件导出信息

反编译代码

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

文件列表

    证书信息

    二进制文件已签名
    v1 签名: True
    v2 签名: True
    v3 签名: True
    v4 签名: False
    主题: C=DE, CN=Christian Schabesberger
    签名算法: rsassa_pkcs1v15
    有效期自: 2017-04-13 20:57:47+00:00
    有效期至: 2042-04-07 20:57:47+00:00
    发行人: C=DE, CN=Christian Schabesberger
    序列号: 0x2c910744
    哈希算法: sha256
    证书MD5: 7cc4415d125f57b3854fbaa3ed6b4d30
    证书SHA1: b02e907c1cd6fc57c335f088d08f505f94e4d215
    证书SHA256: cb84069bd68116bafae5ee4ee5b08a567aa6d898404e7cb12f9e756df5cf5cab
    证书SHA512: ebae2c2204c568d5da362f6eb6d97711b07df608622deb78b85296d54afe6af44c8feefc4703dfbd6a7d3c5036de6fc571f23d2dc7e62309d98ed242268405ce
    公钥算法: rsa
    密钥长度: 2048
    指纹: a50b4188de7cbdf9c67124ccb8ee24b9a424f92d3ccac6b3d415af01b4233bc4
    找到 1 个唯一证书

    应用程序权限

    权限名称 安全等级 权限内容 权限描述 关联代码
    android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
    android.permission.WAKE_LOCK 危险 防止手机休眠 允许应用程序防止手机休眠,在手机屏幕关闭后后台进程仍然运行。
    android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
    android.permission.WRITE_EXTERNAL_STORAGE 危险 读取/修改/删除外部存储内容 允许应用程序写入外部存储。
    android.permission.SYSTEM_ALERT_WINDOW 危险 弹窗 允许应用程序弹窗。 恶意程序可以接管手机的整个屏幕。
    android.permission.FOREGROUND_SERVICE 普通 创建前台Service Android 9.0以上允许常规应用程序使用 Service.startForeground,用于podcast播放(推送悬浮播放,锁屏播放)
    android.permission.POST_NOTIFICATIONS 危险 发送通知的运行时权限 允许应用发布通知,Android 13 引入的新权限。
    android.permission.RECEIVE_BOOT_COMPLETED 普通 开机自启 允许应用程序在系统完成启动后即自行启动。这样会延长手机的启动时间,而且如果应用程序一直运行,会降低手机的整体速度。
    org.schabi.newpipe.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION 未知 未知权限 来自 android 引用的未知权限。

    证书安全分析

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

    MANIFEST分析

    高危
    0
    警告
    9
    信息
    0
    屏蔽
    0
    序号 问题 严重程度 描述信息 操作
    1 应用程序数据可以被备份
    [android:allowBackup=true]
    警告 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
    2 Broadcast Receiver (androidx.media.session.MediaButtonReceiver) 未被保护。
    [android:exported=true]
    警告 发现 Broadcast Receiver与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
    3 Service (org.schabi.newpipe.player.PlayerService) 未被保护。
    [android:exported=true]
    警告 发现 Service与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
    4 Activity (org.schabi.newpipe.PanicResponderActivity) 未被保护。
    [android:exported=true]
    警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
    5 Activity (org.schabi.newpipe.util.FilePickerActivityHelper) 未被保护。
    [android:exported=true]
    警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
    6 Activity (org.schabi.newpipe.RouterActivity) 未被保护。
    [android:exported=true]
    警告 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。
    7 Service (androidx.work.impl.background.systemjob.SystemJobService) 受权限保护, 但是应该检查权限的保护级别。
    Permission: android.permission.BIND_JOB_SERVICE
    [android:exported=true]
    警告 发现一个 Service被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。
    8 Broadcast Receiver (androidx.work.impl.diagnostics.DiagnosticsReceiver) 受权限保护, 但是应该检查权限的保护级别。
    Permission: android.permission.DUMP
    [android:exported=true]
    警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。
    9 Broadcast Receiver (androidx.profileinstaller.ProfileInstallReceiver) 受权限保护, 但是应该检查权限的保护级别。
    Permission: android.permission.DUMP
    [android:exported=true]
    警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。

    可浏览的Activity组件

    ACTIVITY INTENT
    org.schabi.newpipe.RouterActivity Schemes: http://, https://, vnd.youtube://, vnd.youtube.launch://,
    Hosts: youtube.com, m.youtube.com, www.youtube.com, music.youtube.com, youtu.be, www.youtube-nocookie.com, hooktube.com, *.hooktube.com, tubus.eduvid.org, invidio.us, dev.invidio.us, www.invidio.us, redirect.invidious.io, invidious.snopyta.org, yewtu.be, tube.connect.cafe, invidious.kavin.rocks, invidious-us.kavin.rocks, piped.kavin.rocks, invidious.site, vid.mint.lgbt, invidiou.site, invidious.fdn.fr, invidious.048596.xyz, invidious.zee.li, vid.puffyan.us, ytprivate.com, invidious.namazso.eu, invidious.silkky.cloud, invidious.exonip.de, inv.riverside.rocks, invidious.blamefran.net, invidious.moomoo.me, ytb.trom.tf, yt.cyberhost.uk, y.com.cm, y2u.be, soundcloud.com, m.soundcloud.com, www.soundcloud.com, media.ccc.de, eduvid.org, framatube.org, media.assassinate-you.net, media.fsfe.org, peertube.co.uk, peertube.cpy.re, peertube.fr, peertube.mastodon.host, peertube.stream, skeptikon.fr, tilvids.com, video.lqdn.fr, video.ploud.fr, *.bandcamp.com,
    Mime Types: text/plain,
    Path Prefixes: /v/, /embed/, /watch, /attribution_link, /shorts/, /live/, /channel/, /user/, /c/, /@, /playlist, /, /b/, /videos/, /w/, /w/p/, /accounts/, /a/, /video-channels/,

    网络通信安全

    序号 范围 严重级别 描述

    API调用分析

    API功能 源码文件
    一般功能-> 文件操作
    com/grack/nanojson/JsonAppendableWriter.java
    com/grack/nanojson/JsonParser.java
    com/grack/nanojson/JsonTokener.java
    com/grack/nanojson/JsonWriter.java
    com/grack/nanojson/JsonWriterBase.java
    com/nononsenseapps/filepicker/FilePickerActivity.java
    com/nononsenseapps/filepicker/FilePickerFragment.java
    com/nononsenseapps/filepicker/Utils.java
    icepick/Injector.java
    j$/adapter/HybridFileSystemProvider.java
    j$/desugar/sun/nio/fs/DesugarBasicFileAttributes.java
    j$/desugar/sun/nio/fs/DesugarFileChannel.java
    j$/desugar/sun/nio/fs/DesugarLinuxFileSystemProvider.java
    j$/desugar/sun/nio/fs/DesugarUnixPath.java
    j$/io/DesugarFile.java
    j$/io/DesugarInputStream.java
    j$/io/InputStreamRetargetInterface.java
    j$/net/URLDecoder.java
    j$/net/URLEncoder.java
    j$/nio/channels/DesugarChannels$$ExternalSynthetic$CollectionConversion0.java
    j$/nio/file/FileApiFlips.java
    j$/nio/file/FileSystem.java
    j$/nio/file/Files.java
    j$/nio/file/Path$$ExternalSynthetic$CollectionConversion1.java
    j$/nio/file/Path$$ExternalSynthetic$CollectionConversion2.java
    j$/nio/file/Path$$ExternalSynthetic$CollectionConversion4.java
    j$/nio/file/Path$$ExternalSynthetic$CollectionConversion5.java
    j$/nio/file/Path.java
    j$/nio/file/PathApiFlips.java
    j$/nio/file/WatchEvent.java
    j$/nio/file/WatchEventKindConversions.java
    j$/nio/file/WatchService.java
    j$/nio/file/Watchable.java
    j$/nio/file/spi/FileSystemProvider$$ExternalSynthetic$CollectionConversion4.java
    j$/nio/file/spi/FileSystemProvider$$ExternalSynthetic$CollectionConversion5.java
    j$/nio/file/spi/FileSystemProvider$$ExternalSynthetic$CollectionConversion6.java
    j$/nio/file/spi/FileSystemProvider.java
    j$/time/Clock.java
    j$/time/Duration.java
    j$/time/Instant.java
    j$/time/LocalDate.java
    j$/time/LocalDateTime.java
    j$/time/LocalTime.java
    j$/time/MonthDay.java
    j$/time/OffsetDateTime.java
    j$/time/OffsetTime.java
    j$/time/Period.java
    j$/time/Ser.java
    j$/time/Year.java
    j$/time/YearMonth.java
    j$/time/ZoneId.java
    j$/time/ZoneOffset.java
    j$/time/ZoneRegion.java
    j$/time/ZonedDateTime.java
    j$/time/chrono/AbstractChronology.java
    j$/time/chrono/ChronoLocalDateImpl.java
    j$/time/chrono/ChronoLocalDateTimeImpl.java
    j$/time/chrono/ChronoPeriodImpl.java
    j$/time/chrono/ChronoZonedDateTimeImpl.java
    j$/time/chrono/HijrahChronology.java
    j$/time/chrono/HijrahDate.java
    j$/time/chrono/IsoChronology.java
    j$/time/chrono/JapaneseChronology.java
    j$/time/chrono/JapaneseDate.java
    j$/time/chrono/JapaneseEra.java
    j$/time/chrono/MinguoChronology.java
    j$/time/chrono/MinguoDate.java
    j$/time/chrono/Ser.java
    j$/time/chrono/ThaiBuddhistChronology.java
    j$/time/chrono/ThaiBuddhistDate.java
    j$/time/format/DateTimeFormatter.java
    j$/time/temporal/ValueRange.java
    j$/time/temporal/WeekFields.java
    j$/time/zone/Ser.java
    j$/time/zone/ZoneOffsetTransition.java
    j$/time/zone/ZoneOffsetTransitionRule.java
    j$/time/zone/ZoneRules.java
    j$/util/Comparator$$ExternalSyntheticLambda0.java
    j$/util/Comparator$$ExternalSyntheticLambda1.java
    j$/util/Comparator$$ExternalSyntheticLambda2.java
    j$/util/Comparator$$ExternalSyntheticLambda3.java
    j$/util/Comparator$$ExternalSyntheticLambda4.java
    j$/util/Comparator$$ExternalSyntheticLambda5.java
    j$/util/Comparators$NullComparator.java
    j$/util/DesugarCollections.java
    j$/util/concurrent/ConcurrentHashMap.java
    j$/util/concurrent/ThreadLocalRandom.java
    org/acra/ACRA.java
    org/acra/attachment/AcraContentProvider.java
    org/acra/builder/ReportExecutor.java
    org/acra/collector/LogCatCollector.java
    org/acra/collector/MemoryInfoCollector.java
    org/acra/collector/SharedPreferencesCollector.java
    org/acra/collector/StacktraceCollector.java
    org/acra/config/Configuration.java
    org/acra/config/CoreConfiguration.java
    org/acra/config/CoreConfigurationBuilder.java
    org/acra/file/CrashReportPersister.java
    org/acra/file/Directory.java
    org/acra/file/ReportLocator.java
    org/acra/interaction/ReportInteraction.java
    org/acra/interaction/ReportInteractionExecutor.java
    org/acra/plugins/PluginLoader.java
    org/acra/prefs/SharedPreferencesFactory.java
    org/acra/scheduler/SchedulerStarter.java
    org/acra/sender/ReportDistributor.java
    org/acra/sender/SendingConductor.java
    org/acra/startup/Report.java
    org/acra/startup/StartupProcessorExecutor.java
    org/acra/util/IOUtils.java
    org/acra/util/Installation.java
    org/acra/util/StreamReader.java
    org/commonmark/internal/util/Html5Entities.java
    org/jsoup/Jsoup.java
    org/jsoup/UncheckedIOException.java
    org/jsoup/helper/DataUtil.java
    org/jsoup/internal/ControllableInputStream.java
    org/jsoup/nodes/Attribute.java
    org/jsoup/nodes/Attributes.java
    org/jsoup/nodes/Entities.java
    org/jsoup/nodes/Node.java
    org/jsoup/parser/CharacterReader.java
    org/jsoup/parser/HtmlTreeBuilder.java
    org/jsoup/parser/Parser.java
    org/jsoup/parser/TreeBuilder.java
    org/jsoup/parser/XmlTreeBuilder.java
    org/mozilla/classfile/ClassFileWriter.java
    org/schabi/newpipe/App.java
    org/schabi/newpipe/NewVersionWorker.java
    org/schabi/newpipe/RouterActivity.java
    org/schabi/newpipe/about/License.java
    org/schabi/newpipe/about/LicenseFragment.java
    org/schabi/newpipe/about/LicenseFragmentHelperKt.java
    org/schabi/newpipe/about/SoftwareComponent.java
    org/schabi/newpipe/database/stream/model/StreamEntity.java
    org/schabi/newpipe/download/DownloadDialog.java
    org/schabi/newpipe/error/ReCaptchaActivity.java
    org/schabi/newpipe/extractor/Image.java
    org/schabi/newpipe/extractor/Info.java
    org/schabi/newpipe/extractor/InfoItem.java
    org/schabi/newpipe/extractor/MetaInfo.java
    org/schabi/newpipe/extractor/Page.java
    org/schabi/newpipe/extractor/linkhandler/LinkHandler.java
    org/schabi/newpipe/extractor/linkhandler/ReadyChannelTabListLinkHandler.java
    org/schabi/newpipe/extractor/localization/ContentCountry.java
    org/schabi/newpipe/extractor/localization/DateWrapper.java
    org/schabi/newpipe/extractor/localization/Localization.java
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampChannelExtractor.java
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampCommentsExtractor.java
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.java
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampRadioStreamExtractor.java
    org/schabi/newpipe/extractor/services/bandcamp/extractors/streaminfoitem/BandcampPlaylistStreamInfoItemExtractor.java
    org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampChannelLinkHandlerFactory.java
    org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampSearchQueryHandlerFactory.java
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCConferenceExtractor$$ExternalSyntheticLambda1.java
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCParsingHelper.java
    org/schabi/newpipe/extractor/services/media_ccc/linkHandler/MediaCCCSearchQueryHandlerFactory.java
    org/schabi/newpipe/extractor/services/peertube/PeertubeInstance.java
    org/schabi/newpipe/extractor/services/peertube/extractors/PeertubeAccountExtractor.java
    org/schabi/newpipe/extractor/services/peertube/extractors/PeertubeStreamExtractor.java
    org/schabi/newpipe/extractor/services/peertube/linkHandler/PeertubeSearchQueryHandlerFactory.java
    org/schabi/newpipe/extractor/services/soundcloud/SoundcloudParsingHelper.java
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudChartsExtractor.java
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudSearchExtractor.java
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudStreamExtractor.java
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudCommentsLinkHandlerFactory.java
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudSearchQueryHandlerFactory.java
    org/schabi/newpipe/extractor/services/youtube/ItagItem.java
    org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
    org/schabi/newpipe/extractor/services/youtube/dashmanifestcreators/YoutubeDashManifestCreatorsUtils.java
    org/schabi/newpipe/extractor/services/youtube/extractors/ItagInfo.java
    org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelExtractor$$ExternalSyntheticLambda24.java
    org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeChannelExtractor$$ExternalSyntheticLambda25.java
    org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeStreamExtractor.java
    org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSubscriptionExtractor.java
    org/schabi/newpipe/extractor/services/youtube/linkHandler/YoutubeSearchQueryHandlerFactory.java
    org/schabi/newpipe/extractor/stream/Description.java
    org/schabi/newpipe/extractor/stream/Frameset.java
    org/schabi/newpipe/extractor/stream/Stream.java
    org/schabi/newpipe/extractor/stream/StreamSegment.java
    org/schabi/newpipe/extractor/subscription/SubscriptionExtractor.java
    org/schabi/newpipe/extractor/subscription/SubscriptionItem.java
    org/schabi/newpipe/extractor/utils/ImageSuffix.java
    org/schabi/newpipe/extractor/utils/ManifestCreatorCache.java
    org/schabi/newpipe/extractor/utils/Pair.java
    org/schabi/newpipe/extractor/utils/Utils.java
    org/schabi/newpipe/fragments/detail/StackItem.java
    org/schabi/newpipe/fragments/detail/VideoDetailPlayerCrasher.java
    org/schabi/newpipe/fragments/list/search/SearchFragment$$Icepick.java
    org/schabi/newpipe/fragments/list/videos/RelatedItemsFragment.java
    org/schabi/newpipe/ktx/ExceptionUtils.java
    org/schabi/newpipe/local/feed/FeedFragment.java
    org/schabi/newpipe/local/feed/FeedViewModel.java
    org/schabi/newpipe/local/subscription/dialog/FeedGroupDialog.java
    org/schabi/newpipe/local/subscription/services/BaseImportExportService.java
    org/schabi/newpipe/local/subscription/services/ImportExportJsonHelper.java
    org/schabi/newpipe/local/subscription/services/SubscriptionsExportService.java
    org/schabi/newpipe/local/subscription/services/SubscriptionsImportService.java
    org/schabi/newpipe/player/datasource/YoutubeHttpDataSource.java
    org/schabi/newpipe/player/helper/AudioReactor.java
    org/schabi/newpipe/player/helper/PlayerDataSource.java
    org/schabi/newpipe/player/mediasource/FailedMediaSource.java
    org/schabi/newpipe/player/playqueue/PlayQueue.java
    org/schabi/newpipe/player/playqueue/PlayQueueItem.java
    org/schabi/newpipe/player/playqueue/events/PlayQueueEvent.java
    org/schabi/newpipe/player/resolver/PlaybackResolver.java
    org/schabi/newpipe/settings/BackupRestoreSettingsFragment.java
    org/schabi/newpipe/settings/ContentSettingsFragment.java
    org/schabi/newpipe/settings/DownloadSettingsFragment.java
    org/schabi/newpipe/settings/NewPipeSettings.java
    org/schabi/newpipe/settings/SettingMigrations.java
    org/schabi/newpipe/settings/VideoAudioSettingsFragment.java
    org/schabi/newpipe/settings/custom/NotificationActionsPreference.java
    org/schabi/newpipe/settings/export/BackupFileLocator.java
    org/schabi/newpipe/settings/export/ImportExportManager.java
    org/schabi/newpipe/settings/export/PreferencesObjectInputStream.java
    org/schabi/newpipe/streams/DataReader.java
    org/schabi/newpipe/streams/Mp4DashReader.java
    org/schabi/newpipe/streams/Mp4FromDashWriter.java
    org/schabi/newpipe/streams/OggFromWebMWriter.java
    org/schabi/newpipe/streams/SrtFromTtmlWriter.java
    org/schabi/newpipe/streams/WebMReader.java
    org/schabi/newpipe/streams/WebMWriter.java
    org/schabi/newpipe/streams/io/SharpInputStream.java
    org/schabi/newpipe/streams/io/SharpOutputStream.java
    org/schabi/newpipe/streams/io/SharpStream.java
    org/schabi/newpipe/streams/io/StoredDirectoryHelper.java
    org/schabi/newpipe/streams/io/StoredFileHelper.java
    org/schabi/newpipe/util/AudioTrackAdapter.java
    org/schabi/newpipe/util/FilePickerActivityHelper.java
    org/schabi/newpipe/util/SerializedCache.java
    org/schabi/newpipe/util/StateSaver.java
    org/schabi/newpipe/util/StreamItemAdapter.java
    org/schabi/newpipe/util/ZipHelper.java
    org/schabi/newpipe/util/external_communication/ShareUtils.java
    org/schabi/newpipe/util/image/PicassoHelper.java
    us/shandian/giga/get/DownloadInitializer.java
    us/shandian/giga/get/DownloadMission.java
    us/shandian/giga/get/DownloadMissionRecover.java
    us/shandian/giga/get/DownloadRunnableFallback.java
    us/shandian/giga/get/Mission.java
    us/shandian/giga/get/MissionRecoveryInfo.java
    us/shandian/giga/get/sqlite/FinishedMissionStore.java
    us/shandian/giga/io/ChunkFileInputStream.java
    us/shandian/giga/io/CircularFileWriter.java
    us/shandian/giga/io/FileStream.java
    us/shandian/giga/io/FileStreamSAF.java
    us/shandian/giga/postprocessing/Postprocessing.java
    us/shandian/giga/postprocessing/TtmlConverter.java
    us/shandian/giga/service/DownloadManager.java
    us/shandian/giga/service/DownloadManagerService.java
    us/shandian/giga/ui/adapter/MissionAdapter.java
    us/shandian/giga/ui/fragment/MissionsFragment.java
    us/shandian/giga/util/Utility.java
    组件-> 启动 Service
    一般功能-> IPC通信
    com/jakewharton/processphoenix/ProcessPhoenix.java
    com/nononsenseapps/filepicker/AbstractFilePickerActivity.java
    com/nononsenseapps/filepicker/FilePickerFragment.java
    io/noties/markwon/LinkResolverDef.java
    org/acra/scheduler/DefaultSenderScheduler.java
    org/acra/sender/LegacySenderService.java
    org/acra/util/ProcessFinisher.java
    org/schabi/newpipe/ExitActivity.java
    org/schabi/newpipe/MainActivity.java
    org/schabi/newpipe/NewVersionWorker.java
    org/schabi/newpipe/PanicResponderActivity.java
    org/schabi/newpipe/QueueItemMenuUtil.java
    org/schabi/newpipe/RouterActivity.java
    org/schabi/newpipe/download/DownloadActivity.java
    org/schabi/newpipe/download/DownloadDialog.java
    org/schabi/newpipe/error/ErrorActivity.java
    org/schabi/newpipe/error/ErrorPanelHelper.java
    org/schabi/newpipe/error/ErrorUtil.java
    org/schabi/newpipe/error/ReCaptchaActivity.java
    org/schabi/newpipe/fragments/detail/VideoDetailFragment.java
    org/schabi/newpipe/fragments/list/search/SearchFragment.java
    org/schabi/newpipe/local/feed/FeedFragment.java
    org/schabi/newpipe/local/feed/notifications/NotificationHelper.java
    org/schabi/newpipe/local/feed/service/FeedLoadService.java
    org/schabi/newpipe/local/subscription/ImportConfirmationDialog$$Icepick.java
    org/schabi/newpipe/local/subscription/ImportConfirmationDialog.java
    org/schabi/newpipe/local/subscription/SubscriptionFragment.java
    org/schabi/newpipe/local/subscription/SubscriptionsImportFragment.java
    org/schabi/newpipe/local/subscription/services/BaseImportExportService.java
    org/schabi/newpipe/local/subscription/services/SubscriptionsExportService.java
    org/schabi/newpipe/local/subscription/services/SubscriptionsImportService.java
    org/schabi/newpipe/player/PlayQueueActivity.java
    org/schabi/newpipe/player/Player.java
    org/schabi/newpipe/player/PlayerService.java
    org/schabi/newpipe/player/PlayerType.java
    org/schabi/newpipe/player/helper/AudioReactor.java
    org/schabi/newpipe/player/helper/PlayerHolder.java
    org/schabi/newpipe/player/mediasession/MediaSessionPlayerUi.java
    org/schabi/newpipe/player/mediasession/SessionConnectorActionProvider.java
    org/schabi/newpipe/player/notification/NotificationPlayerUi.java
    org/schabi/newpipe/player/notification/NotificationUtil.java
    org/schabi/newpipe/player/ui/MainPlayerUi.java
    org/schabi/newpipe/player/ui/PlayerUi.java
    org/schabi/newpipe/player/ui/PopupPlayerUi.java
    org/schabi/newpipe/player/ui/VideoPlayerUi.java
    org/schabi/newpipe/settings/AppearanceSettingsFragment.java
    org/schabi/newpipe/settings/DebugSettingsFragment.java
    org/schabi/newpipe/settings/custom/NotificationActionsPreference.java
    org/schabi/newpipe/streams/io/StoredDirectoryHelper.java
    org/schabi/newpipe/streams/io/StoredFileHelper.java
    org/schabi/newpipe/util/NavigationHelper.java
    org/schabi/newpipe/util/PermissionHelper.java
    org/schabi/newpipe/util/external_communication/KoreUtils.java
    org/schabi/newpipe/util/external_communication/ShareUtils.java
    org/schabi/newpipe/util/text/TextLinkifier.java
    us/shandian/giga/service/DownloadManagerService.java
    us/shandian/giga/ui/adapter/MissionAdapter.java
    us/shandian/giga/ui/common/Deleter.java
    us/shandian/giga/ui/fragment/MissionsFragment.java
    网络通信-> HTTP建立连接
    组件-> 启动 Activity
    组件-> 发送广播
    一般功能-> 获取系统服务(getSystemService)
    调用java反射机制
    一般功能-> Android通知
    组件-> ContentProvider org/acra/attachment/AcraContentProvider.java
    组件-> Provider openFile org/acra/attachment/AcraContentProvider.java
    网络通信-> TCP套接字 org/jsoup/internal/ControllableInputStream.java
    org/schabi/newpipe/App.java
    us/shandian/giga/get/DownloadMission.java
    网络通信-> OkHttpClient Connection org/schabi/newpipe/DownloaderImpl.java
    org/schabi/newpipe/util/image/PicassoHelper.java
    敏感行为-> 检测了是否被jdb调试 org/acra/builder/ReportExecutor.java
    网络通信-> WebView JavaScript接口 org/schabi/newpipe/error/ReCaptchaActivity.java
    网络通信-> WebView 相关 org/schabi/newpipe/error/ReCaptchaActivity.java
    进程操作-> 获取进程pid
    一般功能-> 获取网络接口信息 org/acra/collector/SimpleValuesCollector.java
    进程操作-> 获取运行的进程\服务 com/jakewharton/processphoenix/ProcessPhoenix.java
    org/acra/util/ProcessFinisher.java
    进程操作-> 杀死进程 com/jakewharton/processphoenix/ProcessPhoenix.java
    org/acra/util/ProcessFinisher.java
    命令执行-> getRuntime.exec() org/acra/collector/MemoryInfoCollector.java
    加密解密-> Base64 加密 org/acra/util/IOUtils.java
    org/schabi/newpipe/about/LicenseFragment$showLicense$2.java
    加密解密-> Base64 解密 org/acra/util/IOUtils.java
    一般功能-> 获取活动网路信息 org/schabi/newpipe/util/ListHelper.java
    us/shandian/giga/service/DownloadManagerService.java
    隐私数据-> 剪贴板数据读写操作 org/schabi/newpipe/util/external_communication/ShareUtils.java
    一般功能-> 设置手机铃声,媒体音量 org/schabi/newpipe/player/helper/AudioReactor.java
    网络通信-> WebView GET请求 org/schabi/newpipe/about/LicenseFragment$showLicense$2.java

    安全漏洞检测

    高危
    0
    警告
    4
    信息
    2
    安全
    1
    屏蔽
    0
    序号 问题 等级 参考标准 文件位置 操作
    1 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
    OWASP MASVS: MSTG-STORAGE-3
    升级会员:解锁高级权限
    2 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 警告 CWE: CWE-276: 默认权限不正确
    OWASP Top 10: M2: Insecure Data Storage
    OWASP MASVS: MSTG-STORAGE-2
    升级会员:解锁高级权限
    3 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库 警告 CWE: CWE-89: SQL命令中使用的特殊元素转义处理不恰当('SQL 注入')
    OWASP Top 10: M7: Client Code Quality
    升级会员:解锁高级权限
    4 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 安全
    OWASP MASVS: MSTG-NETWORK-4
    升级会员:解锁高级权限
    5 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
    OWASP Top 10: M5: Insufficient Cryptography
    OWASP MASVS: MSTG-CRYPTO-6
    升级会员:解锁高级权限
    6 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 警告 CWE: CWE-312: 明文存储敏感信息
    OWASP Top 10: M9: Reverse Engineering
    OWASP MASVS: MSTG-STORAGE-14
    升级会员:解锁高级权限
    7 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 信息
    OWASP MASVS: MSTG-STORAGE-10
    升级会员:解锁高级权限

    Native库安全分析

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

    文件分析

    序号 问题 文件

    行为分析

    编号 行为 标签 文件
    00022 从给定的文件绝对路径打开文件 文件
    升级会员:解锁高级权限
    00013 读取文件并将其放入流中 文件
    升级会员:解锁高级权限
    00025 监视要执行的一般操作 反射
    升级会员:解锁高级权限
    00063 隐式意图(查看网页、拨打电话等) 控制
    升级会员:解锁高级权限
    00036 从 res/raw 目录获取资源文件 反射
    升级会员:解锁高级权限
    00192 获取短信收件箱中的消息 短信
    升级会员:解锁高级权限
    00191 获取短信收件箱中的消息 短信
    升级会员:解锁高级权限
    00051 通过setData隐式意图(查看网页、拨打电话等) 控制
    升级会员:解锁高级权限
    00092 发送广播 命令
    升级会员:解锁高级权限
    00121 创建目录 文件
    命令
    升级会员:解锁高级权限
    00187 查询 URI 并检查结果 信息收集
    短信
    通话记录
    日历
    升级会员:解锁高级权限
    00077 读取敏感数据(短信、通话记录等) 信息收集
    短信
    通话记录
    日历
    升级会员:解锁高级权限
    00012 读取数据并放入缓冲流 文件
    升级会员:解锁高级权限
    00096 连接到 URL 并设置请求方法 命令
    网络
    升级会员:解锁高级权限
    00109 连接到 URL 并获取响应代码 网络
    命令
    升级会员:解锁高级权限
    00089 连接到 URL 并接收来自服务器的输入流 命令
    网络
    升级会员:解锁高级权限
    00030 通过给定的 URL 连接到远程服务器 网络
    升级会员:解锁高级权限
    00094 连接到 URL 并从中读取数据 命令
    网络
    升级会员:解锁高级权限
    00108 从给定的 URL 读取输入流 网络
    命令
    升级会员:解锁高级权限
    00104 检查给定路径是否是目录 文件
    升级会员:解锁高级权限
    00056 修改语音音量 控制
    升级会员:解锁高级权限

    敏感权限分析

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

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

    IP地理位置

    恶意域名检测

    域名 状态 中国境内 位置信息 解析
    square.github.io 安全
    IP地址: 185.199.111.153
    国家: 美国
    地区: 宾夕法尼亚
    城市: 加利福尼亚
    查看: Google 地图

    media.ccc.de 安全
    IP地址: 3.169.252.22
    国家: 德国
    地区: 柏林
    城市: 柏林
    查看: Google 地图

    api-v2.soundcloud.com 安全
    IP地址: 3.169.252.22
    国家: 美国
    地区: 佐治亚州
    城市: 亚特兰大
    查看: Google 地图

    w.soundcloud.com 安全
    IP地址: 3.169.252.22
    国家: 美国
    地区: 加利福尼亚
    城市: 洛杉矶
    查看: Google 地图

    www.youtube-nocookie.com 安全
    IP地址: 3.169.252.22
    国家: 美国
    地区: 加利福尼亚
    城市: 洛杉矶
    查看: Google 地图

    api.soundcloud.com 安全
    IP地址: 3.169.252.22
    国家: 美国
    地区: 加利福尼亚
    城市: 洛杉矶
    查看: Google 地图

    i.ytimg.com 安全
    IP地址: 3.169.252.22
    国家: 美国
    地区: 加利福尼亚
    城市: 山景城
    查看: Google 地图

    api-widget.soundcloud.com 安全
    IP地址: 3.169.252.76
    国家: 美国
    地区: 加利福尼亚
    城市: 洛杉矶
    查看: Google 地图

    f4.bcbits.com 安全
    IP地址: 3.169.252.22
    国家: 美国
    地区: 加利福尼亚
    城市: 旧金山
    查看: Google 地图

    api.media.ccc.de 安全
    IP地址: 93.95.230.186
    国家: 德国
    地区: 柏林
    城市: 柏林
    查看: Google 地图

    sepiasearch.org 安全
    IP地址: 185.106.84.58
    国家: 德国
    地区: 萨克森
    城市: 法尔肯施泰因
    查看: Google 地图

    bandcamp.com 安全
    IP地址: 3.169.252.22
    国家: 美国
    地区: 加利福尼亚
    城市: 旧金山
    查看: Google 地图

    www.invidio.us 安全
    IP地址: 93.95.230.186
    国家: 冰岛
    地区: Hofudburgarsvaedi
    城市: 雷克雅未克
    查看: Google 地图

    streaming.media.ccc.de 安全
    IP地址: 62.176.246.169
    国家: 德国
    地区: 下萨克森州
    城市: 沃尔夫斯堡
    查看: Google 地图

    soundcloud.com 安全
    IP地址: 13.249.126.129
    国家: 美国
    地区: 加利福尼亚
    城市: 洛杉矶
    查看: Google 地图

    newpipe.net 安全
    IP地址: 159.69.138.33
    国家: 德国
    地区: 萨克森
    城市: 法尔肯施泰因
    查看: Google 地图

    framatube.org 安全
    IP地址: 178.63.240.148
    国家: 德国
    地区: 萨克森
    城市: 法尔肯施泰因
    查看: Google 地图

    joinpeertube.org 安全
    IP地址: 178.63.240.148
    国家: 德国
    地区: 萨克森
    城市: 法尔肯施泰因
    查看: Google 地图

    手机号提取

    URL链接分析

    URL信息 源码文件
    http://fsf.org/
    https://www.eclipse.org/org/documents/epl-v10.html
    https://mozilla.org/MPL/2.0/.
    https://www.mozilla.org/en-US/MPL/2.0/
    自研引擎-A
    https://w.soundcloud.com/player/?url=
    https://api-widget.soundcloud.com/resolve?url=
    https://soundcloud.com
    https://api-v2.soundcloud.com/resolve?url=
    org/schabi/newpipe/extractor/services/soundcloud/SoundcloudParsingHelper.java
    https://streaming.media.ccc.de/streams/v2.json
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCParsingHelper.java
    https://api.soundcloud.com/users/
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudChannelLinkHandlerFactory.java
    https://play.google.com/store/apps/details?id=
    org/schabi/newpipe/util/external_communication/ShareUtils.java
    https://media.ccc.de/c/
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCLiveStreamKioskExtractor.java
    https://streaming.media.ccc.de/
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCLiveStreamExtractor.java
    https://api-v2.soundcloud.com/playlists/
    https://api-v2.soundcloud.com/tracks?client_id=
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudPlaylistExtractor.java
    https://api.media.ccc.de/public/conferences/
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCConferenceExtractor.java
    https://api-v2.soundcloud.com/search/queries?q=
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudSuggestionExtractor.java
    https://api-v2.soundcloud.com/users/
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudChannelExtractor.java
    https://soundcloud.com/you
    https://soundcloud.com/
    https://api-v2.soundcloud.com/users/
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudSubscriptionExtractor.java
    https://api-v2.soundcloud.com/users/
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudChannelTabExtractor.java
    https://api-v2.soundcloud.com/charts?genre=soundcloud:genres:all-music&client_id=
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudChartsExtractor.java
    https://api-v2.soundcloud.com/tracks/
    org/schabi/newpipe/extractor/services/soundcloud/extractors/SoundcloudStreamExtractor.java
    https://github.com/paperairplane-dev-team/gigaget
    https://github.com/spacecowboy/nononsense-filepicker
    https://square.github.io/picasso/
    https://github.com/noties/markwon
    https://github.com/teamnewpipe/newpipeextractor
    https://github.com/jakewharton/processphoenix
    https://github.com/jhy/jsoup
    https://github.com/material-components/material-components-android
    https://github.com/ocpsoft/prettytime
    https://github.com/frankiesardo/icepick
    https://github.com/bytehamster/searchpreference
    https://github.com/jakewharton/rxbinding
    https://github.com/lisawray/groupie
    https://square.github.io/okhttp/
    https://github.com/acra/acra
    org/schabi/newpipe/about/AboutActivity.java
    https://bandcamp.com/?show=
    org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampStreamLinkHandlerFactory.java
    https://bandcamp.com/search?q=
    org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampSearchQueryHandlerFactory.java
    https://bandcamp.com/api/bcweekly/1/list
    https://bandcamp.com/api/mobile/24/bootstrap_data
    org/schabi/newpipe/extractor/services/bandcamp/linkHandler/BandcampFeaturedLinkHandlerFactory.java
    http://javax.xml.xmlconstants/property/accessexternalschema
    file:full:2011
    http://javax.xml.xmlconstants/property/accessexternaldtd
    org/schabi/newpipe/extractor/services/youtube/dashmanifestcreators/YoutubeDashManifestCreatorsUtils.java
    https://takeout.google.com/takeout/custom/youtube
    org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeSubscriptionExtractor.java
    https://newpipe.net/
    org/schabi/newpipe/about/LicenseFragment.java
    www.youtube-nocookie.com
    www.invidio.us
    www.google
    17.4.1.21
    org/schabi/newpipe/extractor/services/youtube/YoutubeParsingHelper.java
    https://bandcamp.com/api/bcweekly/1/list
    https://bandcamp.com/api/mobile/24/bootstrap_data
    org/schabi/newpipe/extractor/services/bandcamp/BandcampService.java
    https://soundcloud.com/charts/new
    https://soundcloud.com/charts/top
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudChartsLinkHandlerFactory.java
    https://api-v2.soundcloud.com/search/playlists
    https://api-v2.soundcloud.com/search/users
    https://api-v2.soundcloud.com/search
    https://api-v2.soundcloud.com/search/tracks
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudSearchQueryHandlerFactory.java
    https://api.soundcloud.com/tracks/
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudStreamLinkHandlerFactory.java
    https://api.soundcloud.com/playlists/
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudPlaylistLinkHandlerFactory.java
    https://api-v2.soundcloud.com/tracks/
    org/schabi/newpipe/extractor/services/soundcloud/linkHandler/SoundcloudCommentsLinkHandlerFactory.java
    https://bandcamp.com/api/fuzzysearch/1/autocomplete?q=
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampSuggestionExtractor.java
    https://media.ccc.de/public/events/search?q=
    org/schabi/newpipe/extractor/services/media_ccc/linkHandler/MediaCCCSearchQueryHandlerFactory.java
    https://media.ccc.de/b/conferences
    https://api.media.ccc.de/public/conferences
    https://media.ccc.de/public/conferences
    org/schabi/newpipe/extractor/services/media_ccc/linkHandler/MediaCCCConferencesListLinkHandlerFactory.java
    https://media.ccc.de/public/events/
    org/schabi/newpipe/extractor/services/media_ccc/extractors/infoItems/MediaCCCStreamInfoItemExtractor.java
    https://media.ccc.de/c/
    org/schabi/newpipe/extractor/services/media_ccc/linkHandler/MediaCCCConferenceLinkHandlerFactory.java
    https://framatube.org
    org/schabi/newpipe/extractor/services/peertube/PeertubeInstance.java
    https://media.ccc.de/c/
    https://api.media.ccc.de/public/events/
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCStreamExtractor.java
    https://github.com/teamnewpipe/newpipe/issues
    org/schabi/newpipe/error/ErrorActivity.java
    https://api.media.ccc.de/public/events/recent
    org/schabi/newpipe/extractor/services/media_ccc/extractors/MediaCCCRecentKiosk.java
    https://streaming.media.ccc.de/
    https://media.ccc.de/v/
    org/schabi/newpipe/extractor/services/media_ccc/linkHandler/MediaCCCStreamLinkHandlerFactory.java
    https://bandcamp.com/api/bcweekly/1/get?id=
    https://bandcamp.com/img/buttons/bandcamp-button-circle-whitecolor-512.png
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampRadioStreamExtractor.java
    https://bandcamp.com/?show=
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampRadioInfoItemExtractor.java
    https://bandcamp.com/api/bcweekly/1/list
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampRadioExtractor.java
    https://bandcamp.com/api/mobile/24/feed_older_logged_out?story_groups=featured:
    https://bandcamp.com/api/mobile/24/bootstrap_data
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampFeaturedExtractor.java
    https://f4.bcbits.com/img/
    https://bandcamp.com/api/mobile/22/tralbum_details?band_id=
    https://bandcamp.com/api/mobile/22/band_details
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampExtractorHelper.java
    https://newpipe.net/api/data.json
    org/schabi/newpipe/NewVersionWorker.java
    https://bandcamp.com/api/tralbumcollectors/2/reviews
    org/schabi/newpipe/extractor/services/bandcamp/extractors/BandcampCommentsExtractor.java
    https://sepiasearch.org
    org/schabi/newpipe/extractor/services/peertube/linkHandler/PeertubeSearchQueryHandlerFactory.java
    https://i.ytimg.com/vi/
    org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeMixPlaylistExtractor.java
    https://newpipe.net/faq/
    https://newpipe.net/
    https://github.com/teamnewpipe/newpipe
    https://newpipe.net/donate/
    https://newpipe.net/legal/privacy/
    https://joinpeertube.org/instances#instances-list
    自研引擎-S

    Firebase配置检测

    邮箱地址提取

    EMAIL 源码文件
    crashreport@newpipe.schabi.org
    org/schabi/newpipe/error/ErrorActivity.java

    第三方追踪器

    名称 类别 网址
    ACRA Crash reporting https://reports.exodus-privacy.eu.org/trackers/444

    敏感凭证泄露

    显示全部的 174 个secrets
    1、 "add_to_playlist_key" : "add_to_playlist"
    2、 "adjustment_step_key" : "adjustment_step_key"
    3、 "allow_disposed_exceptions_key" : "allow_disposed_exceptions_key"
    4、 "allow_heap_dumping_key" : "allow_heap_dumping_key"
    5、 "always_use_exoplayer_set_output_surface_workaround_key" : "always_use_exoplayer_set_output_surface_workaround_key"
    6、 "app_language_key" : "app_language_key"
    7、 "audio_m4a_key" : "audio_m4a"
    8、 "audio_webm_key" : "audio_webm"
    9、 "auto_device_theme_key" : "auto_device_theme"
    10、 "auto_queue_key" : "auto_queue_key"
    11、 "autoplay_always_key" : "autoplay_always_key"
    12、 "autoplay_key" : "autoplay_key"
    13、 "autoplay_never_key" : "autoplay_never_key"
    14、 "autoplay_wifi_key" : "autoplay_wifi_key"
    15、 "background_player_key" : "background_player"
    16、 "best_resolution_key" : "best_resolution"
    17、 "black_theme_key" : "black_theme"
    18、 "brightness_control_key" : "brightness_control"
    19、 "caption_settings_key" : "caption_settings_key"
    20、 "caption_user_set_key" : "caption_user_set_key"
    21、 "clear_cookie_key" : "clear_cookie"
    22、 "clear_playback_states_key" : "clear_playback_states"
    23、 "clear_search_history_key" : "clear_search_history"
    24、 "clear_views_history_key" : "clear_play_history"
    25、 "content_country_key" : "content_country"
    26、 "content_language_key" : "content_language"
    27、 "dark_theme_key" : "dark_theme"
    28、 "debug_pref_screen_key" : "debug_pref_screen_key"
    29、 "default_audio_format_key" : "default_audio_format"
    30、 "default_localization_key" : "system"
    31、 "default_popup_resolution_key" : "default_popup_resolution"
    32、 "default_resolution_key" : "default_resolution"
    33、 "default_video_format_key" : "default_video_format"
    34、 "disable_media_tunneling_key" : "disable_media_tunneling_key"
    35、 "disabled_media_tunneling_automatically_key" : "disabled_media_tunneling_automatically_key"
    36、 "download_key" : "download"
    37、 "download_path_audio_key" : "download_path_audio"
    38、 "download_path_video_key" : "download_path"
    39、 "enable_playback_resume_key" : "enable_playback_resume"
    40、 "enable_playback_state_lists_key" : "enable_playback_state_lists"
    41、 "enable_search_history_key" : "enable_search_history"
    42、 "enable_watch_history_key" : "enable_watch_history"
    43、 "exoplayer_settings_key" : "exoplayer_settings_key"
    44、 "feed_fetch_channel_tabs_key" : "feed_fetch_channel_tabs"
    45、 "feed_show_future_items_key" : "feed_show_future_items"
    46、 "feed_show_partially_watched_items_key" : "feed_show_partially_watched_items"
    47、 "feed_show_watched_items_key" : "feed_show_played_items"
    48、 "feed_use_dedicated_fetch_method_key" : "feed_use_dedicated_fetch_method"
    49、 "image_quality_high_key" : "image_quality_high"
    50、 "image_quality_key" : "image_quality_key"
    51、 "image_quality_low_key" : "image_quality_low"
    52、 "image_quality_medium_key" : "image_quality_medium"
    53、 "image_quality_none_key" : "image_quality_none"
    54、 "last_download_type_audio_key" : "last_dl_type_audio"
    55、 "last_download_type_video_key" : "last_dl_type_video"
    56、 "left_gesture_control_key" : "left_gesture_control"
    57、 "light_theme_key" : "light_theme"
    58、 "limit_data_usage_none_key" : "limit_data_usage_none"
    59、 "limit_mobile_data_usage_key" : "limit_mobile_data_usage"
    60、 "list_view_mode_auto_key" : "auto"
    61、 "list_view_mode_card_key" : "card"
    62、 "list_view_mode_grid_key" : "grid"
    63、 "list_view_mode_key" : "list_view_mode"
    64、 "list_view_mode_list_key" : "list"
    65、 "main_page_content_key" : "main_page_content"
    66、 "main_tabs_position_key" : "main_tabs_position"
    67、 "metadata_cache_wipe_key" : "cache_wipe_key"
    68、 "metadata_privacy_private" : "Private"
    69、 "minimize_on_exit_background_key" : "minimize_on_exit_background_key"
    70、 "minimize_on_exit_key" : "minimize_on_exit_key"
    71、 "minimize_on_exit_none_key" : "minimize_on_exit_none_key"
    72、 "minimize_on_exit_popup_key" : "minimize_on_exit_popup_key"
    73、 "night_theme_key" : "night_theme"
    74、 "none_control_key" : "none_control"
    75、 "notification_colorize_key" : "notification_colorize_key"
    76、 "notification_slot_0_key" : "notification_slot_0_key"
    77、 "notification_slot_1_key" : "notification_slot_1_key"
    78、 "notification_slot_2_key" : "notification_slot_2_key"
    79、 "notification_slot_3_key" : "notification_slot_3_key"
    80、 "notification_slot_4_key" : "notification_slot_4_key"
    81、 "notification_slot_compact_0_key" : "notification_slot_compact_0_key"
    82、 "notification_slot_compact_1_key" : "notification_slot_compact_1_key"
    83、 "notification_slot_compact_2_key" : "notification_slot_compact_2_key"
    84、 "peertube_instance_list_key" : "peertube_instance_list"
    85、 "peertube_instance_setup_key" : "peertube_instance_setup"
    86、 "peertube_selected_instance_key" : "peertube_selected_instance"
    87、 "playback_adjust_by_semitones_key" : "playback_adjust_by_semitones_key"
    88、 "playback_pitch_key" : "playback_pitch_key"
    89、 "playback_skip_silence_key" : "playback_skip_silence_key"
    90、 "playback_speed_key" : "playback_speed_key"
    91、 "playback_unhook_key" : "playback_unhook_key"
    92、 "player_notification_screen_key" : "player_notification_screen"
    93、 "popup_player_key" : "popup_player"
    94、 "popup_remember_size_pos_key" : "popup_remember_size_pos_key"
    95、 "popup_saved_width_key" : "popup_saved_width"
    96、 "popup_saved_x_key" : "popup_saved_x"
    97、 "popup_saved_y_key" : "popup_saved_y"
    98、 "prefer_descriptive_audio_key" : "prefer_descriptive_audio"
    99、 "prefer_original_audio_key" : "prefer_original_audio"
    100、 "progressive_load_interval_key" : "progressive_load_interval"
    101、 "recaptcha_cookies_key" : "recaptcha_cookies_key"
    102、 "resume_on_audio_focus_gain_key" : "resume_on_audio_focus_gain"
    103、 "right_gesture_control_key" : "right_gesture_control"
    104、 "saved_tabs_key" : "saved_tabs_key"
    105、 "scale_to_square_image_in_notifications_key" : "scale_to_square_image_in_notifications"
    106、 "screen_brightness_key" : "screen_brightness_key"
    107、 "screen_brightness_timestamp_key" : "screen_brightness_timestamp_key"
    108、 "seek_duration_key" : "seek_duration"
    109、 "seekbar_preview_thumbnail_key" : "seekbar_preview_thumbnail_key"
    110、 "settings_file_charset_key" : "file_rename_charset"
    111、 "settings_file_replacement_character_key" : "file_replacement_character"
    112、 "show_channel_tabs_key" : "channel_tabs"
    113、 "show_comments_key" : "show_comments"
    114、 "show_description_key" : "show_description"
    115、 "show_higher_resolutions_key" : "show_higher_resolutions"
    116、 "show_image_indicators_key" : "show_image_indicators_key"
    117、 "show_info_key" : "show_info"
    118、 "show_local_search_suggestions_key" : "show_local_search_suggestions"
    119、 "show_memory_leaks_key" : "show_memory_leaks_key"
    120、 "show_meta_info_key" : "show_meta_info"
    121、 "show_next_video_key" : "show_next_video"
    122、 "show_original_time_ago_key" : "show_original_time_ago_key"
    123、 "show_play_with_kodi_key" : "show_play_with_kodi"
    124、 "show_remote_search_suggestions_key" : "show_remote_search_suggestions"
    125、 "show_search_suggestions_key" : "show_search_suggestions"
    126、 "show_thumbnail_key" : "show_thumbnail_key"
    127、 "start_main_player_fullscreen_key" : "start_main_player_fullscreen_key"
    128、 "stream_info_selected_tab_key" : "stream_info_selected_tab"
    129、 "streams_notifications_channels_key" : "streams_notifications_channels"
    130、 "streams_notifications_interval_key" : "streams_notifications_interval"
    131、 "streams_notifications_network_key" : "streams_notifications_network"
    132、 "tablet_mode_auto_key" : "auto"
    133、 "tablet_mode_key" : "tablet_mode"
    134、 "tablet_mode_off_key" : "off"
    135、 "tablet_mode_on_key" : "on"
    136、 "theme_key" : "theme"
    137、 "use_exoplayer_decoder_fallback_key" : "use_exoplayer_decoder_fallback_key"
    138、 "use_external_audio_player_key" : "use_external_audio_player"
    139、 "use_external_video_player_key" : "use_external_video_player"
    140、 "use_inexact_seek_key" : "use_inexact_seek_key"
    141、 "video_3gp_key" : "video_3gp"
    142、 "video_mp4_key" : "video_mp4"
    143、 "video_player_key" : "video_player"
    144、 "video_webm_key" : "video_webm"
    145、 "volume_control_key" : "volume_control"
    146、 "metadata_privacy_private" : "Privat"
    147、 "metadata_privacy_private" : "Privat"
    148、 "metadata_privacy_private" : "Privat"
    149、 "metadata_privacy_private" : "Yksityinen"
    150、 "metadata_privacy_private" : "Privado"
    151、 "metadata_privacy_private" : "Prywatny"
    152、 "metadata_privacy_private" : "Privasi"
    153、 "metadata_privacy_private" : "Privat"
    154、 "metadata_privacy_private" : "Private"
    155、 "metadata_privacy_private" : "Privatno"
    156、 "metadata_privacy_private" : "Gizli"
    157、 "metadata_privacy_private" : "Privado"
    158、 "metadata_privacy_private" : "Einka"
    159、 "metadata_privacy_private" : "Privaatne"
    160、 "metadata_privacy_private" : "Privato"
    161、 "metadata_privacy_private" : "Privatus"
    162、 "metadata_privacy_private" : "Privado"
    163、 "metadata_privacy_private" : "Pribatua"
    164、 "metadata_privacy_private" : "Privat"
    165、 "metadata_privacy_private" : "Privado"
    166、 "metadata_privacy_private" : "Pribado"
    167、 "metadata_privacy_private" : "Private"
    168、 "metadata_privacy_private" : "Privadu"
    169、 "metadata_privacy_private" : "Privata"
    170、 "metadata_privacy_private" : "Privat"
    171、 "metadata_privacy_private" : "Privado"
    172、 7591e8039faa74d8c0517dc867af9d3e
    173、 cb84069bd68116bafae5ee4ee5b08a567aa6d898404e7cb12f9e756df5cf5cab
    174、 d3fe862898d1b6d0c97c76386b82dd78

    字符串信息

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

    第三方SDK

    SDK名称 开发者 描述信息
    Process Phoenix JakeWharton Process Phoenix facilitates restarting your application process.
    File Provider Android FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。
    Jetpack App Startup Google App Startup 库提供了一种直接,高效的方法来在应用程序启动时初始化组件。库开发人员和应用程序开发人员都可以使用 App Startup 来简化启动顺序并显式设置初始化顺序。App Startup 允许您定义共享单个内容提供程序的组件初始化程序,而不必为需要初始化的每个组件定义单独的内容提供程序。这可以大大缩短应用启动时间。
    Jetpack WorkManager Google 使用 WorkManager API 可以轻松地调度即使在应用退出或设备重启时仍应运行的可延迟异步任务。
    Picasso Square 一个强大的 Android 图片下载缓存库。
    Jetpack Media Google 与其他应用共享媒体内容和控件。已被 media2 取代。
    Jetpack ProfileInstaller Google 让库能够提前预填充要由 ART 读取的编译轨迹。
    Jetpack AppCompat Google Allows access to new APIs on older API versions of the platform (many using Material Design).
    Jetpack Room Google Room 持久性库在 SQLite 的基础上提供了一个抽象层,让用户能够在充分利用 SQLite 的强大功能的同时,获享更强健的数据库访问机制。

    污点分析

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