Open TheWuSi opened 10 months ago
Same question, because Serotonin just freezing at 10% and after that automatically userspace reboot
Same question, because Serotonin just freezing at 10% and after that userspace reboot
it seems that not worked and the release contained that iOS15.x amr64e device will be supported
Check the 1.2.0 Release log, 15.x is planned.
Not gonna make a new issue, but 15.x support is pretty easy to do:
iOS 15.x support doesn't actually require overwriting _NSGetExecutablePath() @mineek takeover15.zip (this code also includes 17.0 vnode offsets)
I've compared vnode offsets of a XR 15.0.1 to wh1te4ever's project, which uses 16.1.2 offsets and the values are (for the important offsets that I've checked) the same. So, some vnode offsets won't need to be changed.
Edit: You could also (as seen in Evelynee's code) just use the vnode struct with: kreadbuf(vnode, &vnodestruct, sizeof(vnodestruct));
then you wont need offsets.
My backup is ios15.5 iphone13. Is there any hope?