ivRodriguezCA / RE-iOS-Apps

A completely free, open source and online course about Reverse Engineering iOS Applications.
2.64k stars 348 forks source link

No Team ID Found #5

Closed thomashaury closed 5 years ago

thomashaury commented 5 years ago
Screen Shot 2019-07-15 at 6 06 57 PM

Let me just say this tutorial is great so far.

I'm on iOS12.0 and get this error. Anyone know how to get past this?

ivRodriguezCA commented 5 years ago

Thanks for reading and your feedback!

Try using frida-ios-dump instead of bfinject. The injection is not working on iOS 12 thus the error you're getting. frida-ios-dump uses Frida to launch the application and then dump it.

ivRodriguezCA commented 5 years ago

Here are some steps on how to setup and use frida-ios-dump: https://ivrodriguez.com/decrypting-ios-applications-ios-12-edition/

Feel free to re-open the issue if this doesn't work for you. Thanks again for reading!