chaitin / passionfruit

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

Keychain problem #20

Closed r3ggi closed 5 years ago

r3ggi commented 6 years ago

Hi! Unfortunately Passionfruit crashes when opening keychain that has binary data. In my case application had stored AES encrypted data in keychain and whenever i tried to open them Passionfruit was printing following error: error

ChiChou commented 6 years ago

Thanks for reporting

ChiChou commented 6 years ago

Unable to reproduce this. Binary data will be displayed like <41414141 41414141>

ChiChou commented 5 years ago

I have fixed another problem in Keychain: https://github.com/chaitin/passionfruit/issues/36

Does this still exists in the latest release?

r3ggi commented 5 years ago

The case that was crashing passionfruit seems to be fixed 👍🏻