mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 09:45:19 +08:00
Modify change related instructions and notes
This commit is contained in:
@@ -7,22 +7,21 @@
|
|||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
⛱️ 一个使用 Kotlin 重新构建的高效 Xposed Hook API。
|
⛱️ 一个使用 Kotlin 构建的高效 Hook API 与 Xposed 模块解决方案。
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
[English](https://github.com/fankes/YukiHookAPI/blob/master/README.md) | 简体中文
|
[English](https://github.com/fankes/YukiHookAPI/blob/master/README.md) | 简体中文
|
||||||
|
|
||||||
## 这是什么
|
## 这是什么
|
||||||
|
|
||||||
- 这是一个使用 Kotlin 重新构建的高效 Xposed Hook API
|
- 这是一个使用 Kotlin 基于 Xposed API 重新构建的高效 Hook API,同时为 Xposed 模块的开发打造了丰富的功能扩展
|
||||||
- 名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)
|
- 名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)
|
||||||
- 前身为 [开发学习项目](https://github.com/fankes/TMore) 中使用的 Innocent Xposed API,现在重新命名并开源
|
- 前身为 [开发学习项目](https://github.com/fankes/TMore) 中使用的 Innocent Xposed API,现在重新命名并开源
|
||||||
|
|
||||||
## 支持的功能
|
## 支持的功能
|
||||||
|
|
||||||
- 标准 Hook
|
- Hook Framework 支持的基本 ART 动态方法 Hook 功能
|
||||||
- Zygote Hook
|
- Xposed 资源钩子 (Resources Hook)
|
||||||
- 资源钩子(Resources Hook)
|
|
||||||
|
|
||||||
## 扩展功能
|
## 扩展功能
|
||||||
|
|
||||||
|
12
README.md
12
README.md
@@ -7,29 +7,29 @@
|
|||||||
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png?raw=true" width = "100" height = "100"/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
⛱️ An efficient Kotlin version of the Xposed Hook API.
|
⛱️ An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
English | [简体中文](https://github.com/fankes/YukiHookAPI/blob/master/README-zh-CN.md)
|
English | [简体中文](https://github.com/fankes/YukiHookAPI/blob/master/README-zh-CN.md)
|
||||||
|
|
||||||
## What's this
|
## What's this
|
||||||
|
|
||||||
- This is an efficient Xposed Hook API rebuilt in Kotlin
|
- This is an efficient Hook API rebuilt based on the Xposed API using Kotlin, and creates rich function extensions for the development of
|
||||||
|
Xposed Modules
|
||||||
- The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016)
|
- The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016)
|
||||||
- Formerly the Innocent Xposed API used in [Development Learning Project](https://github.com/fankes/TMore), now renamed and open sourced
|
- Formerly the Innocent Xposed API used in [Development Learning Project](https://github.com/fankes/TMore), now renamed and open sourced
|
||||||
|
|
||||||
## Supports
|
## Supports
|
||||||
|
|
||||||
- Standard Hook
|
- Basic ART dynamic method hook functions supported by Hook Framework
|
||||||
- Zygote Hook
|
- Xposed Resources Hook
|
||||||
- Resources Hook
|
|
||||||
|
|
||||||
## Extensions
|
## Extensions
|
||||||
|
|
||||||
- Automatic Xposed Module Build (No need to create `assets/xposed_init` by yourself)
|
- 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
|
- [New XSharedPreferences](https://github.com/LSPosed/LSPosed/wiki/New-XSharedPreferences#for-the-module) Supports
|
||||||
- DataChannel (Host ←→ Module)
|
- DataChannel (Host ←→ Module)
|
||||||
- Simple and quick Obfuscated Member Reflection
|
- Simple and quick implementation of obfuscated bytecode reflection and finding functions
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -104,11 +104,11 @@ export const configs = {
|
|||||||
locales: {
|
locales: {
|
||||||
'/en/': {
|
'/en/': {
|
||||||
lang: 'en-US',
|
lang: 'en-US',
|
||||||
description: 'An efficient Kotlin version of the Xposed Hook API'
|
description: 'An efficient Hook API and Xposed Module solution built in Kotlin'
|
||||||
},
|
},
|
||||||
'/zh-cn/': {
|
'/zh-cn/': {
|
||||||
lang: 'zh-CN',
|
lang: 'zh-CN',
|
||||||
description: '一个使用 Kotlin 重构的轻量、高效、稳定的 Xposed Hook API'
|
description: '一个使用 Kotlin 构建的高效 Hook API 与 Xposed 模块解决方案'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## Background
|
## Background
|
||||||
|
|
||||||
This is an efficient Xposed Hook API rebuilt in `Kotlin`.
|
This is an efficient Hook API rebuilt based on the Xposed API using `Kotlin`, and creates rich function extensions for the development of Xposed Modules.
|
||||||
|
|
||||||
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
|
The name is taken from ["ももくり" heroine Yuki Kurihara](https://www.bilibili.com/bangumi/play/ss5016).
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## 背景
|
## 背景
|
||||||
|
|
||||||
这是一个使用 `Kotlin` 重新构建的高效 Xposed Hook API。
|
这是一个使用 `Kotlin` 基于 Xposed API 重新构建的高效 Hook API,同时为 Xposed 模块的开发打造了丰富的功能扩展。
|
||||||
|
|
||||||
名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)。
|
名称取自 [《ももくり》女主 栗原 雪(Yuki)](https://www.bilibili.com/bangumi/play/ss5016)。
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* YukiHookAPI - An efficient Kotlin version of the Xposed Hook API.
|
* YukiHookAPI - An efficient Hook API and Xposed Module solution built in Kotlin.
|
||||||
* Copyright (C) 2019-2022 HighCapable
|
* Copyright (C) 2019-2022 HighCapable
|
||||||
* https://github.com/fankes/YukiHookAPI
|
* https://github.com/fankes/YukiHookAPI
|
||||||
*
|
*
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user