Skip to content

v1.2.9

Latest

Choose a tag to compare

@DuhMatt DuhMatt released this 05 Jul 10:41

下载地址 | Download Link

中文

修复: 启用模块后小米浏览器启动崩溃的问题。

感谢 @ChenXiaoming233#11 提供崩溃日志协助定位问题。

Bug 修复

  • 修复 浏览器启动崩溃 - 模块的 PackageManager hook 在浏览器进程内拦截了自身对 getPackageInfo 的调用,返回的假 PackageInfo 缺少 signatures 字段,浏览器启动时 AppSignatureUtil.getSignature() 读取到 null 数组导致 NPE 崩溃。修复: hookPackageManager 中增加自查询放行判断,当调用进程包名等于查询目标包名时跳过拦截,放行真实数据。

调试版 APK

English

Fix: Browser crash on startup when the module is enabled.

Thanks to @ChenXiaoming233 for providing crash logs in #11 that helped identify the root cause.

Bug Fixes

  • Fix browser startup crash - the PackageManager hook intercepted the browser's own getPackageInfo call and returned a fake PackageInfo without signatures, causing AppSignatureUtil.getSignature() NPE. Fix: Added a self-query guard in hookPackageManager - when the calling package matches the queried target, skip interception and let real data through.

Debug APK