From ecc7706959c07dbadb323dd585363b7e78f63898 Mon Sep 17 00:00:00 2001 From: Marek Kraus Date: Sun, 29 Sep 2024 11:48:54 +0200 Subject: [PATCH 1/2] Add extracting command for iTunes downloaded from Microsoft Store --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c6070a9..84839ed 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ Simply invoke the following command from shell, remember to replace the username ```sh wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup\[device id]" ``` +#### Windows (iTunes downloaded from Microsoft Store) +```sh +wtsexporter -i -b "C:\Users\[Username]\Apple\MobileSync\Backup\[device id]" +``` #### Mac ```sh wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id] From ec53ba61e3c7029de62bb9fa2410f52f4de8c722 Mon Sep 17 00:00:00 2001 From: KnugiHK <24708955+KnugiHK@users.noreply.github.com> Date: Tue, 4 Mar 2025 21:53:43 +0800 Subject: [PATCH 2/2] The new path may not necessarily be used exclusively by iTunes from the MS Store --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84839ed..f92f28e 100644 --- a/README.md +++ b/README.md @@ -101,15 +101,16 @@ If you want to work on an encrypted iOS/iPadOS Backup, you should install iphone 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. +To extract messages from iOS/iPadOS backups, run the following command in the shell, making sure to replace the username and device ID with the correct values. Keep in mind that there are at least two possible paths for the backups on Windows. #### Windows -```sh +```powershell +# Possible path one wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync\Backup\[device id]" -``` -#### Windows (iTunes downloaded from Microsoft Store) -```sh + +# Possible path two wtsexporter -i -b "C:\Users\[Username]\Apple\MobileSync\Backup\[device id]" ``` + #### Mac ```sh wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id]