Skip to content

Instantly share code, notes, and snippets.

View ethan021021's full-sized avatar

Ethan ethan021021

  • San Francisco, CA
View GitHub Profile
@ethan021021
ethan021021 / iOS-10-extraction.md
Created September 13, 2016 01:02
Guide to extract the root file system and decompress the kernel cache for iOS 10 (beta 3).

iOS 10 Extraction

Originally from /u/RowRocka on Reddit. Gently edited for clarity.

Links to download all iOS 10 OTA ZIPs.

Download an iOS 9.9.10.0 (14A5309d) firmware image with no prerequisites to download iOS 10 beta 3.

Extract the Root File System

  1. Unzip the OTA .zip.
  2. Download Jonatan Levin's OTApack and unzip it into the same directory that you unzipped the OTA image to.
[5] pry(#<Post>):1> nesting
Nesting status:
--
0. main (Pry top level)
1. #<Post>
[6] pry(#<Post>):1> self.to_s
=> "#<Post:0x007fb4511e25c8>"
[7] pry(#<Post>):1> self.title = 'some new title'
=> "some new title"
[8] pry(#<Post>):1> self.body = 'some new body'