首页 > 移动平台 > 详细

火币Huobi 币安 Binance ios 反编译

时间:2019-10-14 19:53:52      阅读:98      评论:0      收藏:0      [点我收藏+]

ios 11.4.1

electra 越狱

脱壳用  https://github.com/BishopFox/bfinject

bash bfinject -P Huobi -L decrypt
bash bfinject -P Binance -L decrypt

提取 ipa

nc 192.168.0.115 31336 > decrypted.ipa

 

注意

bfinject  这个 shell 脚本需要改一下, 保证以下核心脚本有执行就可以

$JTOOL --ent "$BINARY" 2> /dev/null | grep -A1 ‘com.apple.developer.team-identifier‘ | tail -n1 |sed ‘s/ //g‘|cut -f2 -d\>|cut -f1 -d\<

$JTOOL --sign platform --ent /var/root/bf/bf/entitlements.xml --inplace --teamid "$TEAMID" "$DYLIB_PATH" > /dev/null 2>&1

$JTOOL --sign platform --ent /var/root/bf/bf/entitlements.xml --inplace "$RANDOM_NAME" >/dev/null 2>&1

"$RANDOM_NAME" "$PID" "$DYLIB_PATH"

如果有 md5 错误, 直接删掉相关的, 随便用个字符串替换文件名就可以。

如果有 JTOOL Operation not permit 问题  ,  mv jtool.liberios /bin 目录即可。

火币Huobi 币安 Binance ios 反编译

原文:https://www.cnblogs.com/chenzhihong/p/11673215.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!