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.55k stars 391 forks source link

Modify the so library copy logic. #10

Closed luoyesiqiu closed 5 years ago

WindySha commented 5 years ago

这样修改是为了修复哪个问题吗? 一般app不会将所有架构下的so文件都打包到apk中,这样会导致apk体积过大。

是不是哪个app出现问题,才这样修改呢

luoyesiqiu commented 5 years ago

@WindySha Antutu在使用Xpatch处理后,启动将卡住,看日志是库找不到。所以便想出把so复制到所有架构文件夹下。而且我觉得根据库的数量来决定复制到哪个架构也不太合适