KJCracks/Clutch

Segmentation fault: 11

Opened this issue · 8 comments

008v commented
  • iOS 版本:13.5
  • Clutch版本:2.0.4

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

I have the same issue

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

metoo

metoo

I have the same problem, iOS 13.4.1, iPhone 8

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

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

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.