检测.framework是否包含UIWebView
cd xxxxxx/Payload
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView
.app生成的字符串
cd xxxxxx/Payload/xxx.app
strings - -a -arch armv7 "xxx.app文件名" > xxx.txt
ipa包预检
QuickSDK
检测.framework是否包含UIWebView
cd xxxxxx/Payload
find . -type f | grep -e ".a" -e ".framework" | xargs grep -s UIWebView
.app生成的字符串
cd xxxxxx/Payload/xxx.app
strings - -a -arch armv7 "xxx.app文件名" > xxx.txt
ipa包预检
QuickSDK
本文标题:检查.ipa文件是否包含字符串+ipa包预检
本文链接:https://www.haomeiwen.com/subject/gunogctx.html
网友评论