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 文件权限
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 文件权限
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.
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.
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…
We provided an example module that uses the new API and has the ability to dynamically request scopes.
LSPosed-v1.9.2-7024-zygisk-release.zip
2.3 MB
Changelog
- Fix IContentProvider for Android P and below
- Properly handle invalid Parcel
- Fix invalid setOverrideTable address on some devices
- Move manager APK to the module path
- Fix remote preferences listener not working on system_server
- Fix hook crash on Android 14
- Fix static method hook on some Android 14 devices
- Fix some LoadedApks not calling onPackageLoad
- Fix the wrong path of the new XSharedPreferences
- Add tips about deploying optimizations in Android Studio
更新日志
- 修复 Android P 及以下版本的 IContentProvider
- 正确处理无效的 Parcel
- 修复某些设备上无效的 setOverrideTable 地址
- 将管理器 APK 移动到模块路径
- 修复系统框架上 remote preference 监听器无效的问题
- 修复 Android 14 上的 hook 错误
- 修复某些设备上 Android 14 的静态方法 hook 问题
- 修复一些 LoadedApk 没有回调 onPackageLoad
- 修复新 XSharedPreferences 的路径错误
- 增加 Android Studio 部署优化提示
- Fix IContentProvider for Android P and below
- Properly handle invalid Parcel
- Fix invalid setOverrideTable address on some devices
- Move manager APK to the module path
- Fix remote preferences listener not working on system_server
- Fix hook crash on Android 14
- Fix static method hook on some Android 14 devices
- Fix some LoadedApks not calling onPackageLoad
- Fix the wrong path of the new XSharedPreferences
- Add tips about deploying optimizations in Android Studio
更新日志
- 修复 Android P 及以下版本的 IContentProvider
- 正确处理无效的 Parcel
- 修复某些设备上无效的 setOverrideTable 地址
- 将管理器 APK 移动到模块路径
- 修复系统框架上 remote preference 监听器无效的问题
- 修复 Android 14 上的 hook 错误
- 修复某些设备上 Android 14 的静态方法 hook 问题
- 修复一些 LoadedApk 没有回调 onPackageLoad
- 修复新 XSharedPreferences 的路径错误
- 增加 Android Studio 部署优化提示
You can now use zygisk.lsposed.zip or riru.lsposed.zip to download the latest version of LSPosed quickly.
你现在可以用 zygisk.lsposed.zip 或者 riru.lsposed.zip 来下载最新版本的 LSPosed。
你现在可以用 zygisk.lsposed.zip 或者 riru.lsposed.zip 来下载最新版本的 LSPosed。
jar-v0.6-398-release.jar
10.4 MB
LSPatch 0.6 Released!
Changelog
- Fix modules missing after update loader for integrated mode
- Fix manifest file parse failure
- Set minimum sdk to Android 9 for patched app if original value is lower
- Fix core version display
- Remove mandatory original signature check
- Fix
- Only add
- Fix file permissions for Android 14
- Select module(s) from storage feature
- Fix
- Remove keep alive foreground service
- Update core to v1.9.2
更新日志
- 修复集成模式更新加载器导致模块丢失
- 修复 Manifest 文件解析失败
- 强制被修补的应用最低支持安卓 9
- 修复核心版本显示
- 去除不必要的签名检查
- 修复部分摩托罗拉机型
- 只在本地模式时添加
- 修复安卓 14 文件权限
- 添加从存储里选择模块的功能
- 修复非主要用户
- 移除前台保活服务
- 更新核心至 v1.9.2
Changelog
- Fix modules missing after update loader for integrated mode
- Fix manifest file parse failure
- Set minimum sdk to Android 9 for patched app if original value is lower
- Fix core version display
- Remove mandatory original signature check
- Fix
Map.of
crash on certain Motorola devices- Only add
QUERY_ALL_PACKAGES
permission when patched app in Local mode- Fix file permissions for Android 14
- Select module(s) from storage feature
- Fix
getApplicationInfo
on non-primary user- Remove keep alive foreground service
- Update core to v1.9.2
更新日志
- 修复集成模式更新加载器导致模块丢失
- 修复 Manifest 文件解析失败
- 强制被修补的应用最低支持安卓 9
- 修复核心版本显示
- 去除不必要的签名检查
- 修复部分摩托罗拉机型
Map.of
崩溃- 只在本地模式时添加
QUERY_ALL_PACKAGES
权限- 修复安卓 14 文件权限
- 添加从存储里选择模块的功能
- 修复非主要用户
getApplicationInfo
- 移除前台保活服务
- 更新核心至 v1.9.2
Shamiko-v0.7.5-194-release.zip
252.1 KB
- Refine hide mechanism, passing more detection (e.g., E-CNY, 12306 play ver)
NativeTest-v16.apk
1.7 MB
There's a security issue from magisk. see https://github.com/topjohnwu/Magisk/issues/7636
Shamiko-v1.0-290-release.zip
1.9 MB
Changelog
- Hide more traces of Zygisk, passing more detection (e.g., ACE, GoTyme Bank, MyTransport.SG, ZainCash, DBS PayLah!, Singpass, Marriott, BPI, Apps using liapp, Apps using Arxan like CaixaBank Sign, etc.)
- Better support KSU
- Hide some traces introduced by other modules (e.g. PlayIntegrityFix)
- Guards the peace of Machikado
- Hide more traces of Zygisk, passing more detection (e.g., ACE, GoTyme Bank, MyTransport.SG, ZainCash, DBS PayLah!, Singpass, Marriott, BPI, Apps using liapp, Apps using Arxan like CaixaBank Sign, etc.)
- Better support KSU
- Hide some traces introduced by other modules (e.g. PlayIntegrityFix)
- Guards the peace of Machikado
LSPosed
Shamiko-v1.0-290-release.zip
Shamiko-v1.0.1-300-release.zip
1.9 MB
1.0.1
- Fix Android 10 support
- Fix Android 10 support
There's an annoument of a new detection of Magisk's resetprop revealed by others. But no worries, Shamiko v1.0 has fixed this. The only hiding solution that has this fix. (Mechanism in Chinese: https://t.me/CanyieChannel/188)
BTW, Shamiko also has many other fixes that other hiding solutions do not have😚.
Note that Storage Redirect will introduce extra traces that Shamiko is not hiding. This is bug from Storage Redirect and Shamiko is not responsible to hide it. You should disable it for better hiding.
BTW, Shamiko also has many other fixes that other hiding solutions do not have😚.
Note that Storage Redirect will introduce extra traces that Shamiko is not hiding. This is bug from Storage Redirect and Shamiko is not responsible to hide it. You should disable it for better hiding.