Giter Club home page Giter Club logo

Comments (24)

IMS212 avatar IMS212 commented on August 30, 2024 1

The only solution is to wait for someone to input the offsets for your device

from fugu14.

VivaLaRobo avatar VivaLaRobo commented on August 30, 2024

IMG_1679

from fugu14.

hypnoticalsound avatar hypnoticalsound commented on August 30, 2024

Same issue. Were you able to solve it?

from fugu14.

VivaLaRobo avatar VivaLaRobo commented on August 30, 2024

Nope not yet

from fugu14.

level3tjg avatar level3tjg commented on August 30, 2024

Same issue appearing on my XR, 14.5.1. jailbreakd crashes while looping through threads and trying to access memory

Crash log

from fugu14.

VivaLaRobo avatar VivaLaRobo commented on August 30, 2024

Here's another open issue with the same error, OP is using an iPhone XR : #29

from fugu14.

JBsitekr avatar JBsitekr commented on August 30, 2024

I think it's A12 problem.
me too use xs

from fugu14.

VivaLaRobo avatar VivaLaRobo commented on August 30, 2024

ok thanks I've removed my comment about it being just on XRs. Hopefully we get an update soon

from fugu14.

hypnoticalsound avatar hypnoticalsound commented on August 30, 2024

yeah much people with xs or xr have this issue. only know one person with iphone 12 that succesfully install.

from fugu14.

JBsitekr avatar JBsitekr commented on August 30, 2024

check this
iphone xs max
https://twitter.com/Vyce_Merculous/status/1452672830227816452

from fugu14.

VivaLaRobo avatar VivaLaRobo commented on August 30, 2024

check this iphone xs max https://twitter.com/Vyce_Merculous/status/1452672830227816452

That's not relevant to the error I've reported in this ticket

from fugu14.

JBsitekr avatar JBsitekr commented on August 30, 2024

I just wanted to let you know that A12 can do unthether jailbreak.

from fugu14.

IMS212 avatar IMS212 commented on August 30, 2024

This is due to the offsets for your device not being in the code, see #14.

from fugu14.

elie8888 avatar elie8888 commented on August 30, 2024

same here on XS max ! any solution ?

from fugu14.

yummypixza avatar yummypixza commented on August 30, 2024

same thing happens here, on an iPad air 3 (Wi-Fi) @ iPadOS 14.5.

from fugu14.

VivaLaRobo avatar VivaLaRobo commented on August 30, 2024

My specific device is : iPhone XR, iOS 14.5.0 - AzulE 18E199 (iPhone11,8)

I can try finding the offsets if anyone has experience with it and can assist. I've found some tutorials but they are a little older.

from fugu14.

akeebler1989 avatar akeebler1989 commented on August 30, 2024

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.

from fugu14.

scampjke avatar scampjke commented on August 30, 2024

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.

Thanks! It works. iPhone XS 14.5.1

from fugu14.

hypnoticalsound avatar hypnoticalsound commented on August 30, 2024

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.

Thank you very much. Worked for me iPhone XS Max 14.5

from fugu14.

elie8888 avatar elie8888 commented on August 30, 2024

Thank you very much ! It worked for me …

from fugu14.

VivaLaRobo avatar VivaLaRobo commented on August 30, 2024

Confirmed it is working now after that fix. Thanks!

from fugu14.

IMS212 avatar IMS212 commented on August 30, 2024

It seems like this fixes all A12 devices, including iPad Mini 5 (if the code is modified to spoof it as an XS). I've made a PR to fix this.

from fugu14.

LinusHenze avatar LinusHenze commented on August 30, 2024

I've merged the PR

from fugu14.

mailinglists35 avatar mailinglists35 commented on August 30, 2024

@pwn20wndstuff & @rileytestut, would you please update your bits with this fix?
Affected by this issue, iPadOS 14.5.1 iPad11,3
Thank you
@LinusHenze does this PR solves the same behaviour for the iPad11,3?

line 165 in offsets.swift apparently says so:
case "iPhone11,8", "iPad11,1", "iPad11,2", "iPad11,3", "iPad11,4", "iPad11,6", "iPad11,7": // iPhone XR and multiple iPads should be treated like an XS

from fugu14.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.