WindySha / Xpatch

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.
Apache License 2.0
2.54k stars 388 forks source link

疑惑 #32

Closed fire-keeper closed 5 years ago

fire-keeper commented 5 years ago

我对你的项目十分感兴趣,但是对于如何使用Xpatch有许多疑惑. 我的理解是, 通过Xpatch修改app使其能加载Xposed模块, 安装修改后的apk文件并安装想要使用的xposed模块(不安装xposed框架,不激活?). 我的理解有什么不对的地方吗?

WindySha commented 5 years ago

你的理解很正确。

WindySha commented 5 years ago

不需要安装xposed框架, 默认激活所有已经安装的xposed模块,需要激活指定的模块,请按照readme文档来操作。