Skip to content

Morpheusr/ICE

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

if you don't like kts, you can switch to the groovy branch.

开始之前:

  • 修改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

如果你不喜欢kts,你可以切换到groovy分支。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages