From eaf64f91a059d5c90484e54974263c2b60ab7f7c Mon Sep 17 00:00:00 2001 From: Wang Han Date: Mon, 22 Mar 2021 18:28:53 +0800 Subject: [PATCH] [core] Enforce Riru 25 in documents (#397) --- README.md | 10 +++++----- core/tpl/module.prop.tpl | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b286d6b0..6725c3d6 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,18 @@ ## 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 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 DP2**. > 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. ## Supported Versions -Android 8.1 ~ 12 DP1 +Android 8.1 ~ 12 DP2 ## Install 1. Install Magisk v21+ -2. Install [Riru](https://github.com/RikkaApps/Riru/releases) v23+ from Magisk repo. +2. Install [Riru](https://github.com/RikkaApps/Riru/releases) v25+ from Magisk repo. 3. [Download](#download) and install LSPosed in Magisk Manager 4. Install [LSPosed Manager](https://github.com/LSPosed/LSPosed/releases) 5. Reboot. @@ -58,11 +58,11 @@ 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 -- [DexBuilder](https://github.com/LSPosed/DexBuilder): to dynamiclly generate YAHFA hooker classes~ +- [DexBuilder](https://github.com/LSPosed/DexBuilder): to dynamically 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~ +- ~[dexmaker](https://github.com/linkedin/dexmaker) and [dalvikdx](https://github.com/JakeWharton/dalvik-dx): to dynamically generate YAHFA hooker classes~ ## License diff --git a/core/tpl/module.prop.tpl b/core/tpl/module.prop.tpl index e85e5f28..26a2f9af 100644 --- a/core/tpl/module.prop.tpl +++ b/core/tpl/module.prop.tpl @@ -3,4 +3,4 @@ name=Riru - LSPosed version=${versionName} versionCode=${versionCode} author=${authorList} -description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12 DP1. Requires Riru ${minRiruVersionName} or above installed. \ No newline at end of file +description=Another enhanced implementation of Xposed Framework. Supports Android 8.1 ~ 12 DP2. Requires Riru ${minRiruVersionName} or above installed. \ No newline at end of file