AloneMonkey / frida-ios-dump

pull decrypted ipa from jailbreak device
MIT License
3.42k stars 625 forks source link

need gadget to attach #86

Open jamesgit123 opened 5 years ago

jamesgit123 commented 5 years ago

We have followed the quide to decrypt an ipa using Frida.

When we run ./dump.py {BUNDLE_ID} we are unable to decrypt the ipa.

We get the following message:

need gadget to attach; its default location is: /Users/{machine_name}/.cache/frida/gadget-ios.dylib

How do we either generate or find the file gadget-ios.dylib?

lgq2015 commented 4 years ago

解决了吗?

doge1024 commented 4 years ago
  1. 去frida的下载地址 下载 frida-gadget-12.8.7-ios-universal.dylib.gz 解压后的文件重命名为gadget-ios.dylib
  2. 新建文件夹并移动文件至 ~/.cache/frida/gadget-ios.dylib
  3. 我使用的版本为12.8.7,如果版本不同建议找对应版本文件尝试:官方文档

即可解决。