Forwarded from 不靠谱的喵(>^ω^<) #CatGPT (Yuze Wu 🐱 | 女子大学生 | 喵!)
出厂 Android 13 及以上的设备都强制使用新版 Play Integrity 规则了,具体介绍一下差别
(高等级的前提条件均为通过上一等级,TEE 均指代 Attestation)
MEETS_BASIC_INTEGRITY
旧版:设备通过基础检查,vbmeta 状态为 Locked,无 root,不检查 TEE
新版:设备通过基础检查,无 root,TEE SecurityLevel 至少为 TrustedEnvironment,不检查 TEE verifiedBoot 状态和 TEE Keybox 吊销情况
MEETS_DEVICE_INTEGRITY
旧版:Fingerprint 与 CTS Profile 对应且有效
新版:Fingerprint 与 CTS Profile 对应且有效,TEE Keybox 未被吊销,TEE deviceLocked 状态为 true,且 TEE VerifiedBootState 为 Locked
MEETS_STRONG_INTEGRITY
旧版:TEE SecurityLevel 至少为 TrustedEnvironment,TEE Keybox 未被吊销,TEE deviceLocked 状态为 true,且 TEE VerifiedBootState 为 Locked
新版:TEE osPatchLevel、TEE vendorPatchLevel、TEE bootPatchLevel 与现在的时间差均为未超过一年
可以看出,新版的 DEVICE 就是旧版的 STRONG,而新版 STRONG 加入了安全补丁的要求,所以通过新版 Play Integrity 认证就可以针对这些检测点。还需要注意的是,新版需要对 Play 商店也启用 TEE 伪造,而旧版只对 GMS 启用即可。
以下是最新方案:
MagiskHide(基于 Zygisk 的隐藏模块没有意义;KernelSU 为取消挂载):
TrickyStore + TrickyAddon:
teeBroken 为 false 最佳,不强制要求
未被吊销的有效 Google 根证书 Keybox(自备,或使用 TrickyAddon 提供的公开 Keybox)
security_patch 建议与 OS 保持一致,如不满足条件则改为与 Fingerprint 保持一致
target 添加:
PlayIntegrityFix(已停更,使用 Action 即可):
最新的 Preview Fingerprint
注:如果设备本身没有 GMS 或未通过 CTS 认证,需手动注册设备 ID 至 https://www.google.com/android/uncertified
(高等级的前提条件均为通过上一等级,TEE 均指代 Attestation)
MEETS_BASIC_INTEGRITY
旧版:设备通过基础检查,vbmeta 状态为 Locked,无 root,不检查 TEE
新版:设备通过基础检查,无 root,TEE SecurityLevel 至少为 TrustedEnvironment,不检查 TEE verifiedBoot 状态和 TEE Keybox 吊销情况
MEETS_DEVICE_INTEGRITY
旧版:Fingerprint 与 CTS Profile 对应且有效
新版:Fingerprint 与 CTS Profile 对应且有效,TEE Keybox 未被吊销,TEE deviceLocked 状态为 true,且 TEE VerifiedBootState 为 Locked
MEETS_STRONG_INTEGRITY
旧版:TEE SecurityLevel 至少为 TrustedEnvironment,TEE Keybox 未被吊销,TEE deviceLocked 状态为 true,且 TEE VerifiedBootState 为 Locked
新版:TEE osPatchLevel、TEE vendorPatchLevel、TEE bootPatchLevel 与现在的时间差均为未超过一年
可以看出,新版的 DEVICE 就是旧版的 STRONG,而新版 STRONG 加入了安全补丁的要求,所以通过新版 Play Integrity 认证就可以针对这些检测点。还需要注意的是,新版需要对 Play 商店也启用 TEE 伪造,而旧版只对 GMS 启用即可。
以下是最新方案:
MagiskHide(基于 Zygisk 的隐藏模块没有意义;KernelSU 为取消挂载):
com.google.android.gms/.unstableTrickyStore + TrickyAddon:
teeBroken 为 false 最佳,不强制要求
未被吊销的有效 Google 根证书 Keybox(自备,
security_patch 建议与 OS 保持一致,如不满足条件则改为与 Fingerprint 保持一致
target 添加:
com.google.android.gmscom.android.vendingPlayIntegrityFix(已停更,使用 Action 即可):
最新的 Preview Fingerprint
注:如果设备本身没有 GMS 或未通过 CTS 认证,需手动注册设备 ID 至 https://www.google.com/android/uncertified
Forwarded from OKHK 👀
mcp-chrome - Chrome MCP Server
https://github.com/hangwin/mcp-chrome
Chrome MCP Server 是一个基于 Chrome 扩展的 Model Context Protocol (MCP) Server,将您的 Chrome 浏览器功能暴露给 Claude 等 AI 助手,从而实现复杂的浏览器自动化、内容分析和语义搜索。
与传统的浏览器自动化工具 (如 Playwright) 不同,Chrome MCP Server 直接使用您日常使用的 Chrome 浏览器,利用现有的用户习惯、配置和登录状态,让各种大型模型或聊天机器人控制您的浏览器,真正成为您的日常助手。
● 支持任何 LLM 或聊天机器人客户端或代理自动化您的浏览器
● 无缝集成您现有的浏览器环境 (您的配置、登录状态等)
● 纯本地 MCP Server,确保用户隐私
● 支持可流式 HTTP 连接
● 支持跨标签页上下文
● 内置矢量数据库,支持智能浏览器标签内容发现
● 基于 AI 的文本提取和相似性匹配
● 支持 20 多种工具,包括截图、网络监控、交互操作、书签管理、浏览历史等
● 基于 WebAssembly SIMD 的 AI 加速, 可实现 4-8 倍的矢量运算速度
#Chrome #MCP #AI #GitHub #Tool
https://github.com/hangwin/mcp-chrome
Chrome MCP Server 是一个基于 Chrome 扩展的 Model Context Protocol (MCP) Server,将您的 Chrome 浏览器功能暴露给 Claude 等 AI 助手,从而实现复杂的浏览器自动化、内容分析和语义搜索。
与传统的浏览器自动化工具 (如 Playwright) 不同,Chrome MCP Server 直接使用您日常使用的 Chrome 浏览器,利用现有的用户习惯、配置和登录状态,让各种大型模型或聊天机器人控制您的浏览器,真正成为您的日常助手。
● 支持任何 LLM 或聊天机器人客户端或代理自动化您的浏览器
● 无缝集成您现有的浏览器环境 (您的配置、登录状态等)
● 纯本地 MCP Server,确保用户隐私
● 支持可流式 HTTP 连接
● 支持跨标签页上下文
● 内置矢量数据库,支持智能浏览器标签内容发现
● 基于 AI 的文本提取和相似性匹配
● 支持 20 多种工具,包括截图、网络监控、交互操作、书签管理、浏览历史等
● 基于 WebAssembly SIMD 的 AI 加速, 可实现 4-8 倍的矢量运算速度
#Chrome #MCP #AI #GitHub #Tool
GitHub
GitHub - hangwin/mcp-chrome: Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your…
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP) server that exposes your Chrome browser functionality to AI assistants like Claude, enabling complex browser automation, c...
Forwarded from OKHK 👀
OOMOL Studio - AI 可编程工作流平台
https://oomol.com/
https://github.com/oomol-lab
基于 VSCode 深度定制的工作流解决方案,整合了现代开发所需的容器化、虚拟化、AI 辅助等核心能力:
● 跨平台支持 Windows 和 macOS
● 基于 Podman 的容器化方案,支持 GPU 加速
● 开源核心组件:ovm、ovm-win 等
● 强大的工作流编排和共享能力
#GitHub #Tool #AI
https://www.v2ex.com/t/1137545
----------------------
● pdf-craft: 将 PDF 转为 Markdown / EPUB 格式的 Python 库
● sysproxy: 一个获取当前系统代理的 Golang 库
https://oomol.com/
https://github.com/oomol-lab
基于 VSCode 深度定制的工作流解决方案,整合了现代开发所需的容器化、虚拟化、AI 辅助等核心能力:
● 跨平台支持 Windows 和 macOS
● 基于 Podman 的容器化方案,支持 GPU 加速
● 开源核心组件:ovm、ovm-win 等
● 强大的工作流编排和共享能力
#GitHub #Tool #AI
https://www.v2ex.com/t/1137545
----------------------
● pdf-craft: 将 PDF 转为 Markdown / EPUB 格式的 Python 库
● sysproxy: 一个获取当前系统代理的 Golang 库
GitHub
OOMOL Lab
OpenSource projects from the @oomol team. OOMOL Lab has 45 repositories available. Follow their code on GitHub.
Forwarded from 油油の科技软件资源分享
一个永久免费且无广告的邮件群发软件 #邮件群发
使用SMTP来群发邮件支持添加多个发信邮箱,一个小而美的邮件群发软件。支持导入TXT文件一行一个邮箱、粘贴邮箱、查看邮箱列表、SMTP发信邮箱(支持多个)、管理SMTP邮箱、单个发信邮箱限制发送次数
https://t.me/yy_app/284
使用SMTP来群发邮件支持添加多个发信邮箱,一个小而美的邮件群发软件。支持导入TXT文件一行一个邮箱、粘贴邮箱、查看邮箱列表、SMTP发信邮箱(支持多个)、管理SMTP邮箱、单个发信邮箱限制发送次数
https://t.me/yy_app/284
Forwarded from 油油の科技软件资源分享
aidun Armor:永远免费的流氓软件免疫小工具 #流氓软件
一键屏蔽和免疫各种流氓软件,弹窗广告,告别电脑卡顿,要求 Win7/Vista/8/10/11 或 Windows Server 2008 及以上x64位系统
https://t.me/yy_app/283
一键屏蔽和免疫各种流氓软件,弹窗广告,告别电脑卡顿,要求 Win7/Vista/8/10/11 或 Windows Server 2008 及以上x64位系统
https://t.me/yy_app/283
Forwarded from 油油の科技软件资源分享
KrillinAI 一键视频翻译配音工具 #翻译 #配音
一款基于AI大模型的视频翻译和配音工具,软件集音视频翻译、配音、语音克隆于一身,支持横竖屏格式输出,确保在大部分主流平台(哔哩哔哩,小红书,抖音,视频号,快手,YouTube,TikTok等)都能奏效。
注意:需要在本地配置模型,或者配置OpenAI/Whisper/阿里云的API Key。
https://github.com/krillinai/KrillinAI
一款基于AI大模型的视频翻译和配音工具,软件集音视频翻译、配音、语音克隆于一身,支持横竖屏格式输出,确保在大部分主流平台(哔哩哔哩,小红书,抖音,视频号,快手,YouTube,TikTok等)都能奏效。
注意:需要在本地配置模型,或者配置OpenAI/Whisper/阿里云的API Key。
https://github.com/krillinai/KrillinAI
Forwarded from 𝗽𝗼𝗽𝗠𝗢𝗗𝗦 | 𝗙𝗢𝗦𝗦, 𝗟𝗶𝗳𝗲, 𝗠𝗲𝗺𝗲𝘀 (Ömer)
Shots Studio
Shots Studio turns your chaotic screenshot gallery into an intelligent, organized archive. Backed by powerful AI, it makes your screenshots searchable, taggable, and easy to browse — all while giving you control.
🔗 Links:
- Download
- Getting started
- Screenshots
- Features
- Website
- Source code
Developer: Ansah Mohammad
🏷 Tags: #Android #Utilities
Shots Studio turns your chaotic screenshot gallery into an intelligent, organized archive. Backed by powerful AI, it makes your screenshots searchable, taggable, and easy to browse — all while giving you control.
🔗 Links:
- Download
- Getting started
- Screenshots
- Features
- Website
- Source code
Developer: Ansah Mohammad
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
🏷 Tags: #Android #Utilities
Forwarded from 𝗽𝗼𝗽𝗠𝗢𝗗𝗦 | 𝗙𝗢𝗦𝗦, 𝗟𝗶𝗳𝗲, 𝗠𝗲𝗺𝗲𝘀 (Ömer)
Nanobrowser
Nanobrowser is an open-source AI web automation tool that runs in your browser. A free alternative to OpenAI Operator with flexible LLM options and multi-agent system.
🔗 Links:
- Add it to your browser (Only Edge and Chrome)
- Demo video
- Features
- Source code
Organization: Nanobrowser
🏷 Tags: #AI #Browser #Extension
Nanobrowser is an open-source AI web automation tool that runs in your browser. A free alternative to OpenAI Operator with flexible LLM options and multi-agent system.
🔗 Links:
- Add it to your browser (Only Edge and Chrome)
- Demo video
- Features
- Source code
Organization: Nanobrowser
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
🏷 Tags: #AI #Browser #Extension
Forwarded from 𝗽𝗼𝗽𝗠𝗢𝗗𝗦 | 𝗙𝗢𝗦𝗦, 𝗟𝗶𝗳𝗲, 𝗠𝗲𝗺𝗲𝘀 (Ömer)
pairipfix
This LSPosed module bypasses the "Get this app from Play" screen that appears when installing Android apps as an APK instead of from the Google Play Store.
🔗 Links:
- Download
- Source code
Developer: ahmedmani
🏷 Tags: #Android #Xposed #Modules
This LSPosed module bypasses the "Get this app from Play" screen that appears when installing Android apps as an APK instead of from the Google Play Store.
🔗 Links:
- Download
- Source code
Developer: ahmedmani
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
🏷 Tags: #Android #Xposed #Modules
Forwarded from 𝗽𝗼𝗽𝗠𝗢𝗗𝗦 | 𝗙𝗢𝗦𝗦, 𝗟𝗶𝗳𝗲, 𝗠𝗲𝗺𝗲𝘀 (Ömer)
Scrcpy-GUI
An unofficial beginner-friendly user interface for the Scrcpy Project.
🔗 Links:
- Download
- Screenshots
- Abilities
- Source code
Developer: GeorgeEnglezos
🏷 Tags: #Windows #Utilities
An unofficial beginner-friendly user interface for the Scrcpy Project.
🔗 Links:
- Download
- Screenshots
- Abilities
- Source code
Developer: GeorgeEnglezos
❤️ Support the Project
If this project makes your life easier, here are a few quick ways to show some love:
⭐ Star the repo/app
☕ Buy a coffee for the developer
🛠 Contribute code, issues, or pull-requests
🏷 Tags: #Windows #Utilities
Forwarded from 破解软件电脑频道 🅥
雷电模拟器964_9_1_48_0去广告绿色版_@𝑷𝑱𝑨𝑷𝑲.exe
452.8 MB