注意:iOS应用程序与Android应用程序具有不同的环境,此处的某些命令仅适用于MacOS。
Install Brew, 打开 terminal (Finder -> Application -> Utilities -> Terminal) 键入命令 :$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install XCode, 打开 terminal 并运行命令 :$ xcode-select --install
或者您可以手动下载 Apple Website
将您的Apple ID注册为Apple Developer Account。您无需为此部分的Apple Developer Program付费,只需将您的帐户注册到Developer中,因为我们只需要获得用于在XCode或其他工具上签名ipa文件的证书即可。
http://iphonedevwiki.net/index.php/SSH_Over_USB
需要越狱
Frida-ios-dump command: $ iproxy 2222 22
$ ./dump.py BundleID
Download : ios-analysis
安装 :
1 2 3 |
$ git clone https://github.com/IAIK/ios-analysis $ cd ios-analysis $ git submodule update --init --recursive |
如果您遇到这样的错误 : error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 60
运行这个命令: git config http.postBuffer 524288000
该工具非常有用:) iOS App Signer基于GUI。要生成我们的配置文件,您可以在安装应用程序时在XCODE上进行配置。
如果您收到这样的错误消息 If you have previously trusted your certificate using Keychain, please set the Trust setting back to the system default
不要惊慌,这样做:
原文连接
的情况下转载,若非则不得使用我方内容。