KJCracks / Clutch

Fast iOS executable dumper
3.67k stars 646 forks source link

Segmentation fault: 11 #245

Open 008v opened 4 years ago

008v commented 4 years ago

我尝试对一些app进行砸壳,但无一例外,全都返回如下错误: Segmentation fault: 11

mitjans commented 4 years ago

I have the same issue

feightwywx commented 4 years ago

I have the same issue with iOS 13.5 and Clutch 2.0.4(unc0ver jailbreak, A12X).

lizhaojie001 commented 4 years ago

metoo

waynett commented 4 years ago

metoo

wahello commented 3 years ago

I have the same problem, iOS 13.4.1, iPhone 8

iHTCboy commented 3 years ago

iOS 13.5 and Clutch 2.0.4(unc0ver jailbreak, A12X) has same issue, how to fix ?

chankamlam commented 3 years ago

iOS 13.5 and Clutch 2.0.4(unc0ver jailbreak, A12X) has same issue, how to fix ?

excute "ulimit -n 512" in ur iPhone shell

themultiplexer commented 10 months ago

Assuming this is the same segmentation fault as mine you can fix it by adding following entitlements:

<key>com.apple.security.exception.files.absolute-path.read-write</key>
<array>
<string>/</string>
</array>
<key>com.apple.private.security.storage.AppBundles</key>
<true/>

If it does not fix the segfault you could use lldb and investigate it.