ByteDance GSDK
字节跳动游戏 SDK 核心框架
Maven 搜索找到独立 artifact com.bytedance.frameworks.core,属于字节跳动 TTGameSDK 体系,有多个子模块(sdk_monitor、npth_core),是游戏 SDK 的核心框架
com.bytedance.bdturing规则库 + LLM 终判com.bytedance.crash规则库 + LLM 终判3段包名 com.bytedance.crash,Maven group 与 artifact(crash)同名匹配,具备独立崩溃采集功能定位,可通过火山引擎 APM 官方文档单独集成(与 com.bytedance.apm 并列声明依赖),符合独立 SDK 判定。
com.bytedance.framwork.core规则库 + LLM 终判Maven 搜索找到独立 artifact com.bytedance.frameworks.core,属于字节跳动 TTGameSDK 体系,有多个子模块(sdk_monitor、npth_core),是游戏 SDK 的核心框架
com.bytedance.fresco规则库 + LLM 终判Maven Central 确认 com.bytedance.fresco 为真实 group(Bytedance Fresco GSDK,含 imagepipeline/statistics 等 artifact);GitHub 依赖声明 2 处;火山引擎文档提到 implementation com.bytedance.fresco:statistics:1.0.4 用于 HEIF 解码
com.bytedance.platform规则库 + LLM 终判GitHub Code Search 2 个 build.gradle 依赖声明匹配;Maven Repository 显示 com.bytedance.platform 为 Bytedance Platform GSDK 的 Maven group(Godzilla Library)
com.bytedance.retrofit2规则库 + LLM 终判Maven Central 有 com.bytedance.thirdparty:ss-retrofit2 独立 artifact;逆向分析确认 TikTok/头条/抖音 内置字节修改版 Retrofit(包名 com.bytedance.retrofit2,含 SsHttpCall/client.Request 等类);功能为独立网络客户端库
com.bytedance.router规则库 + LLM 终判包名 com.bytedance.router 为 3 段,对应 Maven group com.bytedance.router,artifact 名 router 与 group 末段匹配,属字节跳动开源路由框架 Android-Router;功能独立(页面/组件路由),非内部实现包。
com.bytedance.speech规则库 + LLM 终判Maven Central 有 group com.bytedance.speech 发布 Speech SDKs artifact;火山引擎文档(docs.volcengine.com/docs/6561/79832)确认 Speech SDK 集成方式;多个 APP 隐私政策第三方 SDK 目录列出 com.bytedance.speech;proguard 规则保留 com.bytedance.speech.speechengine.SpeechEngineImpl
com.bytedance.ug规则库 + LLM 终判mvnrepository.com 列出 com.bytedance.ug group(Bytedance UG SDK / Bytedance UG GSDK),并有 share-douyin 等移植 artifact,说明该 group 为独立游戏 SDK 分发入口。