Warning: Undefined array key 0 in /var/www/tgoop/function.php on line 65

Warning: Trying to access array offset on value of type null in /var/www/tgoop/function.php on line 65
231 - Telegram Web
Telegram Web
LSPosed-v1.8.3-6552-riru-release.zip
2.2 MB
1.8.3 Changelog
- Fix module not working normally on Android 10
- Refine notification on module installation
- Fix hook may not work on debuggable apps/modules
- Fix XSharedPreference after a soft reboot
- Support Android 13 beta 1
- Fix zygisk installation on x86 only devices
- Fix manager state restoration

1.8.3 更新日志
- 修复 Android 10 下模块工作异常
- 完善模块安装通知
- 修复调试模式下模块或应用钩子可能失效
- 修复软重启后的 XSharedPreference
- 支持 Android 13 beta 1
- 修复仅 x86 设备下 zygisk 版本的安装
- 修复管理器状态恢复
@LSPatchArchives
CI channel for our WIP non-root framework.
We recently received many complaints from users that they cannot launch the LSPosed manager the second time. This is because the third-party ROM they use has merged this PR. This is totally wrong and breaks the behavior of standard SDK: the fd changes its offset after calling an open interface. We don't fix this on our side. Please ask your ROM maintainer to revert this commit or fix this commit (open + setoffset instead of dupping the fd). Or switch to another ROM.
===
我们最近收到很多反馈说无法第二次打开 LSPosed 管理器。这是因为他们使用的第三方 ROM 合并了这个 PR。这个 PR 完全是错的,破坏了标准行为:调用一个打开接口会改变文件描述符的偏移。我们无法对此进行兼容。请联系你的 ROM 开发者回退该提交或者修复该提交(使用 open + offset 而不是 dup 这个文件描述符)。或者使用其他 ROM。

Update: fixed
更新:已经修复
https://github.com/GrapheneOS/platform_art/pull/2
Android 13 Beta 3
Android 13 Beta 4
LSPosed on Android 13 stable release
LSPosed-v1.8.4-6609-riru-release.zip
2.3 MB
1.8.4 Released!

Changelog
- Tested support for Android 13
- Fix module preference on non-primary users
- Fix log saving
- Apply the SELinux label of the entire WebView cache directory
- Refactor core
- Fix cancelNotificationWithTag for Android 11-
- Fix broadcastIntentWithFeature on Android 12+
- Manager targets SDK 33
- Replace the corruption handler of DB to avoid crashing
- Use abseil to improve performance
- Display module/releases last publish time
- Fix deoptimize static methods
- Preliminary support for Android 14

1.8.4 发布!
更新日志
- 通过 Android 13 兼容性测试
- 修复非主用户的模块配置
- 修复日志保存
- 修复管理器 WebView 崩溃
- 重构核心
- 修复 Android 11- 的 cancelNotificationWithTag
- 修复 Android 12+ 的 broadcastIntentWithFeature
- 管理器适配到 SDK 级别 33
- 替换数据库的损坏句柄以避免崩溃
- 使用 abseil 提升性能
- 显示模块/发行版的发布时间
- 修复静态方法的去优化
- 初步 Android 14 支持
LSPosed
LSPosed-v1.8.4-6609-zygisk-release.zip
If the manager crashes after this upgrade, uninstall the manager and reboot.
如果管理器在升级该版本后崩溃,卸载管理器然后重启
Tap the button below to subscribe to recurrent donations.
LSPosed-v1.8.5-6649-riru-release.zip
2.3 MB
1.8.5 Changelog
- Update translation to fix crashes in some languages
- Some UI fixes
- Avoid calling finishReceiver for unordered broadcasts
- Clear application profile data before performing dexOpt
- Distinguish update channels when checking updates
- Fix hooking/deoptimizing static methods fails on some Android 13 devices
- Repository shows assets size and download counts
- Fix hooking proxy method
- Init resources hook when calling hookSystemWideLayout

1.8.5 更新日志
- 更新翻译以修复部分语言下的崩溃
- 一些用户界面的修复
- 避免为无序广播调用 finishReceiver
- 执行 dexOpt 之前清空应用 profile 数据
- 检查更新时候区分更新通道
- 修复某些 Android 13 设备上静态方法挂钩/反优化失败
- 仓库显示附件大小和下载次数
- 修复代理方法挂钩
- 调用 hookSystemWideLayout 时候初始化资源钩子
Tap the button below to subscribe to recurrent donations.
LSPosed pinned a file
Happy New Year! 🎉🎉🎊🎊
LSPosed-v1.8.6-6712-riru-release.zip
2.2 MB
New Xposed API proposal
As Android version iterates, the original Xposed API by rovo89 reaches its limits. Now we are working on the new modern Xposed API with features of application scope management, remote preferences, dex parser interface and so on.
The new API will be implemented in the next releasing of LSPosed, and it is welcome to post your suggestions on https://github.com/libxposed.

New way to open parasitic manager
Some devices cannot create shortcuts due to kernel issues, now LSPosed switches to opening parasitic manager from notification. This notification is always present and can be disable in manager settings.

1.8.6 Changelog
- Some manager UI fixes
- Update DoH
- Set the dex2oat wrapper owner and group to root:shell
- Guard backup during hook
- Add notification to open parasitic manager
- Fix hook 32bit process
- Fix dex2oat fallback
- Fix webview permission


新的 Xposed API 提案
随着 Android 版本的迭代,原有的 rovo89 Xposed API 已经达到了极限。 我们正在开发新的现代 Xposed API,它具有模块作用域管理、远程配置文件、dex 解析器接口等功能。
新的 API 将在 LSPosed 的下一个版本中实现,欢迎在 https://github.com/libxposed 上发表您的建议。

新的管理器打开方式
有部分设备因内核问题无法创建快捷方式,现在 LSPosed 切换到从通知打开管理器。此通知一直存在,也可以在管理器设置中关闭通知。

1.8.6 更新日志
- 一些管理器界面修复
- 更新安全 DNS 实现
- 将 dex2oat 包装器权限设置为 root:shell
- hook 期间保护备份
- 添加从通知打开寄生管理器的方式
- 修复 hook 32 位进程
- 修复 dex2oat 回退
- 修复 webview 文件权限
This media is not supported in your browser
VIEW IN TELEGRAM
Android 14 DP1, DP2, beta1, beta2, beta3 work with LSPosed!
For modules developers:

LSPosed has implemented the modern Xposed API, with which you can obtain framework's name and version, share preference and blob file among your module and hooked apps, dynamically request scope, etc. Note that it's still under actively development and likely to change until stablization. For early access, contribution and suggestion, see here and here.
2025/02/11 15:17:02
Back to Top
HTML Embed Code: