Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

It stopped here. #29

Closed
JBsitekr opened this issue Oct 25, 2021 · 8 comments
Closed

It stopped here. #29

JBsitekr opened this issue Oct 25, 2021 · 8 comments

Comments

@JBsitekr
Copy link

스크린샷 2021-10-25 오후 7 24 56

@kafoby
Copy link

kafoby commented Oct 25, 2021

Same issue, iPhone XR on 14.5.1

@VivaLaRobo
Copy link

Same issue, iPhone XR on 14.5.0

@hypnoticalsound
Copy link

Same issue, iPhone XS MAX with IOS 14.5.

@hypnoticalsound
Copy link

please Help!!!

@elie8888
Copy link

Same issue on iphone xs max 14.5.1
Any solution?

@IMS212
Copy link
Contributor

IMS212 commented Oct 25, 2021

This is a duplicate of #37, and is the exact same issue.

@akeebler1989
Copy link

This is caused by a typo in Fugu14/arm/shared/KernelExploit/Sources/KernelExploit/offsets.swift, where 14_5 is mis-typed as 14_4.

Open the file in any text editor, find the following line:
return (taskStruct: taskStruct14_4, threadStruct: threadStruct14_5_XS)
Then replace it with the following:
return (taskStruct: taskStruct14_5, threadStruct: threadStruct14_5_XS)

And run ./ios_install.py again, Fugu14 will process through "Threads created" and works like a charm.

@LinusHenze
Copy link
Owner

Fixed.

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

No branches or pull requests

8 participants