KJCracks / Clutch

Fast iOS executable dumper
3.69k stars 647 forks source link

Is dumping stock apps with clutch possible? #182

Closed 916253 closed 7 years ago

916253 commented 7 years ago

Is dumping stock/system apps possible with Clutch? (or is there a similar alternative for that purpose?) I haven't been able to figure out how to do so. Thanks.

Tatsh commented 7 years ago

That is not necessary. Once the iOS install is complete the apps are not encrypted in any way. You can verify this by running strings (SSH or copy the file locally to your machine) against any stock app's binary and you'll see every string used as opposed to garbage you'd see with FairPlay signed/encrypted apps.

916253 commented 7 years ago

Ah yes, I realized this shortly after posting the issue. Sorry about that, my mistake