The Update that Changed the World (改變世界的更新)
⚠️ 【重要升級提醒 / Important Notice】
由於本次版本對底層架構(API 102 規範對齊)、資料庫模型及 IPC 通訊鏈路進行了全面重構,從舊版本(v1.0.6 及更早版本)升級的使用者,強烈建議先卸載舊版 Manager 後再安裝 v1.0.7,以避免快取殘留或舊資料結構衝突導致的異常。Due to comprehensive architectural refactoring (API 102 alignment, database model updates, and IPC lifecycle changes), users upgrading from older versions (v1.0.6 or earlier) are strongly recommended to uninstall the previous Manager before installing v1.0.7 to prevent configuration or caching conflicts.
中文
🌟 核心升級:API 102 現代架構全面登陸
- API 102 現代模組生態:同步 Vector master 最新架構,完整支援現代模組生命週期、熱重載(Hot Reload)機制以及世代追蹤(Generation Tracking)。
- 模組元數據相容:完整支援讀取標準 Modern API 模組元數據(作用域 Scope、最低 API 版本與相容性標記)。
- 雙向 IPC 斷連安全防護:
- 引入
DisconnectSafeInjectedModuleService與注入端本地快取回退(NPatchRemoteStore)。 - 徹底解決宿主應用運行時,若管理器(Manager)在後台被系統終止導致的 Binder 斷連、宿主卡死或崩潰問題。
- 引入
- 模組原生庫隔離快取 (
ModuleNativeCache):- 獨立管理模組的原生 SO 庫快取,修復多進程並發讀取與提取原生庫時的檔案競爭與損壞。
- 啟動回退鏈路重構:
- 完善
LSPAppComponentFactoryStub啟動順序,確保 Android 9 ~ 17 各版本在熱啟動、冷啟動及各類加固殼下的穩定性。
- 完善
🛡️ 原生層 (Native Hook) 與去簽革新
- 全新 Stealth 去簽模式 (xhook GOT/PLT):
- 引入獨立的 Stealth 簽名繞過模式,透過 xhook 重定向應用原生庫的 GOT/PLT 表項,完全不修改
libc.so/libart.so代碼段,支援所有 CPU 架構且隱蔽度極高。
- 引入獨立的 Stealth 簽名繞過模式,透過 xhook 重定向應用原生庫的 GOT/PLT 表項,完全不修改
- 加固模組 Native 路徑分流保護:
- 修復加固模組在
JNI_OnLoad中讀取 APK 資源時誤被重定向至origin.apk導致的崩潰與載入失敗問題。
- 修復加固模組在
- 記憶體映射淨化 (/proc/self/maps Sanitizer):
- 在 Seccomp 與 Stealth 模式下自動淨化
/proc/self/maps,全面隱藏注入庫(frida, zygisk, lspd, xposed 等)痕跡與記憶體 Dex 映射。
- 在 Seccomp 與 Stealth 模式下自動淨化
- 底層穩定性調優:
- 清理不穩定的 inline hooks 與 FD 追蹤,徹底解決並發存取
/proc導致的死鎖問題。
- 清理不穩定的 inline hooks 與 FD 追蹤,徹底解決並發存取
🎨 介面升級與體驗優化 (COUI 1.1.0)
- COUI 1.1.0 規範適配:全應用適配全新
DialogButtonBar規範,支援 Positive / Negative / Neutral 三按鈕自適應堆疊。 - 載入與互動重構:全面改用
OverlayLoadingDialog,大幅提升快取清理、修補過程與金鑰產生時的流暢度。 - 無障礙支援修復:修復搜尋欄焦點失效與 TalkBack 重複朗讀的問題。
📦 工具鏈與系統相容性
- 日誌儲存重定向:支援將模組 Xposed 日誌、Java 崩潰堆疊與框架事件輸出至外部 Media 目錄,並提供一鍵診斷日誌匯出。
- 安裝流程重構:重建 Shizuku 與系統 PackageInstaller 會話安裝集合,大幅提升 Split APKs / APKS 安裝穩定性與結果精確回調。
- 自訂 DNS 解析:支援切換騰訊、Google、Cloudflare 及自訂 DoH 伺服器配置。
English
🌟 Flagship: Full API 102 Modern Architecture
- API 102 Ecosystem Alignment: Synchronized with the latest Vector core specifications, introducing full modern module lifecycle management, hot-reloading, and generation tracking.
- Modern Module Metadata: Full support for parsing standard Modern API module manifests, scopes, and compatibility flags.
- IPC Disconnect Protection:
- Introduced
DisconnectSafeInjectedModuleServiceand local fallback caching (NPatchRemoteStore). - Completely eliminates app freezing and crashes when the Manager process is killed in the background.
- Introduced
- Isolated Module Native Cache (
ModuleNativeCache):- Dedicated cache management for module native libraries, resolving multi-process race conditions during concurrent extraction.
- AppComponentFactory Lifecycle:
- Rebuilt
LSPAppComponentFactoryStubfallback chain for rock-solid stability across Android 9 to 17 under various app protectors.
- Rebuilt
🛡️ Native Hooking & Signature Bypass Overhaul
- New Stealth Bypass Mode (xhook GOT/PLT):
- Signature redirection by rewriting GOT/PLT entries of native libraries with xhook, leaving
libc.so/libart.sotext sections completely untouched across all architectures.
- Signature redirection by rewriting GOT/PLT entries of native libraries with xhook, leaving
- JNI Path Bifurcation:
- Protected packed Xposed modules from loading the wrong APK during
JNI_OnLoadunder Ext mode.
- Protected packed Xposed modules from loading the wrong APK during
- Memory Map Purification:
- Implemented robust
/proc/self/mapssanitization for Seccomp and Stealth modes to hide sensitive injected libraries and memory dex mappings.
- Implemented robust
- Native Stability Enhancements:
- Removed unstable inline file hooks and FD tracking to eliminate concurrency deadlocks.
🎨 UI & UX Improvements (COUI 1.1.0)
- COUI 1.1.0 Standard Adaptation: Upgraded to COUI 1.1.0 standard
DialogButtonBar(supporting positive/negative/neutral actions and responsive stacking), fixing dialog button overlap and text truncation issues. - Refined Overlay Dialogs: Upgraded cache cleaning, DNS customization, patching options, and app manage dialogs to
OverlayLoadingDialogfor smoother visual feedback. - Accessibility Fixes: Fixed search bar focus failure and repeated announcements with TalkBack.
📦 Tooling & System Integration
- Media Log Redirection: Redirect module Xposed logs, Java crashes, and framework events to external Media storage with one-click diagnostic log exporting.
- Installer Overhaul: Rebuilt Shizuku and system PackageInstaller session workflows for Split APKs / APKS installation.
- Custom DNS Provider: Support for Tencent, Google, Cloudflare, and custom DoH DNS configurations.