Update document file

This commit is contained in:
2022-05-01 09:52:53 +08:00
parent 8d226bc42d
commit dfa3362c35
30 changed files with 1957 additions and 164 deletions

View File

@@ -11,14 +11,6 @@
⛱️ An efficient Kotlin version of the Xposed Hook API.
<br/>
## Plan is in progress
> `IXposedHookInitPackageResources` and `IXposedHookZygoteInit` are being adapted recently,let's stay tuned
**计划进行中**
> 近期正在适配 `IXposedHookInitPackageResources`、`IXposedHookZygoteInit` 敬请期待
## What's this
- This is an efficient Xposed Hook API rebuilt in Kotlin
@@ -31,6 +23,18 @@
- 名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)
- 前身为 [开发学习项目](https://github.com/fankes/TMore) 中使用的 Innocent Xposed API现在重新命名并开源
## Supports
- Standard Hook
- Zygote Hook
- Resources Hook
**支持的功能**
- 标准 Hook
- Zygote Hook
- 资源钩子(Resources Hook)
## Get Started
- [Click here](https://fankes.github.io/YukiHookAPI) go to the documentation page for more detailed tutorials and content.