A template for EzXHelper
这是一份关于EzXHelper的项目模板
Before use:
- Change the
applicationId
inbuild.gradle.kts
- Change the packageName and change the HookEntry class path in
xposed_init
- Change the
package
inAndroidManifest.xml
- Change the
rootProject.name
insettings.gradle.kts
- Sync gradle
- Change the
TAG
andPACKAGE_NAME_HOOKED
inMainHook.kt
- Change the
xposedscope
inarrays.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