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.56k stars 393 forks source link

便携模式发现的问题 #123

Closed Alwaysso closed 1 year ago

Alwaysso commented 1 year ago

便携模式和本地模式在开发和实际应用场景时有出入,同样的代码,产生不同的效果。

eg: 本地模式可以轻松的读取插件中的相关资源xml ,assert,jni 等,但是便携模式后,写好的读取代码都不生效了,都是空。

我理解这是两种模式本质的区别,便携模式不会将插件安装造成的。

所以建议大佬能否将两种模式接近下。