参考教程 https://www.lywlbk.com/jiaocheng/651.html/
最近在msf生成安卓apk的时候,发现了几个问题
1.ruby报错,在生成apk的时候,报了一大堆错,经google发现是ruby的问题
warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call**
warning: The called method `initialize‘ is defined here**
解决方法
在zshrc中写入
export RUBYOPT=‘-W0‘
2.无法生成apk
在解决ruby报错问题后,生成apk就一直停在哪,一直没有结束
解决问题:无
莫名其妙的,多运行了几次就成功了。。
3.生成的apk安装后提示是旧版安卓软件,
待解决
4.待研究
https://github.com/cleverbao/520apkhook
通过资源修改绕过安全软件