Giter VIP home page Giter VIP logo

Comments (24)

DarknesGaming avatar DarknesGaming commented on June 30, 2024 6

Wow. I didn't know Luca would go so far as to get help for his next Yalu release. Something tells me he's not going to keep working on iOS 10.1.1 anymore.
Still searching for offsets for iPhone 6. Went crazy disassembling the broken beta. Aren't you disappointed, qwertyoruiop? I disassembled your code because I'm crazy and I know almost zero Objective-C.

from yalu102.

ninjaprawn avatar ninjaprawn commented on June 30, 2024

afaik only the offsets

from yalu102.

drake90001 avatar drake90001 commented on June 30, 2024

Offsets will help, I believe. allproc and rootvnode. If you have 10.2 IPSW and can find those, feel free to contribute them for other devices. Also, make sure to make a case for it and not override defaults.

from yalu102.

andrewwiik avatar andrewwiik commented on June 30, 2024

But are they the only other things needed, I have the IPSW and hopper+IDA

from yalu102.

oncheonche avatar oncheonche commented on June 30, 2024

Take the ipsw decompress the kernelcache, find allproc with IDA
Then find rootvnode with nm decompressed_kernel | grep rootvnode

from yalu102.

drake90001 avatar drake90001 commented on June 30, 2024

You'll need to calculate rootvnode

from yalu102.

darkplace avatar darkplace commented on June 30, 2024

iPhone SE N69uAP using correct offsets:
allproc_offset = 0x5a8438;
fffffff0075b20b8 S _rootvnode

finish with:

2017-01-26 04:10:28.316701 yalu102[243:4678] enabled patches
2017-01-26 04:10:28.318011 yalu102[243:4678] remounting: -1
2017-01-26 04:10:28.318234 yalu102[243:4678] done

from yalu102.

andrewwiik avatar andrewwiik commented on June 30, 2024

calculate as in math?

from yalu102.

kpwn avatar kpwn commented on June 30, 2024

remounting: -1 -> rootvnode is wrong.

from yalu102.

drake90001 avatar drake90001 commented on June 30, 2024

yes math, as in hex - hex

-1 means you didn't convert it right

from yalu102.

andrewwiik avatar andrewwiik commented on June 30, 2024

got a twitter? @drake90001

from yalu102.

drake90001 avatar drake90001 commented on June 30, 2024

yes it's edit removed twitter, getting spammed now haha

from yalu102.

darkplace avatar darkplace commented on June 30, 2024

(Using same kernelcache.decompressed to find allproc_offset)

DarkPlace:extractor darkplace$ nm kernelcache.decompressed | grep rootvnode
fffffff0075b20b8 S _rootvnode
fffffff0071d3eac S _vfs_rootvnode

using: rootvnode_offset = 0x5b20b8;

returning remounting: -1

from yalu102.

nullpixel avatar nullpixel commented on June 30, 2024

the SE offsets are the same as #18

from yalu102.

darkplace avatar darkplace commented on June 30, 2024

cool, seems returning a wrong rootvnode offset, with 5ae0b8 works perfectly. tftp working correctly.

from yalu102.

oncheonche avatar oncheonche commented on June 30, 2024

Yes, you have to subtract the __TEXT:HEADER value from rootvnode just like allproc

from yalu102.

nullpixel avatar nullpixel commented on June 30, 2024

@darkplace to confirm, #18 is working fully on the SE for you?

from yalu102.

darkplace avatar darkplace commented on June 30, 2024

I need to install Cydia, let me check.

from yalu102.

darkplace avatar darkplace commented on June 30, 2024

@nullpixel1 @kpwn working on SE N69uAP
allproc 0x5a8438 / rootvnode 0x5ae0b8 (same as 6S)

from yalu102.

nullpixel avatar nullpixel commented on June 30, 2024

Awesome! 👍

from yalu102.

lucid727 avatar lucid727 commented on June 30, 2024

Will these offsets open the ip7 on 10.2 to be able to jailbreak?? Just wondering what it would take for the iPhone 7 on 10.2 to be jail broken..thanks for the help..

from yalu102.

B0ngL0rd avatar B0ngL0rd commented on June 30, 2024

As a iPhone 7 plus 10.2 user DOOOOMED

from yalu102.

B0ngL0rd avatar B0ngL0rd commented on June 30, 2024

sysname: Darwin
nodename: iPhone
release: 16.3.0
version: Darwin Kernel Version 16.3.0: Tue Nov 29 21:40:08 PST 2016; root:xnu-3789.32.1~4/RELEASE_ARM64_T8010
machine: iPhone9,4
missing offset, prob crashing
2017-01-26 14:20:23.272130 yalu102[230:7770] found corruption 38503

from yalu102.

liudayu avatar liudayu commented on June 30, 2024

@lucid727 @B0ngL0rd No. NO jailbreak for 10.2 iPhone 7.

from yalu102.

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.