chaitin / passionfruit

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

Bug in keychain.js #58

Closed federicodotta closed 4 years ago

federicodotta commented 5 years ago

Hi,

I found a potential bug in keychain.js.

In the method "decodeAcl" (case "osgn", line 167) there isn't a"break" instruction. At the moment, I'm testing an application in which a "osgn" entry is processed by the "decodeAd" method, that causes a crash at line 121.

Thank you for your great work! Your Frida scripts are awesome!

Have a nice day! Federico

ChiChou commented 4 years ago

Working on a complete rewrite