From 3d3b7e847bb08fb3e1cb105eb7b88b43b8ca905a Mon Sep 17 00:00:00 2001 From: Fankesyooni <37344460+fankes@users.noreply.github.com> Date: Wed, 18 May 2022 03:37:52 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7c79946c..66931bf8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,20 @@ - Zygote Hook - 资源钩子(Resources Hook) +## Extensions + +- Automatic Xposed Module Build (No need to create `assets/xposed_init` by yourself) +- [New XSharedPreferences](https://github.com/LSPosed/LSPosed/wiki/New-XSharedPreferences#for-the-module) Supports +- DataChannel (Host ←→ Module) +- Simple and quick Obfuscated Member Reflection + +**扩展功能** + +- 自动化 Xposed 模块构建 (完全无需自行创建 `assets/xposed_init`) +- [New XSharedPreferences](https://github.com/LSPosed/LSPosed/wiki/New-XSharedPreferences#for-the-module) 支持 +- DataChannel (宿主 ←→ 模块) 无序广播通讯通道功能 +- 简单快捷地实现混淆的字节码反射、查找功能 + ## Get Started - [Click here](https://fankes.github.io/YukiHookAPI) go to the documentation page for more detailed tutorials and content.