Update description

This commit is contained in:
LoveSy 2021-01-29 00:22:15 +08:00
parent 46afa3abc4
commit b18b68cfd4
7 changed files with 13 additions and 173 deletions

View File

@ -35,7 +35,7 @@ Magisk:
Riru: Riru:
EdXposed: LSPposed:
**相关日志/Related Logs** **相关日志/Related Logs**

View File

@ -4,9 +4,11 @@ on:
push: push:
paths-ignore: paths-ignore:
- 'app/**' - 'app/**'
- '**.md'
pull_request: pull_request:
paths-ignore: paths-ignore:
- 'app/**' - 'app/**'
- '**.md'
jobs: jobs:
build: build:

View File

@ -1,56 +1,36 @@
# EdXposed Framework # LSPosed Framework
[![Latest builds](https://ci.appveyor.com/api/projects/status/qu3vj1d64nqia1b8/branch/master?svg=true)](https://ci.appveyor.com/project/ElderDrivers/edxposed/branch/master) ![Android CI](https://github.com/ElderDrivers/EdXposed/workflows/Android%20CI/badge.svg) [![中文说明文档](art/README_CN.png)](README_CN.md) ![Core](https://github.com/LSPosed/LSPosed/workflows/Core/badge.svg) ![Manager](https://github.com/LSPosed/LSPosed/workflows/Manager/badge.svg)
## Introduction ## 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 (or SandHook) hooking framework, supports Android 8.0 ~ **11**. 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.0 ~ **11**.
> 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. > 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 ## Supported Versions
[Wiki: Available Android versions](https://github.com/ElderDrivers/EdXposed/wiki/Available-Android-versions) Android 8.1+
## Build
[Wiki: Build](https://github.com/ElderDrivers/EdXposed/wiki/Build)
## Install ## Install
1. Install Magisk v21+ 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) v23+ from Magisk repo.
3. [Download](#download) and install EdXposed in Magisk Manager or recovery. 3. [Download](#download) and install EdXposed in Magisk Manager
4. Install [EdXposed Manager](https://github.com/ElderDrivers/EdXposedManager). 4. Install LSPosed Manager
4. Reboot. 4. Reboot.
5. Have fun! :) 5. Have fun! :)
## Download ## Download
Edxposed has three different builds You can download LSPosed framework and LSPosed Manager from Github Action or Github Release
- StableStable version after passing the test, suitable for general users, update slowly.
***Download Stable version in Magisk Manager's [Downloads] tab***
- Alpha: Test version with multiple commits.
***Download Alpha version in [[Github Releases](https://github.com/ElderDrivers/EdXposed/releases)]***
- Canary: Debug version. Automatically build by CI.
***Download Canary version in [[EdXposed Manager](https://github.com/ElderDrivers/EdXposedManager)]***
## Useful Links ## Useful Links
- [List of Xposed Modules For Android Pie Working With EdXposed](https://forum.xda-developers.com/xposed/list-xposed-modules-android-pie-ed-t3892768) (thanks to Uraniam9 @ xda-developers) - [List of Xposed Modules For Android Pie Working With EdXposed](https://forum.xda-developers.com/xposed/list-xposed-modules-android-pie-ed-t3892768) (thanks to Uraniam9 @ xda-developers)
## Known Issues
See [Issues](https://github.com/ElderDrivers/EdXposed/issues)
## Get Help ## Get Help
- GitHub issues: [Issues](https://github.com/ElderDrivers/EdXposed/issues/) - GitHub issues: [Issues](https://github.com/LSPosed/LSPosed/issues/)
- Notice(for Chinese): In view of the low quality of issues submitted, please read the Chinese user report first[EdXposedIssuesReport_cn](http://edxp.meowcat.org/assets/EdXposedIssuesReport_cn.txt)(If you don't read the instructions, the submitted issue is likely to be closed)
## For Developers ## For Developers
@ -64,16 +44,10 @@ We use the module repository of the original Xposed, so you simply upload the mo
## Community Discussion ## Community Discussion
- QQ Group: [855219808](http://shang.qq.com/wpa/qunwpa?idkey=fae42a3dba9dc758caf63e971be2564e67bf7edd751a2ff1c750478b0ad1ca3f) - Telegram: [@LSPosed](http://t.me/LSPosed)
- Telegram: [@Code_of_MeowCat](http://t.me/Code_of_MeowCat)
Notice: These community group don't accept any bug report, please use [Get help](#get-help) to report. Notice: These community group don't accept any bug report, please use [Get help](#get-help) to report.
## Contribute
- Apparently this framework is far from stable and all kinds of PRs are welcome. :)
- [Buy me a coffee](https://www.paypal.me/givin2u) if you like my work.
## Credits ## Credits
- [YAHFA](https://github.com/rk700/YAHFA): the core ART hooking framework - [YAHFA](https://github.com/rk700/YAHFA): the core ART hooking framework
@ -83,3 +57,4 @@ Notice: These community group don't accept any bug report, please use [Get help]
- [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 dynamiclly generate YAHFA hooker classes
- [SandHook](https://github.com/ganyao114/SandHook/): ART hooking framework for SandHook variant - [SandHook](https://github.com/ganyao114/SandHook/): ART hooking framework for SandHook variant
- [Dobby](https://github.com/jmpews/Dobby): used for inline hooking - [Dobby](https://github.com/jmpews/Dobby): used for inline hooking
- [EdXposed](https://github.com/ElderDrivers/EdXposed): fork source

View File

@ -1,86 +0,0 @@
# EdXposed Framework
[![最新构建](https://ci.appveyor.com/api/projects/status/qu3vj1d64nqia1b8/branch/master?svg=true)](https://ci.appveyor.com/project/ElderDrivers/edxposed/branch/master) ![Android CI](https://github.com/ElderDrivers/EdXposed/workflows/Android%20CI/badge.svg) [![English](art/README_EN.png)](README.md)
## Introduction
基于 Riru 的 ART hook 框架 (最初用于 Android Pie) ,提供与原版 Xposed 相同的 API, 使用 YAHFA (或 SandHook) 进行 hook, supports Android 8.0 ~ **11**.
> Xposed 框架是一套开放源代码的、在Android高权限模式下运行的框架服务可以在不修改APK文件的情况下修改程序的运行基于它可以制作出许多功能强大的模块且在功能不冲突的情况下同时运作
## 支持的版本
[Wiki: 支持的 Android 版本](https://github.com/ElderDrivers/EdXposed/wiki/%E5%8F%AF%E7%94%A8%E7%9A%84-Android-%E7%89%88%E6%9C%AC)
## 构建
[Wiki: 构建](https://github.com/ElderDrivers/EdXposed/wiki/%E6%9E%84%E5%BB%BA)
## 安装
1. 安装 Magisk v21+
2. 在 Magisk 仓库中安装 [Riru](https://github.com/RikkaApps/Riru/releases) v23 或更高版本.
3. [下载](#下载)并在恢复模式(Recovery)或经由 Magisk Manager 安装 EdXposed.
4. 安装 [EdXposed Manager](https://github.com/ElderDrivers/EdXposedManager).
4. 重启手机.
5. 完成 :)
## 下载
Edxposed 拥有三个不同的版本
- Stable经过测试的稳定版, 适合一般用户,更新缓慢.
***在 [Magisk Manager] 中的 [下载] 页中下载 Stable 版本***
- Alpha: 多次提交更新的测试版.
***在 [[Github Releases](https://github.com/ElderDrivers/EdXposed/releases)] 中下载 Alpha 版本***
- Canary: 由 CI 自动生成的测试版.
***在 [[EdXposed Manager](https://github.com/ElderDrivers/EdXposedManager)] 中下载 Canary 版本***
## 外部链接
- [List of Xposed Modules For Android Pie Working With EdXposed](https://forum.xda-developers.com/xposed/list-xposed-modules-android-pie-ed-t3892768) (感谢 Uraniam9 @ xda-developers)
## 已知问题
见 [Issues](https://github.com/ElderDrivers/EdXposed/issues)
## 获取帮助
- GitHub issues: [Issues](https://github.com/ElderDrivers/EdXposed/issues/new/choose)
- 注意: 鉴于部分用户提交的Issues质量过低对于中文用户反馈请先阅读[EdXposed错误提交说明_cn](http://edxp.meowcat.org/assets/EdXposedIssuesReport_cn.txt)(不看说明提交的Issue会有很大可能被close)
## 模块开发者
欢迎开发者使用 EdXposed 框架编写 Xposed 模块。基于 EdXposed 框架编写的模块与原版的 Xposed 框架兼容,相反,基于原版 Xposed 框架的模块也能很好地与 EdXposed 框架一起工作。
- [Xposed 框架 API](https://api.xposed.info/)
我们使用原版 Xposed 的模块仓库,因此您只需将模块上传至模块仓库,然后就可以在 EdXposed 中下载模块
- [Xposed 模块仓库](https://repo.xposed.info/)
## 社区交流
- QQ 群组: [855219808](http://shang.qq.com/wpa/qunwpa?idkey=fae42a3dba9dc758caf63e971be2564e67bf7edd751a2ff1c750478b0ad1ca3f)
- Telegram 电报: [@Code_of_MeowCat](http://t.me/Code_of_MeowCat)
注意: 这些社区群组不接受问题反馈, 请使用 [获取帮助](#获取帮助) 进行反馈.
## 贡献
- 显然框架还不够稳定欢迎使用PR贡献代码. :)
- 如果你愿意,可以[请我喝杯咖啡](https://www.paypal.me/givin2u).
## 鸣谢
- [YAHFA](https://github.com/rk700/YAHFA): ART hook 核心框架
- [Magisk](https://github.com/topjohnwu/Magisk/): 让一切成为可能
- [Riru](https://github.com/RikkaApps/Riru): 提供一种将代码注入 zygote 进程的方法
- [XposedBridge](https://github.com/rovo89/XposedBridge): 原版 xposed 框架的 API
- [dexmaker](https://github.com/linkedin/dexmaker) 和 [dalvikdx](https://github.com/JakeWharton/dalvik-dx): 动态生成 YAHFA hook 类
- [SandHook](https://github.com/ganyao114/SandHook/): SandHook 分支的 ART hooking 框架
- [Dobby](https://github.com/jmpews/Dobby): 用于 hook 内联方法

View File

@ -1,51 +0,0 @@
version: '0.5.1.4_{build}-{branch}'
environment:
ANDROID_HOME: C:\android-sdk-windows
install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
- appveyor DownloadFile https://dl.google.com/android/repository/sdk-tools-windows-4333796.zip
- 7z x sdk-tools-windows-4333796.zip -oC:\android-sdk-windows > nul
- yes | C:\android-sdk-windows\tools\bin\sdkmanager.bat --licenses > nul
- C:\android-sdk-windows\tools\bin\sdkmanager.bat "platforms;android-28" > nul
- C:\android-sdk-windows\tools\bin\sdkmanager.bat "platform-tools" > nul
- C:\android-sdk-windows\tools\bin\sdkmanager.bat "build-tools;28.0.3" > nul
- C:\android-sdk-windows\tools\bin\sdkmanager.bat "cmake;3.6.4111459" > nul
- C:\android-sdk-windows\tools\bin\sdkmanager.bat "patcher;v4" > nul
- C:\android-sdk-windows\tools\bin\sdkmanager.bat "ndk;22.0.7026061" --channel=1 > nul
- set PATH=%PATH%;C:\android-sdk-windows\ndk-bundle;C:\android-sdk-windows\build-tools\28.0.3
build_script:
- gradlew.bat :edxp-core:zipYahfaRelease
- gradlew.bat :edxp-core:zipSandhookRelease
- gradlew.bat :edxp-core:zipYahfaDebug
- gradlew.bat :edxp-core:zipSandhookDebug
artifacts:
- path: 'edxp-core\release\**\*.zip'
pull_requests:
do_not_increment_build_number: true
skip_tags: true
only_commits:
files:
- dalvikdx/
- dexmaker/
- edxp-common/
- edxp-core/
- edxp-sandhook/
- edxp-service/
- edxp-yahfa/
- hiddenapi-stubs/
- sandhook-annotation/
- sandhook-hooklib/
- xposed-bridge/
- .gitmodules
- appveyor.yml
- build.gradle
- gradle.properties
- settings.gradle

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB