Open jamesgit123 opened 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?
解决了吗?
frida-gadget-12.8.7-ios-universal.dylib.gz
gadget-ios.dylib
~/.cache/frida/gadget-ios.dylib
即可解决。
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?