diff --git a/README.md b/README.md index 9f51065..522f9be 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pip install git+https://github.com/KnugiHK/iphone_backup_decrypt ``` And now, you should have something like this: -![Folder structure](structure.png) +![Folder structure](imgs/structure.png) Last, run the script regarding the type of phone. ``` @@ -34,10 +34,10 @@ python extract_iphone.py & :: iPhone ``` And you will get these: #### Private Message -![Private Message](pm.png) +![Private Message](imgs/pm.png) #### Group Message -![Group Message](group.png) +![Group Message](imgs/group.png) # To do 1. Convert ```\r\n``` to ```
``` diff --git a/imgs/group.png b/imgs/group.png new file mode 100644 index 0000000..eb8e653 Binary files /dev/null and b/imgs/group.png differ diff --git a/pm.png b/imgs/pm.png similarity index 100% rename from pm.png rename to imgs/pm.png diff --git a/structure.png b/imgs/structure.png similarity index 100% rename from structure.png rename to imgs/structure.png