mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-06-18 21:51:35 +00:00
Created iPhone Usage (markdown)
15
iPhone-Usage.md
Normal file
15
iPhone-Usage.md
Normal file
@@ -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]"
|
||||
```
|
||||
Reference in New Issue
Block a user