iextractor icon indicating copy to clipboard operation
iextractor copied to clipboard

Automate extraction from iOS firmware files (.ipsw)

Results 11 iextractor issues
Sort by recently updated
recently updated
newest added

Add a sequence diagram for iExtractor scripts, maybe it belongs to the wiki instead?

I tried to extract system dynamic libraries files using the command `./run_no_pack_fs iPhone5,1_9.3_13E237`. However the extraction of libraries fails as shown in the output bellow: ```bash $ ./run_no_pack_fs iPhone5,1_9.3_13E237 *...

I tried to run iExtractor for iPhone5,1_7.0_11A465 but it failed to reverse sandbox profiles. ``` $ ./run_no_pack_fs_no_dyld iPhone5,1_7.0_11A465 * Change working directory to scripts/ * Download firmware image Firmware file...

I tried to run iExectractor for iPhone1,1_1.1.4_4A102 but it failed during decrypt disk image file. Log: ``` $ ./run_no_pack_fs_no_dyld iPhone1,1_1.1.4_4A102 * Change working directory to scripts/ * Download firmware image...

Hello, When building `vfdecrypt`, I get the following error: ld: warning: directory not found for option '-L/opt/local/lib' - I installed all of the packages using [Homebrew](https://brew.sh/) and a fix I...

Hello, I have tried to extract the iOS kernel cache from iPhone 6,1, iPhone 6,2, iPhone 7,1 and iPhone 7.2. The kernel cache appears to be decrypted correctly, but the...

Hello, The unmount_fs script in the bin directory uses the 'tac' command, but MacOS HighSierra 10.13.1 doesn't have this command. My solution was to install gtac and add it to...

The scripts now call the new sandblaster script `extract_sandbox_data.py` and use `python2` for running reverse_sandbox.py.