Open mduran80 opened 1 month ago
Has there been an RSR since the arrival of AEA? I think RSRs are dead
No, not RSR, just the iOS 18 OTA for iPhone17,1 et al. I have been using the cmd "rsr" to obtain the cryptexes from full OTAs without prerequisites. I don't usually work with deltas and it was the only way I could make it work. Is there another alternative to extract the cryptexes?
I finally found a way although a bit hacky... As ipsw was demanding a BuildManifest.plist, I just copied it from <patched_tmp>/boot/BuildManifest.plist
to the root of the folder before zipping. Afterwards, ipsw ota patch
kindly created the cryptex dmgs.
you want the full DMGs right not just files from the DMGs?
yeah, full DMGs
Is your feature request related to a problem? Please describe.
ipsw ota patch
currently expects a zip file. New otas encrypted as .aea cannot be used with the patch command after decryption.Describe the solution you'd like
Use
ota patch
transparentlyDescribe alternatives you've considered
I have tried a workaround to create the cryptexes but unfortunately didn't work as there's no BuildManifest in the archive contents.
aea decrypt -i .... -o <temp_aar>
aa patch -i <temp_aar> -d <temp_folder>
Search
Code of Conduct
Additional context
No response