基于xposed 脱壳工具:下载工具:xposed Fdex2 dumpDexFdex2:Hook ClassLoader loadClass办法 通用脱壳dumpDex:https://github.com/WrBug/dumpDex
基于frida框架进行脱壳frida-dexdump官网:https://github.com/hluwa/FRIDA-DEXDump 装置:pip3 install frida-dexdump下载后,在手机端点击启动app,app启动后,pc端运行python3 main.py 具体具体可查看frida-dexdump官网