Xpatch icon indicating copy to clipboard operation
Xpatch copied to clipboard

This is a tool to repackage apk file, then the apk can load any xposed modules installed in the device. It is another way to hook an app without root device.

Results 43 Xpatch issues
Sort by recently updated
recently updated
newest added

用新的支持库打包后,软件会卡加载界面 系统是miui13

打包之后再其他手机正常运行。但是再华为手机HarmonyOS4,运行报错了,日志如下: 使用并非最新版本Xpatch ` 2024-01-08 14:53:47.252 3312-3312 DEBUG pid-3312 A pid: 3273, tid: 3273, name: com.kakao.talk >>> com.kakao.talk

Error: A JNI error has occurred, please check your installation and try again Exception in thread "main" java.lang.UnsupportedClassVersionError: com/storm/wind/xpatch/MainCommand has been compiled by a more recent version of the Java...

java.util.NoSuchElementException: List is empty. at kotlin.collections.CollectionsKt___CollectionsKt.last(_Collections.kt:418) at com.dylanc.longan.ActivityKt.getTopActivity(Activity.kt:61) at com.xiaolang.room.ui.fragment.MineFragment$iniView$$inlined$doOnClick$1.onClick(View.kt:223) at android.view.View.performClick(View.java:7488) at android.view.View.performClickInternal(View.java:7464) at android.view.View.access$3700(View.java:841) at android.view.View$PerformClick.run(View.java:28917) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:238) at android.os.Looper.loop(Looper.java:349) at android.app.ActivityThread.main(ActivityThread.java:8262) at java.lang.reflect.Method.invoke(Native...

``` result=apk/2023-06-08-09-24-14-tmp/zipalign: 1: Syntax error: word unexpected (expecting ")") ``` The generated apk kept crashing

java.io.FileNotFoundException: D:\工具\打包LSpatch安装包\Xpatch\2023-07-03-13-22-45-tmp\001-apk-unzip-files\res\AUx.xml (系统找不到指定的文件。) 翻了翻临时文件夹确实没有 AUx.xml,但把原apk解压出来能找到对应文件

你好。安卓12的MIUI13,使用5.1的sandhook 库会卡白屏,换成5.0的so库正常使用。另外,一旦开启“绕过完整性校验”,也就是加载sohookproject,就会卡白屏,5.0和5.1都是。

### Is your feature request related to a problem?/你的请求是否与某个问题相关? 一直以来,能够将 XP 模块直接嵌入宿主应用中也是 XPatch 的一大特色,它极大的方便了许多小白及无 Root 用户使用 XP 模块,大大拓展了 xposed 的使用范围。但是,在这样使用时,我们却总是会遇到一些不太方便的地方,比如: - 当嵌入一个通用类模块时,往往需要为不同的应用使用不同的配置,而这种配置却不能提前内嵌,也不能在不同用户间方便地复用; - 一些模块明明支持良好,却因为需要在模块提供的独立客户端中进行配置而无法在这样使用; …… ### Describe the solution you'd...