Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault: 11 #245

Open
008v opened this issue May 28, 2020 · 8 comments
Open

Segmentation fault: 11 #245

008v opened this issue May 28, 2020 · 8 comments

Comments

@008v
Copy link

008v commented May 28, 2020

  • iOS 版本:13.5
  • Clutch版本:2.0.4

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

@mitjans
Copy link

mitjans commented May 28, 2020

I have the same issue

@feightwywx
Copy link

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

@lizhaojie001
Copy link

metoo

1 similar comment
@waynett
Copy link

waynett commented Jul 15, 2020

metoo

@wahello
Copy link

wahello commented Jul 30, 2020

I have the same problem, iOS 13.4.1, iPhone 8

@iHTCboy
Copy link

iHTCboy commented Oct 15, 2020

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

@chankamlam
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants