Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyuubiran/ezxhepler-template
A template for EzXHelper
https://github.com/kyuubiran/ezxhepler-template
template xposed xposed-module
Last synced: 22 days ago
JSON representation
A template for EzXHelper
- Host: GitHub
- URL: https://github.com/kyuubiran/ezxhepler-template
- Owner: KyuubiRan
- Created: 2021-12-20T12:37:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-15T01:16:55.000Z (10 months ago)
- Last Synced: 2024-02-15T02:27:17.422Z (10 months ago)
- Topics: template, xposed, xposed-module
- Language: Kotlin
- Homepage: https://github.com/KyuubiRan/EzXHelper
- Size: 246 KB
- Stars: 30
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EzXhepler-template
A template for [EzXHelper](https://github.com/KyuubiRan/EzXHelper)这是一份关于[EzXHelper](https://github.com/KyuubiRan/EzXHelper)的项目模板
## Use this template to create your project / 使用模板创建项目
Before use:
- Change the `applicationId` in `build.gradle.kts`
- Change the packageName and change the HookEntry class path in `xposed_init`
- Change the `package` in `AndroidManifest.xml`
- Change the `rootProject.name` in `settings.gradle.kts`
- Sync gradle
- Change the `TAG` and `PACKAGE_NAME_HOOKED` in `MainHook.kt`
- Change the `xposedscope` in `arrays.xml`开始之前:
- 修改`build.gradle.kts`中的`applicationId`
- 修改包名并同时修改`xposed_init`中的Hook入口
- 修改`AndroidManifest.xml`中的`package`
- 修改`settings.gradle.kts`中的`rootProject.name`
- 执行 Sync gradle
- 修改`MainHook.kt`中的`TAG`和`PACKAGE_NAME_HOOKED`
- 修改`arrays.xml`中的`xposedscope`