LSPosed / LSPosed
- пятница, 16 сентября 2022 г. в 00:36:59
LSPosed Framework
A Riru / Zygisk module trying to provide an ART hooking framework which delivers consistent APIs with the OG Xposed, leveraging LSPlant hooking framework.
Xposed is a framework for modules that can change the behavior of the system and apps without touching any APKs. That's great because it means that modules can work for different versions and even ROMs without any changes (as long as the original code was not changed too much). It's also easy to undo. As all changes are done in the memory, you just need to deactivate the module and reboot to get your original system back. There are many other advantages, but here is just one more: multiple modules can do changes to the same part of the system or app. With modified APKs, you have to choose one. No way to combine them, unless the author builds multiple APKs with different combinations.
Android 8.1 ~ 13
/data/adb/lspd/manager.apk
manually*#*#5776733#*#*
(aka LSPosed) to launch the manager if you have a dialerFor stable releases, please go to Github Releases page For canary build, please check Github Actions Note: debug builds are only available in Github Actions.
Developers are welcome to write Xposed modules with hooks based on LSPosed Framework. A module based on LSPosed framework is fully compatible with the original Xposed Framework, and vice versa, a Xposed Framework-based module will work well with LSPosed framework too.
We use our own module repository. We welcome developers to submit modules to our repository, and then modules can be downloaded in LSPosed.
Notice: These community groups don't accept any bug report, please use Get help to report.
You can contribute translation here.
LSPosed is licensed under the GNU General Public License v3 (GPL-3) (http://www.gnu.org/copyleft/gpl.html).