frida-tools安裝記

這里主要記錄安裝時(shí)遇到的錯(cuò)誤,在網(wǎng)上搜到的答案是一樣的,沒作用,以下是自己結(jié)合網(wǎng)上的答案自己處理的,最后成功的安裝

  1. 執(zhí)行這個(gè)命令:
    sudo pip install -r /opt/dump/frida-ios-dump/requirements.txt --upgrade
    報(bào)錯(cuò):
frida-tools 1.2.2 has requirement prompt-toolkit<2.0.0,>=0.57, but you'll have prompt-toolkit 2.0.7 which is incompatible.

解決辦法:

$ cd /opt/dump/frida-ios-dump  //cd 進(jìn)入 frida-ios-dump
$ sudo pip uninstall prompt-toolkit //卸載prompt-toolkit 2.0.2
$ sudo pip install prompt-toolkit==1.0.6, //重新安裝指定版本的prompt-toolkit,不是非得1.00
  1. Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

解決辦法: 安裝pip的時(shí)候, 或略安裝 six

$ sudo pip install -r requirements.txt --ignore-installed six
以上命令都要在cd到frida-ios-dump目錄內(nèi)執(zhí)行

中途還遇到缺少python的依賴模塊(Paramiko、PyCrypto)錯(cuò)誤,安裝相應(yīng)模塊即可,參考:
Mac環(huán)境 Python安裝Paramiko模塊

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容