LSPosed-v1.4.3-5728-release.zip
1.8 MB
1.4.3 released!
1.4.3 发布辣!
Changelog
- Remove multiple internal native hooks, which brings better performance
- Fix manager installation on Pixel devices with Android 12
- Fix compatibility of Android 8.1
- Show the user name in manager instead of the user id*
更新日志
- 移除多个内部的 native hook,带来了更好的性能
- 修复 Pixel 设备在 Android 12 下的管理器安装问题
- 修复 Android 8.1 的兼容
- 在管理器不再显示用户 id 而是显示用户名*
* If surprised by the user name, you can change it from
如果对用户名感到意外,可以在设备的设置-系统-高级-多用户界面修改用户名,不同系统的位置可能不一样。
1.4.3 发布辣!
Changelog
- Remove multiple internal native hooks, which brings better performance
- Fix manager installation on Pixel devices with Android 12
- Fix compatibility of Android 8.1
- Show the user name in manager instead of the user id*
更新日志
- 移除多个内部的 native hook,带来了更好的性能
- 修复 Pixel 设备在 Android 12 下的管理器安装问题
- 修复 Android 8.1 的兼容
- 在管理器不再显示用户 id 而是显示用户名*
* If surprised by the user name, you can change it from
Settings
-System
-Advanced
-Multiple users
. The route may vary from ROM to ROM.如果对用户名感到意外,可以在设备的设置-系统-高级-多用户界面修改用户名,不同系统的位置可能不一样。
adb shell am start -n com.android.settings/com.android.settings.SubSettings -e :android:show_fragment com.android.settings.users.UserSettings
LSPatch opened source
LSPatch is a non-root Xposed framework like Taichi but based on LSPosed. It hooks app by modifying its apk. It's still in its very early development stage, so it's somehow available but still very hard to use and unstable with tones of bug.
Usage:
Download LSPatch and unzip it, and run the
Features:
- Non-root Xposed framework by modifying apk
- Based on LSPosed 1.3.x
- Apk modification needs running on PC
- Somehow support signature bypass
- Hooked app will automatically load and activate all modules
- Some apps that target API 30 may not load modules because of the restriction to query all packages
- Needs to Uninstall and install the modified app
Future:
- An app that allows modifying apk on the phone
- An app that specifying the loaded modules of an app
- An app that helps apps targeting API 30 to load modules
- Based on a higher and unmodified version of LSPosed
- Support split apks
- Better signature bypass
- Modify apk by patching dex instead of inserting dex
- Supports Android 8.1 - 12 Beta 1
- ...
Collaborators and PRs are warmly welcome for perfecting this project. Notice that non-root frameworks are very limited. You cannot expect it to work on all kinds of apps.
LSPatch 开源啦。
LSPatch 是一款不需要 root 的 xposed 框架。是 Xpatch 的分支,类似太极但是基于 LSPosed。它以修改 apk 的形式注入应用。目前它还在非常早的开发阶段,所以非常难使用并且有一堆 bug。
使用方法:
下载 LSPatch 并解压,用 jre 运行
特性:
- 修改 apk 方式实现的非 root xposed 框架
- 基于 LSPosed 1.3.x
- Apk 的修改仍需要用电脑完成
- 支持一点签名绕过
- 修改后的应用自动加载并激活所有模块
- 一些目标 API 是 30 的应用由于不能查询所有包,所以可能不能加载模块
- 需要完全卸载再安装 apk
未来展望:
- 一个可以在手机上修改 apk 的应用
- 一个可以设置应用加载模块范围的应用
- 一个可以帮助 API 30 的应用加载所有模块的应用
- 基于更高版本的未修改的 LSPosed
- 支持 split apk
- 更好的签名绕过
- 以修改 dex 方式注入而不是以插入 dex 的方式
- 支持 Android 8.1 - 12 Beta 1
- ...
我们非常欢迎各路协作者和 PR。注意非 root 框架能做的事非常有限,你不能期待它能在所有 app 上能工作。
LSPatch is a non-root Xposed framework like Taichi but based on LSPosed. It hooks app by modifying its apk. It's still in its very early development stage, so it's somehow available but still very hard to use and unstable with tones of bug.
Usage:
Download LSPatch and unzip it, and run the
jar
file with jre. Pass --help
as the argument to the jar
to gain more help.Features:
- Non-root Xposed framework by modifying apk
- Based on LSPosed 1.3.x
- Apk modification needs running on PC
- Somehow support signature bypass
- Hooked app will automatically load and activate all modules
- Some apps that target API 30 may not load modules because of the restriction to query all packages
- Needs to Uninstall and install the modified app
Future:
- An app that allows modifying apk on the phone
- An app that specifying the loaded modules of an app
- An app that helps apps targeting API 30 to load modules
- Based on a higher and unmodified version of LSPosed
- Support split apks
- Better signature bypass
- Modify apk by patching dex instead of inserting dex
- Supports Android 8.1 - 12 Beta 1
- ...
Collaborators and PRs are warmly welcome for perfecting this project. Notice that non-root frameworks are very limited. You cannot expect it to work on all kinds of apps.
LSPatch 开源啦。
LSPatch 是一款不需要 root 的 xposed 框架。是 Xpatch 的分支,类似太极但是基于 LSPosed。它以修改 apk 的形式注入应用。目前它还在非常早的开发阶段,所以非常难使用并且有一堆 bug。
使用方法:
下载 LSPatch 并解压,用 jre 运行
jar
文件. 传 --help
参数给 jar
文件可以获取更多使用方法。特性:
- 修改 apk 方式实现的非 root xposed 框架
- 基于 LSPosed 1.3.x
- Apk 的修改仍需要用电脑完成
- 支持一点签名绕过
- 修改后的应用自动加载并激活所有模块
- 一些目标 API 是 30 的应用由于不能查询所有包,所以可能不能加载模块
- 需要完全卸载再安装 apk
未来展望:
- 一个可以在手机上修改 apk 的应用
- 一个可以设置应用加载模块范围的应用
- 一个可以帮助 API 30 的应用加载所有模块的应用
- 基于更高版本的未修改的 LSPosed
- 支持 split apk
- 更好的签名绕过
- 以修改 dex 方式注入而不是以插入 dex 的方式
- 支持 Android 8.1 - 12 Beta 1
- ...
我们非常欢迎各路协作者和 PR。注意非 root 框架能做的事非常有限,你不能期待它能在所有 app 上能工作。
LSPosed-v1.4.4-5737-release.zip
1.8 MB
1.4.4 released!
1.4.4 发布辣!
Changelog
- Fix app crash or bootloop when the module returns a mismatched value
- Fix the issue that duplicated modules are displayed when installing modules
- Refactor the manager to use AndroidX Navigation
- Log when the hooked app crashes, helping module developer better debug their modules
更新日志
- 修复当模块返回不匹配值时应用崩溃或无法开机
- 修复安装时显示重复模块的问题
- 使用 AndroidX Navigation 重构管理器
- 在被 hook 应用崩溃时输出日志,帮助模块作者更好调试模块
1.4.4 发布辣!
Changelog
- Fix app crash or bootloop when the module returns a mismatched value
- Fix the issue that duplicated modules are displayed when installing modules
- Refactor the manager to use AndroidX Navigation
- Log when the hooked app crashes, helping module developer better debug their modules
更新日志
- 修复当模块返回不匹配值时应用崩溃或无法开机
- 修复安装时显示重复模块的问题
- 使用 AndroidX Navigation 重构管理器
- 在被 hook 应用崩溃时输出日志,帮助模块作者更好调试模块
LSPosed-v1.4.5-5767-release.zip
1.8 MB
1.4.5 released!
1.4.5 发布辣!
Changelog
- Fix crash when failed to load a dex
- Fix updating of pm-hidden modules
- Fix updating modules after soft-rebooting
- Fix manager crash on tablet devices
更新日志
- 修复加载 dex 失败后的崩溃
- 修复被 pm hide 的模块的更新
- 修复软重启后模块不更新
- 修复平板下管理器崩溃
1.4.5 发布辣!
Changelog
- Fix crash when failed to load a dex
- Fix updating of pm-hidden modules
- Fix updating modules after soft-rebooting
- Fix manager crash on tablet devices
更新日志
- 修复加载 dex 失败后的崩溃
- 修复被 pm hide 的模块的更新
- 修复软重启后模块不更新
- 修复平板下管理器崩溃
LSPosed-v1.4.6-5800-release.zip
1.8 MB
1.4.6 released!
1.4.6 发布辣!
Changelog
- Fix completely broken native hook since v1.4.5
- Rework module repository implementation which brings better markdown support, fancier README rendering, and module update detection
- Fix a few crash issues
更新日志
- 修复上个版本完全坏掉的 native hook
- 重构模块仓库实现,带来了更好的 markdown 支持和自述文件渲染,并支持模块更新检测
- 修复一些崩溃问题
1.4.6 发布辣!
Changelog
- Fix completely broken native hook since v1.4.5
- Rework module repository implementation which brings better markdown support, fancier README rendering, and module update detection
- Fix a few crash issues
更新日志
- 修复上个版本完全坏掉的 native hook
- 重构模块仓库实现,带来了更好的 markdown 支持和自述文件渲染,并支持模块更新检测
- 修复一些崩溃问题
LSPosed-v1.4.7-5803-release.zip
1.8 MB
1.4.7 released!
1.4.7 发布辣!
Changelog
- Fix system injection failure on some devices
更新日志
- 修复某些设备上的系统框架注入失败
1.4.7 发布辣!
Changelog
- Fix system injection failure on some devices
更新日志
- 修复某些设备上的系统框架注入失败
For those who ask questions in our group: Devs and groupmates are more than happy to help everyone but we can only answer questions whose answers cannot be found from Google, let alone those NOT relative to LSPosed. We are not your teachers or housemaids and cannot tell/do everything for you.
PS: we don't and won't have paid technical supports.
PS: we don't and won't have paid technical supports.
LSPosed-v1.5.0-5880-release.zip
1.8 MB
Changelog
- Fix manager white screen
- Support split-apk modules (LSPosed will choose only one apk with
- Fix manager crash when launching an uninstalled module from notification
- Load modules with SharedMemory (it can speedup app cold launch)
- New manager icon
- Fix incorrect update notification in the first installation
- Fix some apps not showing in the scope list in some rare cases
- Show notification of module uninstallation
- Prevent modules from hooking inner methods (methods from
更新日志
- 修复管理器白屏
- 支持 split apk 形式的模块(LSPosed 会加载第一个带
- 修复从通知打开已卸载模块时候的崩溃
- 使用
- 新的管理器图标
- 修复第一次安装错误的更新提示
- 修复在极其罕见情况下某些应用不显示在作用域列表
- 卸载模块时显示通知
- 防止模块 hook 内部方法(与
- Fix manager white screen
- Support split-apk modules (LSPosed will choose only one apk with
xposed_init
to load)- Fix manager crash when launching an uninstalled module from notification
- Load modules with SharedMemory (it can speedup app cold launch)
- New manager icon
- Fix incorrect update notification in the first installation
- Fix some apps not showing in the scope list in some rare cases
- Show notification of module uninstallation
- Prevent modules from hooking inner methods (methods from
XposedBridge
's classloader)更新日志
- 修复管理器白屏
- 支持 split apk 形式的模块(LSPosed 会加载第一个带
xposed_init
的 apk)- 修复从通知打开已卸载模块时候的崩溃
- 使用
SharedMemory
加载模块(这可以加快 app 冷启动速度)- 新的管理器图标
- 修复第一次安装错误的更新提示
- 修复在极其罕见情况下某些应用不显示在作用域列表
- 卸载模块时显示通知
- 防止模块 hook 内部方法(与
XposedBridge
同一个类加载器的方法)LSPosed-v1.5.1-5898-release.zip
1.8 MB
1.5.1 released!
1.5.1 发布辣!
Changelog
- Fix the issue that Magisk mounted apps are not displayed
- Update some strings
- Remove workaround for modules who get module's apk path from classloader's
更新日志
- 修复 Magisk 挂载的应用不被显示的问题
- 更新一些字符串
- 移除从类加载器的
1.5.1 发布辣!
Changelog
- Fix the issue that Magisk mounted apps are not displayed
- Update some strings
- Remove workaround for modules who get module's apk path from classloader's
DexFile
's name更新日志
- 修复 Magisk 挂载的应用不被显示的问题
- 更新一些字符串
- 移除从类加载器的
DexFile
名字获取模块 apk 路径的兼容(QQ复读机请使用 8.8.6 以上版本)LSPosed-v1.5.2-5964-release.zip
1.7 MB
Changelog
- Fix in some cases modules are not updated
- Fix manager crash on some Samsung devices
- New logger
- Auto compress logs to .zip file
- Move all configs to database
- Module updates are also prompted on the repo page
更新日志
- 修复某些情况下模块不会更新
- 修复在某些三星设备上崩溃
- 新的日志记录器
- 自动将日志文件压缩为
- 迁移所有设置项到数据库
- 模块更新同样提示在仓库页
- Fix in some cases modules are not updated
- Fix manager crash on some Samsung devices
- New logger
- Auto compress logs to .zip file
- Move all configs to database
- Module updates are also prompted on the repo page
更新日志
- 修复某些情况下模块不会更新
- 修复在某些三星设备上崩溃
- 新的日志记录器
- 自动将日志文件压缩为
.zip
- 迁移所有设置项到数据库
- 模块更新同样提示在仓库页
LSPosed-v1.5.3-5984-release.zip
1.7 MB
1.5.3
Changelog
- Optimize logcat and logd battery consumption
- Fix manager crash when scrolling to the bottom of an empty log
- Fix crash of randomized Magisk manager
更新日志
- 优化日志以及 logd 耗电问题
- 修复管理器在滚动到空日志的底部时候崩溃
- 修复随机包名的 Magisk 崩溃
Changelog
- Optimize logcat and logd battery consumption
- Fix manager crash when scrolling to the bottom of an empty log
- Fix crash of randomized Magisk manager
更新日志
- 优化日志以及 logd 耗电问题
- 修复管理器在滚动到空日志的底部时候崩溃
- 修复随机包名的 Magisk 崩溃