KJCracks / Clutch

Fast iOS executable dumper
3.67k stars 646 forks source link

Unable to find applications signed with an enterprise certificate #242

Closed Oh-Py-God closed 4 years ago

Oh-Py-God commented 4 years ago

Clutch is unable to find applications signed with an enterprise certificate.

Om running Clutch -i, I'm not getting the application signed with enterprise certificate.

On running Clutch -d bundle.identifier, I get the following message:

Couldn't find installed app with bundle identifier: bundle.identifier
NinjaLikesCheez commented 4 years ago

Unless I'm severely mistaken, apps signed with enterprise certificates are not encrypted.

Oh-Py-God commented 4 years ago

You're right @NinjaLikesCheez . The application is not encrypted. I'm actually looking to automate some stuff which involves pulling out the decrypted IPA file from the device. I want Clutch to list out all installed applications for me. Command: Clutch -i

Is there some way out?

NinjaLikesCheez commented 4 years ago

If you take a look here you can see how we parse applications: https://github.com/KJCracks/Clutch/blob/master/Clutch/KJApplicationManager.m

You can patch this to list what you need probably.