From 42984b9afc8f85a0c5424ea265a5c5ada664c4cf Mon Sep 17 00:00:00 2001 From: LoveSy Date: Mon, 8 Mar 2021 23:20:53 +0800 Subject: [PATCH] [doc] Update Readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a06aab22..b286d6b0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction -A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA and SandHook hooking framework, supports Android 8.1 ~ **12 DP1**. +A Riru module trying to provide an ART hooking framework (initially for Android Pie) which delivers consistent APIs with the OG Xposed, leveraging YAHFA hooking framework, supports Android 8.1 ~ **12 DP1**. > 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 to decide for one. No way to combine them, unless the author builds multiple APKs with different combinations. @@ -58,11 +58,12 @@ Notice: These community group don't accept any bug report, please use [Get help] - [Magisk](https://github.com/topjohnwu/Magisk/): makes all these possible - [Riru](https://github.com/RikkaApps/Riru): provides a way to inject codes into zygote process - [XposedBridge](https://github.com/rovo89/XposedBridge): the OG xposed framework APIs -- [dexmaker](https://github.com/linkedin/dexmaker) and [dalvikdx](https://github.com/JakeWharton/dalvik-dx): to dynamiclly generate YAHFA hooker classes -- [SandHook](https://github.com/ganyao114/SandHook/): ART hooking framework for SandHook variant +- [DexBuilder](https://github.com/LSPosed/DexBuilder): to dynamiclly generate YAHFA hooker classes~ - [Dobby](https://github.com/jmpews/Dobby): used for inline hooking - [EdXposed](https://github.com/ElderDrivers/EdXposed): fork source +- ~[SandHook](https://github.com/ganyao114/SandHook/): ART hooking framework for SandHook variant~ +- ~[dexmaker](https://github.com/linkedin/dexmaker) and [dalvikdx](https://github.com/JakeWharton/dalvik-dx): to dynamiclly generate YAHFA hooker classes~ ## License -LSPosed is licensed under the **GNU General Public License v3 (GPL-3)** (http://www.gnu.org/copyleft/gpl.html). \ No newline at end of file +LSPosed is licensed under the **GNU General Public License v3 (GPL-3)** (http://www.gnu.org/copyleft/gpl.html).