Wiki page lsposed changed with summary [[LSPosed Framework] added "root required" info] by Dan

This commit is contained in:
ORG_User 2024-07-22 22:01:15 +02:00
parent 0b8dcf842c
commit 53815b0cc3

View file

@ -7,6 +7,7 @@ Trying to provide an ART hooking framework which delivers consistent APIs with t
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. 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.
<alert type="danger" icon="fa fa-warning">root required</alert>
===== Download and install zygisk-zip ===== ===== Download and install zygisk-zip =====
Download the latest ''[[https://github.com/LSPosed/LSPosed/releases|...zygisk-release.zip]]'' Download the latest ''[[https://github.com/LSPosed/LSPosed/releases|...zygisk-release.zip]]''