From f823a8fc8b449d04402d564ebb5049c530c589b5 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 11 Jul 2021 03:13:41 +0000 Subject: [PATCH] Created iPhone Usage (markdown) --- iPhone-Usage.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 iPhone-Usage.md 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