iOS逆向的時候,創(chuàng)建 Theos 工程時按照網(wǎng)上教程遇到 THEOS/bin/nic.pl: No such file or directory問題。
terminal 輸入 open .bash_profile 查看有沒有包括以下兩個export,如果有還是提示No such file or directory,再執(zhí)行 source .bash_profile
export THEOS=/opt/theos
export PATH=/opt/theos/bin:$PATH
theos 安裝在哪里,找到nic.pl文件,直接拖入 terminal ,按回車就可以了

目錄結(jié)構(gòu)

成功