diff --git a/iPhone-Usage.md b/iPhone-Usage.md new file mode 100644 index 0000000..f239980 --- /dev/null +++ b/iPhone-Usage.md @@ -0,0 +1,15 @@ +# Working with iPhone +Do an iPhone Backup with iTunes first. +## Encrypted iPhone Backup +**If you are working on unencrypted iPhone backup, skip this** + +If you want to work on an encrypted iPhone Backup, you should install iphone_backup_decrypt from [KnugiHK/iphone_backup_decrypt](https://github.com/KnugiHK/iphone_backup_decrypt) before you run the extract_iphone_media.py. +```sh +pip install biplist pycryptodome & :: Optional, since the pip will install these dependencies automatically. +pip install git+https://github.com/KnugiHK/iphone_backup_decrypt +``` +## Extracting +Simply invoke the following command from shell, remember to replace the username and device id correspondingly in the command. +```sh +wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup\[device id]" +``` \ No newline at end of file