Skip to content

KyuubiRan/EzXHepler-template

Repository files navigation

EzXhepler-template

A template for EzXHelper

这是一份关于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中的TAGPACKAGE_NAME_HOOKED
  • 修改arrays.xml中的xposedscope