Update README.md

This commit is contained in:
Knugi
2021-05-10 05:39:59 +00:00
committed by GitHub
parent cb2e83721e
commit 4fb759f974

View File

@@ -17,6 +17,12 @@ Next, ready your media folder, place it in the root of working directory.
```
python extract_iphone_media.py "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup\[device id]"
```
**Encrypted iPhone Backup**
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
pip install git+https://github.com/KnugiHK/iphone_backup_decrypt
```
And now, you should have something like this:
![Folder structure](structure.png)
@@ -33,14 +39,6 @@ And you will get these:
#### Group Message
![Group Message](group.png)
# Encrypted iPhone Backup
If you want to work on an encrypted iPhone Backup, you should do the following:
1. Install iphone_backup_decrypt from [KnugiHK/iphone_backup_decrypt](https://github.com/KnugiHK/iphone_backup_decrypt)
```sh
pip install biplist pycryptodome
pip install git+https://github.com/KnugiHK/iphone_backup_decrypt
```
# To do
1. Convert ```\r\n``` to ```<br>```
2. Reply in iPhone