Skip to content

Decodes iPhone manifest and backup created by idevicebackup2

License

Notifications You must be signed in to change notification settings

mgoldenberg/ideviceunback

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ideviceunback - Decode manifest and copy files in to human readable form from idevicebackup2 output

Since iOS 9.3.2 the idevicebackup2 tool has not been able to perform the 'unback' function as Apple removed the facility.

ideviceunback replaces this functionality

Currently in ALPHA development phase.

Installation

  1. Clone the project

    $ git clone https://github.com/inflex/ideviceunback.git

  2. Build it

    $ make

  3. Run it!

    $ ./ideviceunback -h

    ...or...

    $ ./ideviceunback -v -i path/to/backup -o output/path

About

Decodes iPhone manifest and backup created by idevicebackup2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.0%
  • Makefile 1.0%