A template for EzXHelper
这是一份关于EzXHelper的项目模板
Before use:
- Change the
applicationId
andnamespace
inbuild.gradle.kts
- Change the packageName and change the HookEntry class path in
xposed_init
- Change the
rootProject.name
insettings.gradle.kts
- Run gradle sync
- Change the
TAG
andTARGET_APP
inMainHook.kt
- Change the
xposedscope
inarrays.xml
开始之前:
- 修改
build.gradle.kts
中的applicationId
和namespace
- 修改包名并同时修改
xposed_init
中的 Hook 入口类 - 修改
settings.gradle.kts
中的rootProject.name
- 执行 gradle sync
- 修改
MainHook.kt
中的TAG
和TARGET_APP
- 修改
arrays.xml
中的xposedscope