chaitin / passionfruit

[WIP] Crappy iOS app analyzer
MIT License
1.66k stars 228 forks source link

[Question]: failed to dump module: Error: Module XXXX is not encrypted #42

Closed vincentcox closed 5 years ago

vincentcox commented 5 years ago

This is not an issue, but more a question I encountered while using PassionFruit. If I try to dump a module I get the following error message: failed to dump module: Error: Module XXXX is not encrypted. Does this means that the ipa file is not using encryption? I thought by default that all 64 bit ipa files were encrypted.

ChiChou commented 5 years ago

For example, apps distributed through enterprise certificate is not encrypted. Some of the swift runtime libraries are not encrypted even from App Store.

vincentcox commented 5 years ago

Awesome, didn't know that. Thanks for clarifying! 🙌