KJCracks / Clutch

Fast iOS executable dumper
3.69k stars 647 forks source link

Bad CPU type in executable #181

Closed karmamaster closed 7 years ago

karmamaster commented 7 years ago

Hello, I have follow the guide on Clutch homepage but somehow my "clutch" executable file not work on my jailbroken iphone (version 8.4). Although this Clutch file is running so well on my macbook.

Anyone have this problem like me?

Thank you.

NinjaLikesCheez commented 7 years ago

Hi,

Make sure you've selected an iOS target and not a simulator target, you're aiming to build, copy, and run the binary on an iOS device not the MacBook.

You can use otool or similar to verify the architectures in the binary before copying them over.

karmamaster commented 7 years ago

Yah, I have double check the target is iphone or universal with version 8.0 above. Can you give me more instruction?

NinjaLikesCheez commented 7 years ago

I mean the target you're building for, not the target in the project settings.

screen shot 2017-05-19 at 15 06 08
karmamaster commented 7 years ago

Well, I think that is the simulator which we need to run on. So it affect to the build version too?

ttwj commented 7 years ago

The whole point of Clutch is to decrypt applications, which requires it to run on a physical device, since a simulator doesn't have any encrypted applications. Also, Clutch requires root access via jailbreak, which the simulator lacks

karmamaster commented 7 years ago

Thanks, I got it! More question, Can I decrypt cydia tweak or tools?

Tatsh commented 7 years ago

There is no decrypting of those things. Only FairPlay-protected apps are encrypted.