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

Xposed模块的xposed_init文件里有多个个hook子类时,只有第一个生效 #40

Closed sunzqAndroid closed 4 years ago

sunzqAndroid commented 4 years ago

Xposed模块的xposed_init文件里有多个个hook子类时,只有第一个生效

如: xposed_init文件内容如下 com.xposed.demo.HookReturnValue com.xposed.demo.HookMethodParms

只有HookReturnValue类的hook生效了。而用xposed_installer安装,2个子类都会生效

WindySha commented 4 years ago

3.0版本修复此问题